MDM.setDTR(DTR_value)

This command sets Data Terminal Ready (DTR) in the AT command interface.

The input parameter DTR_value is a Python integer which is either 0 if setting DTR to OFF or 1 if setting DTR to ON.

No return value.

Example:

 

MDM.setDTR(0)

 

sets DTR to OFF in AT command handling.