Sie sind auf Seite 1von 10

RS-232

From Wikipedia, the free encyclopedia

This article is about the RS-232 standard. For RS-232 variants, see serial port.

"V.24" redirects here. For other uses, see V24 (disambiguation).

A DB-25 connector as described in the RS-232 standard

In telecommunications, RS-232 is a standard for serial communication transmission of data. It


formally defines the signals connecting between a DTE (data terminal equipment) such as
a computer terminal, and a DCE (data circuit-terminating equipment or data communication
equipment), such as a modem. The RS-232 standard is commonly used in computer serial ports.
The standard defines the electrical characteristics and timing of signals, the meaning of signals,
and the physical size and pinout of connectors. The current version of the standard is TIA-232-F
Interface Between Data Terminal Equipment and Data Circuit-Terminating Equipment
Employing Serial Binary Data Interchange, issued in 1997.
An RS-232 serial port was once a standard feature of a personal computer, used for connections
to modems, printers, mice, data storage, uninterruptible power supplies, and other peripheral
devices. However, RS-232 is hampered by low transmission speed, large voltage swing, and
large standard connectors. In modern personal computers, USBhas displaced RS-232 from most
of its peripheral interface roles. Many computers do not come equipped with RS-232 ports and
must use either an external USB-to-RS-232 converter or an internal expansion card with one or
more serial ports to connect to RS-232 peripherals. Nevertheless, RS-232 devices are still used,
especially in industrial machines, networking equipment, and scientific instruments.

History[edit]
RS-232 was first introduced in 1962 by the Radio Sector of the EIA.[2][3] The original DTEs were
electromechanical teletypewriters, and the original DCEs were (usually) modems.
When electronic terminals (smart and dumb) began to be used, they were often designed to be
interchangeable with teletypewriters, and so supported RS-232. The C revision of the standard
was issued in 1969 in part to accommodate the electrical characteristics of these devices. [citation
needed]

Because the standard did not foresee the requirements of devices such as computers, printers, test
instruments, POS terminals, and so on, designers implementing an RS-232 compatible interface
on their equipment often interpreted the standard idiosyncratically. The resulting common
problems were non-standard pin assignment of circuits on connectors, and incorrect or missing
control signals. The lack of adherence to the standards produced a thriving industry of breakout
boxes, patch boxes, test equipment, books, and other aids for the connection of disparate
equipment. A common deviation from the standard was to drive the signals at a reduced voltage.
Some manufacturers therefore built transmitters that supplied +5 V and −5 V and labeled them as
"RS-232 compatible".[citation needed]
Later personal computers (and other devices) started to make use of the standard so that they
could connect to existing equipment. For many years, an RS-232-compatible port was a standard
feature for serial communications, such as modem connections, on many computers. It remained
in widespread use into the late 1990s. In personal computer peripherals, it has largely been
supplanted by other interface standards, such as USB. RS-232 is still used to connect older
designs of peripherals, industrial equipment (such asPLCs), console ports, and special purpose
equipment.
The standard has been renamed several times during its history as the sponsoring organization
changed its name, and has been variously known as EIA RS-232, EIA 232, and, most recently as
TIA 232. The standard continued to be revised and updated by the Electronic Industries
Alliance and since 1988 by the Telecommunications Industry Association(TIA).[4] Revision C
was issued in a document dated August 1969. Revision D was issued in 1986. The current
revision is TIA-232-F Interface Between Data Terminal Equipment and Data Circuit-
Terminating Equipment Employing Serial Binary Data Interchange, issued in 1997. Changes
since Revision C have been in timing and details intended to improve harmonization with
the CCITT standard V.24, but equipment built to the current standard will interoperate with older
versions.[citation needed]
Related ITU-T standards include V.24 (circuit identification) and V.28 (signal voltage and timing
characteristics).[citation needed]
In revision D of EIA-232, the D-subminiature connector was formally included as part of the
standard (it was only referenced in the appendix of RS-232 C). The voltage range was extended
to ±25 volts, and the circuit capacitance limit was expressly stated as 2500 pF. Revision E of EIA
232 introduced a new, smaller, standard D-shell 26-pin "Alt A" connector, and made other
changes to improve compatibility with CCITT standards V.24, V.28 and ISO 2110.
Data and control signals[edit]
The following table lists commonly used RS-232 signals (called "circuits" in the specifications) and
their pin assignments on the recommended DB-25 connectors.[10] (See Serial port § pinouts) for other
commonly used connectors not defined by the standard.)

