Name
GetRTS -- get RTS pin state for serial port connection (V8.0)
Synopsis
state = GetRTS(id)
Function
This command can be used to get the RTS pin state for the serial port connection specified in id. This serial port connection must have been opened using OpenSerialPort() before.

The return value will be one of the following special constants:

#RTS_ON:
RTS pin is set.
#RTS_OFF:
RTS pin is cleared.

Inputs
id
identifier of the serial port connection to use
Results
state
state of RTS pin as a special constant (see above)

Show TOC