MDM2.setRTS(RTS_value)

This command sets Request to Send (RTS) in the AT command interface.

The input parameter RTS_value is a Python integer which is 0 if setting RTS to set to OFF or 1 if setting RTS to set to ON.

No return value.

 

Example:

 

MDM2.setRTS(1)

 

sets RTS to ON in AT command handling.