Circuit Origin
DB-25
pin
Name Typical purpose Abbreviation DTE DCE

Data Terminal DTE is ready to receive, initiate, or


DTR ● 20
Ready continue a call.

Data Carrier DCE is receiving a carrier from a remote


DCD ● 8
Detect DCE.

Data Set DCE is ready to receive commands or


DSR ● 6
Ready data.

DCE has detected an incoming ring signal


Ring Indicator RI ● 22
on the telephone line.

Request To DTE requests the DCE prepare to transmit


RTS ● 4
Send data.

DTE is ready to receive data from DCE. If


Ready To
in use, RTS is assumed to be always RTR ● 4
Receive
asserted.

Clear To Send DCE is ready to accept data from the DTE. CTS ● 5

Transmitted
Carries data from DTE to DCE. TxD ● 2
Data
Received Data Carries data from DCE to DTE. RxD ● 3

Common
Zero voltage reference for all of the above. GND common 7
Ground

Protective
Connected to chassis ground. PG common 1
Ground

The signals are named from the standpoint of the DTE. The ground pin is a common return for
the other connections, and establishes the "zero" voltage to which voltages on the other pins are
referenced. The DB-25 connector includes a second "protective ground" on pin 1; this is
connected to equipment frame ground.
RTS, CTS, and RTR[edit]
Further information: Flow control (data)

The RTS and CTS signals were originally defined for use with half-duplex (one direction at a
time) modems that disable their transmitters when not required, and must transmit a
synchronization preamble to the receiver when they are re-enabled. The DTE asserts RTS to
indicate a desire to transmit to the DCE, and in response the DCE asserts CTS to grant
permission, once synchronization with the DCE at the far end is achieved. Such modems are no
longer in common use. There is no corresponding signal that the DTE could use to temporarily
halt incoming data from the DCE. Thus RS-232's use of the RTS and CTS signals, per the older
versions of the standard, is asymmetric.
This scheme is also employed in present-day RS-232 to RS-485 converters. RS-485 is a
multiple-access bus on which only one device can transmit at a time, a concept that is not
provided for in RS-232. The RS-232 device asserts RTS to tell the converter to take control of
the RS-485 bus so that the converter, and thus the RS-232 device, can send data onto the bus.
Modern communications environments use full-duplex (both directions simultaneously)
modems. In that environment, DTEs have no reason to deassert RTS. However, due to the
possibility of changing line quality, delays in processing of data, etc., there is a need for
symmetric, bidirectional flow control.
A symmetric alternative providing flow control in both directions was developed and marketed
in the late 1980s by various equipment manufacturers. It redefined the RTS signal to mean that
the DTE is ready to receive data from the DCE. This scheme was eventually codified in version
RS-232-E (actually TIA-232-E by that time) by defining a new signal, "RTR (Ready to
Receive)," which is CCITT V.24 circuit 133. TIA-232-E and the corresponding international
standards were updated to show that circuit 133, when implemented, shares the same pin as RTS
(Request to Send), and that when 133 is in use, RTS is assumed by the DCE to be asserted at all
times.[11]
In this scheme, commonly called "RTS/CTS flow control" or "RTS/CTS handshaking" (though
the technically correct name would be "RTR/CTS"), the DTE asserts RTR whenever it is ready to
receive data from the DCE, and the DCE asserts CTS whenever it is ready to receive data from
the DTE. Unlike the original use of RTS and CTS with half-duplex modems, these two signals
operate independently from one another. This is an example of hardware flow control. However,
"hardware flow control" in the description of the options available on an RS-232-equipped
device does not always mean RTS/CTS handshaking.
Equipment using this protocol must be prepared to buffer some extra data, since a transmission
may have begun just before the control line state change
Pinout and Signals
19.1 Pinout of 9-pin and 25-pin serial connectors
The pin numbers are often engraved in the plastic of the connector but you may need a
magnifying glass to read them. Note DCD is sometimes labeled CD. The numbering
of the pins on a female connector is read from right to left, starting with 1 in the upper
right corner (instead of 1 in the upper left corner for the male connector as shown
below). --> direction is out of PC.
___________ ________________________________________
\1 2 3 4 5/ Looking at pins \1 2 3 4 5 6 7 8 9 10 11 12 13/
\6 7 8 9/ on male connector \14 15 16 17 18 19 20 21 22 23 24 25/
------ -----------------------------------
Pin # Pin # Acronym Full-Name Direction What-it-May-Do/Mean
9-pin 25-pin
3 2 TxD Transmit Data --> Transmits bytes out of PC
2 3 RxD Receive Data <-- Receives bytes into PC
7 4 RTS Request To Send --> RTS/CTS flow control
8 5 CTS Clear To Send <-- RTS/CTS flow control
6 6 DSR Data Set Ready <-- I'm ready to communicate
4 20 DTR Data Terminal Ready--> I'm ready to communicate
1 8 DCD Data Carrier Detect<-- Modem connected to
another
9 22 RI Ring Indicator <-- Telephone line ringing
5 7 SG Signal Ground

