CALL RTS
This page was last modified 18:45, 16 August 2021 by Mars2000you.

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)

Related to

CALL CARRIER, CALL DTR

Compatibility

MDM-BASIC