LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I would like to know how to read a sync pulse from the com port.

I am trying to program an application that reads an external pulse connected to the com port before my application sends strings at once second to control a piece of equipment. I would like to see how to read the com port to trigger my application.
0 Kudos
Message 1 of 2
(2,275 Views)
You can try the attached program. I essentially monitors the CTS pin on the serial port (pin 8 on a 9-pin connector, pin 5 on a 25-pin connector) until it gets a low to high transition. You would add the other code you want to run in the sequence area.
Randall Pursley
0 Kudos
Message 2 of 2
(2,268 Views)