9-Pin DB9 Connector 25-Pin DB-25 Connector


1 DCD Carrier Detect 1 Chassis Ground
2 RxD Receive Data 2 TxD Transmit Data
3 TxD Transmit Data 3 RxD Receive Data
4 DTR Data Terminal Ready 4 RTS Request To Send
5 SG Signal Ground 5 CTS Clear To Send
6 DSR Data Set Ready 6 DSR Data Set Ready
7 RTS Request To Send 7 SG Signal Ground
8 CTS Clear To Send 8 DCD Carrier Detect
9 RI Ring Indicator 20 DTR Data Terminal Ready
22 RI Ring Indicator

19.2 Signals May Have No Fixed Meaning


Only 3 of the 9 pins have a fixed assignment: transmit, receive and signal ground. This is fixed
by the hardware and you can't change it. But the other signal lines are controlled by software and
may do (and mean) almost anything at all. However they can only be in one of two states:
asserted (+12 volts) or negated (-12 volts). Asserted is "on" and negated is "off". For example,
Linux software may command that DTR be negated and the hardware only carries out this
command and puts -12 volts on the DTR pin. A modem (or other device) that receives this DTR
signal may do various things. If a modem has been configured a certain way it will hang up the
telephone line when DTR is negated. In other cases it may ignore this signal or do something
else when DTR is negated (turned off).

It's like this for all the 6 signal lines. The hardware only sends and receives the signals, but what
action (if any) they perform is up to the Linux software and the configuration/design of devices
that you connect to the serial port. However, most pins have certain functions which they
normally perform but this may vary with the operating system and the device driver
configuration. Under Linux, one may modify the source code to make these signal lines behave
differently (some people have).

19.3 Cabling Between Serial Ports


A cable from a serial port always connects to another serial port. An external modem or other
device that connects to the serial port has a serial port built into it. For modems, the cable is
always straight thru: pin 2 goes to pin 2, etc. The modem is said to be DCE (Data
Communications Equipment) and the computer is said to be DTE (Data Terminal Equipment).
Thus for connecting DTE-to-DCE you use straight-thru cable. For connecting DTE-to-DTE you
must use a null-modem cable (also called a crossover cable). There are many ways to wire such
cable (see examples in Text-Terminal-HOWTO subsection: "Direct Cable Connection")

There are good reasons why it works this way. One reason is that the signals are unidirectional. If
pin 2 sends a signal out of it (but is unable to receive any signal) then obviously you can't
connect it to pin 2 of the same type of device. If you did, they would both send out signals on the
same wire to each other but neither would be able to receive any signal. There are two ways to
deal with this situation. One way is to have a two different types of equipment where pin 2 of the
first type sends the signal to pin 2 of the second type (which receives the signal). That's the way
it's done when you connect a PC (DTE) to a modem (DCE). There's a second way to do this
without having two different types of equipment: Connect pin sending pin 2 to a receiving pin 3
on same type of equipment. That's the way it's done when you connect 2 PCs together or a PC to
a terminal (DTE-to-DTE). The cable used for this is called a null-modem cable since it connects
two PCs without use of a modem. A null-modem cable may also be called a cross-over cable
since the wires between pins 2 and 3 cross over each other (if you draw them on a sheet of
paper). The above example is for a 25 pin connector but for a 9-pin connector the pin numbers 2
and 3 are just the opposite.

The serial pin designations were originally intended for connecting a dumb terminal to a modem.
The terminal was DTE (Data Terminal Equipment) and the modem was DCE (Data
Communication Equipment). Today the PC is usually used as DTE instead of a terminal (but real
terminals may still be used this way). The names of the pins are the same on both DTE and DCE.
The words: "receive" and "transmit" are from the "point of view" of the PC (DTE). The transmit
pin from the PC transmits to the "transmit" pin of the modem (but actually the modem is
receiving the data from this pin so from the point of view of the modem it would be a receive
pin).

