Serial communication

Serial communication

In telecommunication and computer science, serial communication is the process of sending data one bit at one time, sequentially, over a communication channel or computer bus. This is in contrast to parallel communication, where several bits are sent together "(on a link comprising of several wired channels in parallel)".
Serial communication is used for all long-haul communication and most computer networks, where the cost of cable and synchronization difficulties make parallel communication impractical. At shorter distances, serial computer buses are becoming more common because of a tipping point where the disadvantages of parallel busses (clock skew, interconnect density) outweigh their advantage of simplicity (no need for serializer and deserializer (SERDES)). Improved technology to ensure signal integrity and to transmit and receive at a sufficiently high speed per lane have made serial links competitive. The migration from PCI to PCI-Express is an example.

Teletype systems

Standard teletype systems evolved as an automated telegraphy system called telex. Originally, a rotating mechanical commutator (a rotating switch) was started by a "start bit". The commutator would distribute the other bits to set relays that would pull on solenoids which would cause the mechanism to print a figure on paper. The routing was automated with rotary electromechanical dialing systems like those used in early telephone systems. When computers became commonplace, these serial communication systems were adapted using I/O devices called serial ports that used UARTs. The development of communication hardware had a deep continuing impact on the nature of software and operating systems, both of which usually arrange data as sequences of characters.

erial buses

Integrated circuits are more expensive when they have more pins. To reduce the pins, many ICs use a serial bus to transfer data when speed is not important. Some examples of such low-cost serial buses include SPI, I²C, and 1-Wire.

erial versus parallel

The communication links across which computers—or parts of computers—talk to one another may be either serial or parallel. A parallel link transmits several streams of data (perhaps representing particular bits of a stream of bytes) along multiple channels (wires, printed circuit tracks, optical fibres, etc.); a serial link transmits a single stream of data.

At first sight it would seem that a serial link must be inferior to a parallel one, because it can transmit less data on each clock tick. However, it is often the case that serial links can be clocked considerably faster than parallel links, and achieve a higher data rate. A number of factors allow serial to be clocked at a greater rate:
*Clock skew between different channels is not an issue (for unclocked asynchronous serial communication links)
*A serial connection requires fewer interconnecting cables (e.g. wires/fibres) and hence occupies less space. The extra space allows for better isolation of the channel from its surroundings
*Crosstalk is less of an issue, because there are fewer conductors in proximity.

In many cases, serial is a better option because it is cheaper to implement. Many ICs have serial interfaces, as opposed to parallel ones, so that they have fewer pins and are therefore cheaper.

Examples of serial communication architectures

*Morse code telegraphy
*RS-232 (low-speed, implemented by Serial Ports)
*RS-423
*RS-485
*Universal Serial Bus (moderate-speed, for connecting computers to peripherals)
*FireWire
*Ethernet
*Fibre Channel (high-speed, for connecting computers to mass storage devices)
*InfiniBand (very high speed, broadly comparable in scope to PCI)
*MIDI control of electronic musical instruments
*DMX512 control of theatrical lighting
*Serial Attached SCSI
*Serial ATA
*SpaceWire Spacecraft communication network
*PCI Express
*SONET and SDH (high speed telecommunication over optical fibers)
*T-1, E-1 and variants (high speed telecommunication over copper pairs)(see additional examples in Computer bus)

There are a number of serial communication standards which, while significantly at variance with the RS-232 standard, are casually and incorrectly called "RS-232".

ee also

*List of device bandwidths
*Comparison of synchronous and asynchronous signalling
*Asynchronous serial communication
*Parallel communication, to be contrasted with serial communication.

External links

* [http://www.societyofrobots.com/microcontroller_uart.shtml Serial Interface Tutorial for Robotics] (contains many practical examples)
* [http://pinouts.ru/pin_SerialPorts.shtml Serial interfaces listing (with pinouts)]
* [http://c2.com/cgi/wiki?SerialPorts Wiki:SerialPorts]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Asynchronous serial communication — describes an asynchronous, serial transmission protocol in which a start signal is sent prior to each byte, character or code word and a stop signal is sent after each code word. The start signal serves to prepare the receiving mechanism for the… …   Wikipedia

  • Serial — Serial, anything in the form of a series, can refer to several things:Art and literature*Serial, a format by which a story is told in installments **Serial (film), films released in chapters for viewing in cinemas, particularly in the 1930s and… …   Wikipedia

  • Serial port — A male DE 9 connector used for a serial port on a IBM PC compatible computer. (Pinout) …   Wikipedia

  • Serial cable — A serial cable is a cable that can be used to transfer information between two devices using serial communication, often using the RS 232 standard. Serial cables may use D subminiature connectors with 9 or 25 pins, but other connectors are used.… …   Wikipedia

  • serial interface — port used for a serial connection between communication devices, interface for serial communication between peripheral devices (Computers) …   English contemporary dictionary

  • serial port — port used for a serial connection between communication devices, interface for serial communication between peripheral devices (Computers) …   English contemporary dictionary

  • communication — I (New American Roget s College Thesaurus) Act of communicating ideas Nouns 1. communication, intercourse, conversation, speech, writing, correspondence; message, tidings, news(see information). 2. communicator, messenger, nuncio; herald, crier,… …   English dictionary for students

  • serial port — noun A serial communication physical interface through which data is transferred in or out one bit at a time …   Wiktionary

  • Serial Experiments Lain — DVD box set of Serial Experiments Lain Genre …   Wikipedia

  • Serial Attached SCSI — (SAS) is a data transfer technology designed to move data to and from computer storage devices such as hard drives and tape drives. It is a point to point serial protocol that replaces the parallel SCSI bus technology that first appeared in the… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”