Serial Interface
Serial Interface
•Essentially, serial ports provide a standard connector and protocol to let you
attach devices, such as modems, to your computer.
Serial Interface
The name "serial" comes from the fact that a serial port "serializes" data. That is,
it takes a byte of data and transmits the 8 bits in the byte one at a time.
The advantage is that a serial port needs only one wire to transmit the 8 bits
(while a parallel port needs 8). So to send data in long distance it may be
converted in serial form.
The disadvantage is that it takes 8 times longer to transmit the data than it would
if there were 8 wires. Serial ports lower cable costs and make cables smaller.
Serial Interface
Serial ports, also called communication (COM) ports, are bi-
directional.
We need some handshaking circuitry to ensure that transmitter does not send
faster than it can be read by the receiver.
There are available devices which contains most of the circuitry needed for serial
communication.
A device such as Intel 8251A, which can perform both asynchronous and
synchronous communication, is called a Universal synchronous-asynchronous
receiver-transmitter or USART.
RS232/V24 Standard
D-Type Connector
Computer-Peripheral Connections
Null Modem Cable