Contents |
Effect
Turns on or off the carrier. RTS means Request To Send.
This instruction works only when the DTR (Data Terminal Ready) signal has been put in active mode with CALL DTR(ON).
Syntax
CALL RTS(< RTSmode>)
Parameter
<RTSmode> can only be
- OFF to turn off the carrier
- ON to turn on the carrier
Example
CALL RTS(ON)