serSetRTS (Function) |
Top Previous Next |
serSetRTS sets the state of the RTS signal. This function is only supported on serial ports with control signals (typically serial port 1). The function does not work when hardware handshake is activated (see the serSetHandshake function).
Input: port : SINT (0..127) (default 1) Selects which serial port to use.
state : BOOL The logical state of the RTS pin.
Returns: None.
Declaration: FUNCTION serSetRTS;
Example: INCLUDE rtcu.inc |