Name
SetRTS -- set RTS pin state for serial port connection (V8.0)
Synopsis
SetRTS(id, state)
Function
This command can be used to set the RTS pin state for the serial port connection specified in id. This serial port connection must have been opened using OpenSerialPort() before. You have to pass the desired state in the state parameter. This must be one of the following special constants:

#RTS_ON:
Set the RTS pin.
#RTS_OFF:
Clear the RTS pin.

Inputs
id
identifier of the serial port connection to use
baud
desired RTS pin state

Show TOC