LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i use the parallel port

I was wondering how to adress my PC´s
parallel port. I did'nt find a suitable
VI in the palettes.
Do I have to read/write somehow directly
to the port adress in memory 0378 ...?
If so, how can this be done ?

Thanks for any help,

Holsch
0 Kudos
Message 1 of 3
(2,449 Views)
Hallo, Holger,

Du meintest am 29.07.00 zum Thema how can i use the parallel port:

> I was wondering how to adress my PC's
> parallel port. I did'nt find a suitable
> VI in the palettes.

Look at "in port" and "out port".
Under Windows NT/Windows 2000 you need a special library for direct port
access, look for "hwaccess" or "accesshw".

Viele Gruesse!
Helmut
0 Kudos
Message 2 of 3
(2,449 Views)
Use VISA to read/write to the parallel port just like you would read/write
to the serial port. I would staty away from the inport/outport stuff. I believe
there's some articles in the KnowledgeBase if you get stuck.

HHullen_BS@BTX.dtag.de (Helmut Hullen) wrote:
>Hallo, Holger,>>Du meintest am 29.07.00 zum Thema how can i use the parallel
port:>>> I was wondering how to adress my PC's>> parallel port. I did'nt
find a suitable>> VI in the palettes.>>Look at "in port" and "out port".>Under
Windows NT/Windows 2000 you need a special library for direct port >access,
look for "hwaccess" or "accesshw".>>Viele Gruesse!>Helmut>
0 Kudos
Message 3 of 3
(2,449 Views)