LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

serial port CTS monitoring

I would like to know how to read the status of the Clear To Send (CTS) line.
I need this in order to implement a write with timeout vi, required when
using the RTS/CTS handshaking protocol.

Thanks
Gilles
0 Kudos
Message 1 of 2
(2,953 Views)
Hallo, Gilles,

Du meintest am 21.09.99 zum Thema serial port CTS monitoring:

> I would like to know how to read the status of the Clear To Send
> (CTS) line.

advanced/memory/in port

If you run LabView under Windows NT, you need "hwaccess" from the NI ftp-
server for direct port access.

CTS is line 4 (2^4) at (port base + 6), the MSR (modem status register).
Ralf Browns interrupt list (especially the "ports.lst") shows many
details.

Viele Gruesse!
Helmut
0 Kudos
Message 2 of 2
(2,953 Views)