LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel port controlling

I have an example program using out port.vi which works really well on
W98. I tested it by connecting LEDs to the printer port. However, the
application has to run under Windows XP. I have Labview v6. Do I need
Labview v7 or some extra drivers or will it work ok once I have the
new base address?

thanks

Tom
0 Kudos
Message 1 of 6
(3,293 Views)
FYR

http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/c80752c53094c296862565f3007ac765?OpenDocument
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 2 of 6
(3,293 Views)
"ian.f" wrote:

> FYR
>
> http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/c80752c53094c296862565f3007ac765?OpenDocument

Thanks Ian but it makes no reference to Windows XP in there - only Wondows NT and Windows 2000. Will it work on XP?

Tom
0 Kudos
Message 3 of 6
(3,293 Views)
Windows NT, 2000 and XP have the same base technology. Most of the facts are the same. 2000 and XP are nearly identical in the kernel so all things running under 2000 will run under XP especially in the home edition. The difference between 2000 and XP lies in the new user interface, the product activation and the changed security policies. All code that runs under 2000 will run under XP if you have the neccessary rights.

Waldemar
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 4 of 6
(3,293 Views)
On top of that, remember that you need to install the accessHW files by running setup.exe to make direct access to memory available.
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 5 of 6
(3,293 Views)
"ian.f" wrote:

> On top of that, remember that you need to install the accessHW files
> by running setup.exe to make direct access to memory available.

That's great! Thanks

Tom
0 Kudos
Message 6 of 6
(3,293 Views)