(computer science) A link between a microcomputer and a peripheral device in which data is transmitted over a single conductor, one bit at a time. Also known as serial port.
| Sci-Tech Dictionary: serial interface |
(computer science) A link between a microcomputer and a peripheral device in which data is transmitted over a single conductor, one bit at a time. Also known as serial port.
| Computer Desktop Encyclopedia: serial interface |
A data channel that transfers digital data in a serial fashion: one bit after the other over one wire or fiber. The serial port on a PC is a serial interface that is typically used to attach modems and data acquisition terminals. On earlier PCs, mice also used the serial port. USB and FireWire (IEEE 1394) are high-speed serial interfaces that have superseded the serial port. Serial interfaces may have multiple lines, but only one line is used for data. Contrast with parallel interface. See serial port, RS-232, USB and FireWire.
Download Computer Desktop Encyclopedia to your iPhone/iTouch
| Wikipedia: 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 with several parallel channels. 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 buses (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.
Contents |
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.
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, UNI/O, and 1-Wire.
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:
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 less expensive.
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| parity errors (computer jargon) | |
| National Semiconductor Corp | |
| Zilog Inc |
| What is mean by serial and parallel communication? Read answer... | |
| Computer networking is parallel communication or serial communication? Read answer... | |
| What are the differences between serial and parallel communication? Read answer... |
| What is EIA-422 and EIA-485 serial communications? | |
| Advantages of serial communication? | |
| What is Timeout in serial communication? |
Copyrights:
![]() | Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved. Read more | |
![]() | Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher. © 1981-2009 Computer Language Company Inc. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Serial communication". Read more |