LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW and Parallele Port

Is there any way of communicating with the parallel port of the PC using
LabVIEW?

Thank you.
0 Kudos
Message 1 of 3
(2,757 Views)
> Is there any way of communicating with the parallel port of the PC using
> LabVIEW?
>

Yes, use the serial VIs. You will also need to
make changes to the .ini file to add the COM
ports to the list of ports. I don't have the
details in front of me, but I believe that
this is documented in the manual and on the
web site.

Greg McKaskle
0 Kudos
Message 2 of 3
(2,757 Views)
Since it's actually not that easy to find, here's the alteration to the .ini
file:

Append:

serialDevices="COM1;COM2;COM3;COM4;COM5;COM6;COM7;COM8;
COM9;\\.\COM10;\\.\COM11;\\.\COM12;\\.\COM13;LPT1;LPT2;"

(as one line)


Rick

Chesapeake Sciences Corp.
1127B Benfield Blvd Millersville, MD 21108

Tel: (410) 923-1300 x3430 Fax: (410) 923-2669
0 Kudos
Message 3 of 3
(2,757 Views)