Content deleted Content added
Pointillist (talk | contribs) →DTR configurability on modems: add {{Mergeto}} to Modem suggestion - can discuss as part of the AfD |
m link radio modem |
||
(36 intermediate revisions by 28 users not shown) | |||
Line 1:
{{Short description|Control signal}}
'''Data Terminal Ready''' ('''DTR''') is a [[control signal]] in [[RS-232]] serial communications, transmitted from [[data terminal equipment]] (DTE), such as a computer, to [[data communications equipment]] (DCE), for example a [[modem]], to indicate that the terminal is ready for communications and the modem may initiate a communications channel.
The DTR signal is present on pin 20 of the 22-wire RS-232 interface using a [[DB-25]] connector, and on pin 4 of a newer [[DE-9]] serial port. The signal is asserted (logic "1") by raising the voltage of the pin from negative to positive. Dropping the signal back to its negative state indicates to the modem that the communications session shall be terminated.
==
{{further|Command mode and Data mode#Switching between modes}}
The DTR signal is an important call control signal for a data modem. According to the RS232 standard, dropping DTR from active to inactive for at least two seconds tells the modem to disconnect (end) a call or data connection.
When a modem is being used for automatic answering (such as with the command ATS0=1), the DTR signal confirms to the modem that the computer is available to accept a call.<ref name="V250_6_2_9" >{{Citation |title=V.250 : Serial asynchronous automatic dialling and control (05/99, 07/03) |chapter=6.2.9 Circuit 108 (data terminal ready) behaviour |publisher=[[ITU-T]]/Telecommunication Standardization Bureau |url=http://www.itu.int/rec/T-REC-V.250/en |format=PDF}}</ref>
When a
Many external modems have LED indicators on the front, one of which is '''TR''' (''"terminal ready"''). This light follows the state of the DTR pin. The light is on when DTR is high, and off when it
▲Virtually all newer{{when}} modems have a built-in capability of modifying what they do with RS-232 signals, depending on the application. The [[AT command]] for manipulating DTR is typically <code>AT&D</code> followed by a single digit.<ref>{{Citation |title=The Extended Hayes Command Set | publisher=[[KDE]] |url=http://docs.kde.org/stable/en/kdenetwork/kppp/hayes-extended-commands.html |accessdate=2009-11-23 }}</ref> AT&D0 and AT&D2 are mandatory under V.250, and AT&D1 is optional.<ref name="V250_6_2_9" >{{Citation |title=V.250 : Serial asynchronous automatic dialling and control (05/99, 07/03) |chapter=6.2.9 Circuit 108 (data terminal ready) behaviour |publisher=[[ITU-T]]/Telecommunication Standardization Bureau |url=http://www.itu.int/rec/T-REC-V.250/en |format=PDF}}</ref> AT&D3 is non-standard but widely implemented,<ref name="USR_Courier_Ch8">{{Citation |title=Courier V-Everything Command Reference |publisher=[[U.S. Robotics]] |url=http://www.usr.com/support/3453b/3453b-crg/chap%208-controlling%20EIA-232.htm |chapter=8. Controlling EIA-232 Signaling |accessdate=2009-11-23 }}</ref><ref name="MS_PnP_1995" >{{Citation |title=PnP for COM Devices, rev 0.92 |format=RTF |publisher=[[Microsoft]] and [[Hayes]] |url=http://download.microsoft.com/download/1/6/1/161ba512-40e2-4cc9-843a-923143f3456c/pnpcom.rtf |date=February 28, 1995 |chapter=A.4 AT&D3 Implementation Issues }}</ref> and higher values are used by some vendors.<ref >{{Citation |title=Alpha Micro GPRS Modem Functional Overview 1.0|url=http://www.alphamicro.net/resources/GPRS_functional_overview.pdf |accessdate=2009-11-23 |year=2003 |author=Nick Robins |publisher=Alpha Micro Components |format=PDF}}</ref>
==Null modem operation==
When a serial connection is made between two computers using a [[null modem]] adapter, the DTR and
On many operating systems, including Windows, the DTR line is held low while the serial port is unused and not being controlled by any applications.▼
==Use for flow control==
▲Many external modems have LED indicators on the front, one of which is '''TR''' (''"terminal ready"''). This light follows the state of the DTR pin. The light is on when DTR is high, and off when it's low. Modems will typically keep the TR light illuminated when the AT&D0 command is used to force the modem to ignore the DTR signal, regardless of the pin's actual state.
On some printers with serial
When DTR is used for flow control,
▲When a serial connection is made between two computers using a [[null modem]] adapter, the DTR and DCD ([[Data Carrier Detect]]) lines are typically paired. This allows both ends of the connection to sense when the connection is active.
==Use as a power pin==
▲On many operating systems including Windows, the DTR line is held low while the serial port is unused and not being controlled by any applications.
On
Another category of devices commonly powered by the DTR line includes converters between RS-232 and other serial standards such as [[RS-422]] and [[RS-485]].
▲On some serial printers, the DTR line is used for hardware [[flow control]], similar to how RTS and CTS are used on modems. This practice is not consistent - other printers define RTS for this same purpose.
==Use for transmit keying==
▲When DTR is used for flow control, this is to manage data from the printer to the computer. However, because during printing, the bulk of the data is from the computer to the printer, the importance of flow control in the opposite direction is minimal.
In many [[radio modem]] implementations, especially in amateur radio, the DTR is used to control transmission. The radio receives when DTR is not asserted, typically passing audio in to a software modem. When DTR is asserted the radio transmits audio coming from the software modem. In cases where the radio is controlled by serial commands (e.g. a [[computer aided transceiver]] interface) the control data flows regardless of DTR state.
▲On serial mice, the DTR line (along with RTS) is typically used to provide power to the mouse. The [[DE-9]] serial port on the PC does not provide any power pins. The mouse driver holds the DTR and RTS lines high at all times so that the mouse may steal power for its own use.
==References==▼
<references/>▼
==See also==
* [[Ring Indicator]]
▲==References==
[[Category: RS-232 signals]]▼
▲<references/>
|