

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Two methods of data transmission: parallel and serial. Parallel transmission uses separate wires for each bit and is faster but limited to short distances. Serial transmission uses a single wire for all bits and is slower but suitable for long distances. The document also introduces handshake signals and the centronic parallel interface for parallel transmission and rs232 for serial transmission.
Typology: Study notes
1 / 2
This page cannot be seen from the preview
Don't miss anything!


This section briefly discusses how data might be sent from one point to another, namely via a parallel method, or via a serial method. Each technique has its own advantages and disadvantages.
Data may be transmitted between two points in two different ways. Lets consider sending 8 bits of digital data (1byte). These bits may be sent all at once (in parallel), or one after the other (serial).
In addition, another line may be used by the Receiver to inform the sender that the data Has been used, and its ready for the next data.
In the above diagram, the sender places the data on the data lines, then signals the receiver that data is available by asserting (sending a pulse) on the DA (Data is available) line. After reading the state of the data lines, the receiver signals back to the sender that it has processed the data and is now ready for some more data by asserting the DU (Data used) line. The sender, upon getting the DU signal, removes the data and sends the next data element in the same manner.
This exchange of signals such as DA and DU between the sender and the receiver is called a handshake. These handshake signals allow the sender and receiver to keep synchronized (work on the same data at the same time in the proper sequence).
Parallel transmission is obviously faster than serial, because more than one bit is sent at a time. Parallel transmission is good only for short links, and examples are found in all computers. The address, data and control buses which interface the processor to other peripherals inside the computer are all parallel buses. In addition, most printers on the PCs (LPT1/LPT2) use a parallel interface, commonly called the Centronic Interface.
DA
DU
Each bit is sent over a single wire, on after the after. The organization looks like,
No signal lines are used to convey clock (timing information) and handshake signals. There are two methods (asynchronous and synchronous) in which timing information is encoded with the signals so that the sender and receiver are synchronized (working on the same data at the same time). If no clock information was sent, the receiver can misinterpret the arriving data (due to bits being lost, going too slow). In asynchronous, each character is synchronized using start and stop signals. In synchronous, each group or block of characters is synchronized using a synchronize flag. In the following sections, serial transmission will be further investigated a common standard for serial communications is RS232.
Parallel transmission sends each bit suing separate wire. In addition, extra wires are needed to transfer the data between the sender and receiver. These handshake signals allow the data to be transferred in the correct sequence Computers often send data in parallel form because it is fast. An example of a parallel format is the Centronic parallel interface.
Serial data is slower than parallel, but suited to long distance. There is not need for extra wires to convey handshake signals. as the data is packaged in a variety example of a serial format is RS232.