Hello,
I have written a Labview application that acquires data using a PC's
parallel port.
It works perfectly under Windows 98, however I am having some
difficulty getting it to work with Windows 2000.
I am aware of the usual problems and have installed hwaccess and
switched to using the parallelnt.llb versions of "In Port" and "Out
Port".
The behavior that I am observing is that when my program calls "In
Port", passing it the address of the parallel port, "In Port" is
sometimes returning values such as 65535 and 65530. I am expecting a
byte, not a word, to be returned from "In Port" as this is documented
to be the default behavior. Explicitly specifying a byte makes no
difference and as I said it works with Windows 98
.
Any advice that anyone can offer would be appreciated.
Regards,
Stephen