This property determines whether to enable the Data Terminal Ready (DTR) line during communications. Typically, a computer sends a DTR signal to its modem to indicate that the computer is ready to accept incoming transmission.
object.DTREnable [ = value]
When the DTREnable property is set to True, the DTR line is set to high (on) when the port is opened and low (off) when the port is closed. When DTREnable is set to False, the DTR always remains low.
In most cases, setting the DTR line to low terminates the telephone connection.