The serial port was originally intended to be used for connecting DTE to DCE which makes
cabling simple: just use a straight-thru cable. Thus when one connects a modem one seldom
needs to worry about which pin is which. But people wanted to connect DTE to DTE (for
example a computer to a terminal) and various ways were found to do this by fabricating various
types of special null-modem cables. In this case what pin connects to what pin becomes
significant.

19.4 RTS/CTS and DTR/DSR Flow Control


This is "hardware" flow control. Flow control was previously explained in the Flow
Control subsection but the pins and voltage signals were not. Linux only supports RTS/CTS flow
control at present (but a special driver may exist for a specific application which supports
DTR/DSR flow control). Only RTS/CTS flow control will be discussed since DTR/DSR flow
control works the same way. To get RTS/CTS flow control one needs to either select hardware
flow control in an application program or use the command:
stty -F /dev/ttyS2 crtscts (or the like). This enables RTS/CTS hardware flow control in the Linux
device driver.

Then when a DTE (such as a PC) wants to stop the flow into it, it negates RTS. Negated
"Request To Send" (-12 volts) means "request NOT to send to me" (stop sending). When the PC
is ready for more bytes it asserts RTS (+12 volts) and the flow of bytes to it resumes. Flow
control signals are always sent in a direction opposite to the flow of bytes that is being
controlled. DCE equipment (modems) works the same way but sends the stop signal out the CTS
pin. Thus it's RTS/CTS flow control using 2 lines.

On what pins is this stop signal received? That depends on whether we have a DCE-DTE
connection or a DTE-DTE connection. For DCE-DTE it's a straight-thru connection so obviously
the signal is received on a pin with the same name as the pin it's sent out from. It's RTS-->RTS
(PC to modem) and CTS<--CTS (modem to PC). For DTE-to-DTE the connection is also easy to
figure out. The RTS pin always sends and the CTS pin always receives. Assume that we connect
two PCs (PC1 and PC2) together via their serial ports. Then it's RTS(PC1)-->CTS(PC2) and
CTS(PC1)<--RTS(PC2). In other words RTS and CTS cross over. Such a cable (with other
signals crossed over as well) is called a "null modem" cable. See Cabling Between Serial Ports

What is sometimes confusing is that there is the original use of RTS where it means about the
opposite of the previous explanation above. This original meaning is: I Request To Send to you.
This request was intended to be sent from a terminal (or computer) to a modem which, if it
decided to grant the request, would send back an asserted CTS from its CTS pin to the CTS pin
of the computer: You are Cleared To Send to me. Note that in contrast to the modern RTS/CTS
bi-directional flow control, this only protects the flow in one direction: from the computer (or
terminal) to the modem. This original use appears to be little used today on modern equipment
(including modems).

The DTR and DSR Pins

Just like RTS and CTS, these pins are paired. For DTE-to-DTE connections they are likely to
cross over. There are two ways to use these pins. One way is to use them as a substitute for
RTS/CTS flow control. The DTR pin is just like the RTS pin while the DSR pin behaves like the
CTS pin. Although Linux doesn't support DTR/DSR flow control, it can be obtained by
connecting the RTS/CTS pins at the PC to the DSR/DTR pins at the device that uses DTR/DSR
flow control. DTR flow control is the same as DTR/DSR flow control but it's only one-way and
only uses the DTR pin at the device. Many text terminals and some printers use DTR/DSR (or
just DTR) flow control. In the future, Linux may support DTR/DSR flow control. The software
has already been written but it's not clear when (or if) it will incorporated into the serial driver.

The normal use of DTR and DSR (not for flow control) is as follows: A device asserting DTR
says that its powered on and ready to operate. For a modem, the meaning of a DTR signal from
the PC depends on how the modem is configured. Negating DTR is sometimes called "hanging
up" but it doesn't always do this. One way to "hang up" (negate DTR) is to set the baud rate to 0
using the command "stty 0". Trying to do this from a "foreign" terminal may not work due to the
two-interface problem. See Two interfaces at a terminal. For internal modem-serial_ports it
worked OK with a port using minicom but didn't work if the port was using wvdial. Why?

19.5 Preventing a Port From Opening

If "stty -clocal" (or getty is used with the "local" flag negated) then a serial port can't open until
DCD gets an assert (+12 volts) signal.

Das könnte Ihnen auch gefallen