LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

parallel port

What is the simplest method for sending 5V TTL through a specified parallel
port pin?

Thanks
Aaron
0 Kudos
Message 1 of 2
(2,887 Views)
The pair of functions "in port" and "out port"in the Function\Advance\Port I/O can directly control the parallel port,I think it's the simplest way.With the pair of functions you can sent a byte or a word to the spcified port.You can chose the value of the byte you sent to control what a special pin in the parallel port.you can find the address of the parallel in the computer bios or through the property of the computer.

Best regards.
0 Kudos
Message 2 of 2
(2,887 Views)