This command sets Request to Send (RTS) in the AT command interface.
The input parameter RTS_value is a Python integer which is either 0 if setting RTS to OFF or 1 if setting RTS to ON.
No return value.
Example:
MDM.setRTS(1)
sets RTS to ON in AT command handling.