Look RS232 > Serial vs Parallel Port  
fCoder SIA
fCoder SIA Look RS232 Download Order Support Cookie Policy
Look RS232
Download
Order
Support
Testimonials
FAQ
Online help
Modem Programming
Serial port
RS232 Hardware
Programming
  Serial vs Parallel Port

Let's consider the advantages and disadvantages of using serial port when compared with parallel port.

Serial port has all the advantages of serial data transmission:

  1. The serial port cable can be longer than a parralel port cable, as serial port transmits '1' as voltage from -5 to -12V and '0' as voltage from +5 to +12 V, while parralel port transmits '1' as voltage of 5 volts and '0' as voltage of 0 volts. At the same time the receiver of the serial port receives '1' as voltage from -3 to -25 V and '0' as voltage from +3 to +25 V. Thus serial port can have maximal swing up to 50 volts, while parralel port has maximal swing of 5 volts. Thus the losses in the cable when transmitting data using serial port are less substantial then losses when transmitting data using parralel port.
  2. The number of wires needed when transmitting data serially is less than when the transmission is parallel. Is the external device has to be installed at a great distance from the computer, the cable with three wires is much cheaper than the cable with 19 or 25 wires if the transmission is parallel. Still one should remember that there are interface creation expences for every receiver/transmitter.
  3. Further development of serial port is usage of infrared devices which immediately proved popular. Many electronic diaries and palmtop computers have inbuilt infrared devices for connection with external devices.
  4. Another proof of serial port universality is microcontrollers. Many of them have inbuilt SCI (Serial Communications Interfaces), used for communication with other devices. In this case serial interface reduces the number of outputs on the chip. Usually only 2 outputs are used: Transmit Data (TXD) and Receive Data (RXD). Just compare that to minimum of 8 outputs when using 8-bit parralel connection.

Surely enough serial port has its drawbacks. The main one is that when organizing serial connection it is always necessary to convert the data into serial code and vice versa.

 
  Contact us
© fCoder SIA