History of Computers - Serial Communication

From SJS Wiki
Jump to: navigation, search

Ryder Desenberg serial-port.jpg [1]

Overview

Serial Communication is the process of sending data one bit at a time. While serial links can not transmit as much data per clock cycle as parallel links, making them appear inferior, a few factors allow them to actually be clocked faster.

Advantages

First, clock skew (sometimes called timing skew) is a phenomenon in synchronous circuits in which the clock signal (sent from the clock circuit) arrives at different components at different times [2]. This becomes a problem when the receiving register gets the clock tick earlier than the sending register. While parallel links can have this problem, Serial links avoid it because they send data one bit at a time, sequentially [3] [4]. Second, with other types of links, electrical interference, or crosstalk occurs. Serial connections take up less space, and therefore reducing the likelihood of crosstalk. In addition, serial links can drive longer distance than parallel buses and are less susceptible to noise [5]. Serial links also offer improved electrical safety in harsh environments [6].Finally, serial links are cheaper than parallel links.

Disadvantages

1. A serial link would  require faster speeds to transfer the same image, meaning a slower refresh rate[7].
2. In theory, Serial is slower than  Parallel transmission. However, due to a lack of cross-talk, it can actually be clocked much faster[8].

Examples of Serial Links

1. Ethernet
2. PCI express
3. RS-232
4. RS-422
5. RS-423

References

  1. serial-port.jpg
  2. https://en.wikipedia.org/wiki/Serial_communication
  3. https://en.wikipedia.org/wiki/Serial_communication
  4. http://www.lightwaveonline.com/articles/2002/06/the-advantages-and-disadvantages-of-serial-links-in-communication-system-design-53447417.html
  5. https://learn.sparkfun.com/tutorials/serial-communication
  6. https://learn.sparkfun.com/tutorials/serial-communication
  7. http://www.lightwaveonline.com/articles/2002/06/the-advantages-and-disadvantages-of-serial-links-in-communication-system-design-53447417.html
  8. http://www.lightwaveonline.com/articles/2002/06/the-advantages-and-disadvantages-of-serial-links-in-communication-system-design-53447417.html

Signifigance

Serial links allow for uncorrupted, long distance, transfer of data. This is the most important aspect of serial links.