beautypg.com

12 mdm.setdtr(dtr_value) – Rainbow Electronics GM862-GPS User Manual

Page 24

background image





Easy Script

in Python

80000ST10020a Rev.8 - 01/10/08

Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved

page 24 of 100

2.2.12 MDM.setDTR(DTR_value)

This command sets Data Terminal Ready (DTR) in AT command interface. Input parameter
DTR_value is a Python integer which is 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.