Revision as of 18:19, 14 August 2012 edit198.184.5.252 (talk) →Examples of serial communication architectures← Previous edit | Revision as of 09:03, 5 September 2012 edit undo110.234.15.81 (talk) →Serial busesTag: possible vandalismNext edit → | ||
Line 3: | Line 3: | ||
==Serial buses== | ==Serial buses== | ||
]s are more expensive when they have more pins. To reduce the number of pins in a package, many ICs use a serial bus to transfer data when speed is not important. Some examples of such low-cost serial buses include ], ], ], and ]. | ]s are more expensive when they have more pins. To reduce the number of pins in a package, many ICs use a serial bus to transfer data when speed is not important. Some examples of such low-cost serial buses include ], ], ], and ]. | ||
shikhsa pagal hai | |||
==Serial versus parallel== | ==Serial versus parallel== |
Revision as of 09:03, 5 September 2012
In telecommunication and computer science, serial communication is the process of sending data one bit at a time, sequentially, over a communication channel or computer bus. This is in contrast to parallel communication, where several bits are sent as a whole, 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. Serial computer buses are becoming more common even at shorter distances, as improved signal integrity and transmission speeds in newer serial technologies have begun to outweigh the parallel bus's advantage of simplicity (no need for serializer and deserializer, or SerDes) and to outstrip its disadvantages (clock skew, interconnect density). The migration from PCI to PCI Express is an example.
Serial buses
Integrated circuits are more expensive when they have more pins. To reduce the number of pins in a package, 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. shikhsa pagal hai
Serial 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 simultaneously along multiple channels (e.g., wires, printed circuit tracks, or optical fibres); a serial link transmits a single stream of data.
Although a serial link may seem inferior to a parallel one, since it can transmit less data per clock cycle, it is often the case that serial links can be clocked considerably faster than parallel links in order to achieve a higher data rate. A number of factors allow serial to be clocked at a higher 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 less expensive.
Examples of serial communication architectures
- Morse code telegraphy
- RS-232 (low-speed, implemented by serial ports)
- RS-422
- RS-423
- RS-485
- I²C
- SPI
- ARINC 818 Avionics Digital Video Bus
- Atari SIO (Joe Decuir credits his work on Atari SIO as the basis of USB)
- Universal Serial Bus (moderate-speed, for connecting peripherals to computers)
- 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
- SDI-12 industrial sensor protocol
- Serial Attached SCSI
- Serial ATA
- SpaceWire Spacecraft communication network
- HyperTransport
- PCI Express
- SONET and SDH (high speed telecommunication over optical fibers)
- T-1, E-1 and variants (high speed telecommunication over copper pairs)
- MIL-STD-1553A/B
See also
{{{inline}}}
- Computer bus
- List of device bandwidths
- Comparison of synchronous and asynchronous signalling
- Asynchronous serial communication
- Synchronous serial communication
- Universal asynchronous receiver/transmitter (UART)
- 8N1
- Data transmission
- Federal Standard 1037C
- MIL-STD-188
- Serial Peripheral Interface Bus
- High-Level Data Link Control
External links
- Serial Interface Tutorial for Robotics (contains many practical examples)
- Serial interfaces listing (with pinouts)
- Wiki: Serial Ports
- Visual studio 2008 coding for Serial communication
- Introduction to I²C and SPI protocols
Technical and de facto standards for wired computer buses | |
---|---|
General | |
Standards |
|
Storage |
|
Peripheral | |
Audio | |
Portable | |
Embedded | |
Interfaces are listed by their speed in the (roughly) ascending order, so the interface at the end of each section should be the fastest. Category |
Line coding (digital baseband transmission) | ||
---|---|---|
Main articles | ||
Basic line codes | ||
Extended line codes | ||
Optical line codes | ||