[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Serial Transmissions
In basic serial communications, nine signals are critical to
the transmission. Each signal is associated with a pin in either the
9-pin or 25-pin connector. Table 19 lists and defines serial signals and their sources.
Table 19: Serial Transmission
Signals
|
Signal Name
|
Definition
|
Signal Source
|
|
TD
|
Transmitted data
|
DTE
|
|
RD
|
Received data
|
DCE
|
|
RTS
|
Request to send
|
DTE
|
|
CTS
|
Clear to send
|
DCE
|
|
DSR
|
Data set ready
|
DCE
|
|
Signal Ground
|
Grounding signal
|
–
|
|
CD
|
Carrier detect
|
–
|
|
DTR
|
Data terminal ready
|
DTE
|
|
RI
|
Ring indicator
|
–
|
When a serial connection
is made, a serial line protocol—such as EIA-530, X.21, RS-422/449,
RS-232, or V.35—begins controlling the transmission of signals
across the line as follows:
- The DCE transmits a DSR signal to the DTE,
which responds with a DTR signal. After this handshake, the link is
established and traffic can pass.
- When the DTE device is ready to receive data, it
sets its RTS signal to a marked state (all 1s) to indicate to the
DCE that it can transmit data. (If the DTE is not able to receive
data—because of buffer conditions, for example—it sets
the RTS signal to all 0s.)
- When the DCE device is ready to receive data, it
sets its CTS signal to a marked state to indicate to the DTE that
it can transmit data. (If the DCE is not able to receive data, it
sets the CTS signal to all 0s.)
- When the negotiation to send information has taken
place, data is transmitted across the transmitted data (TD) and received
data (RD) lines:
- TD line—Line through which data from a DTE device
is transmitted to a DCE device
- RD line—Line through which data from a DCE device
is transmitted to a DTE device
The name of the wire does not indicate the direction
of data flow.
The DTR and DSR signals were originally designed to operate
as a handshake mechanism. When a serial port is opened, the DTE device
sets its DTR signal to a marked state. Similarly, the DCE sets its
DSR signal to a marked state. However, because of the negotiation
that takes place with the RTS and CTS signals, the DTR and DSR signals
are not commonly used.
The carrier detect and ring indicator signals are used to detect
connections with remote modems. These signals are not commonly used.
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]