Serial Port Basics |
A
A.Serial Port
Basics
A.1 Serial specifications
Serial data is any data that is sent one bit at a time using a single electrical signal. In contrast, parallel data is sent 8, 16, 32, or even 64 bits at a time using a signal line for each bit. Data that is sent without the use of a master clock is said to be asynchronous serial data.
Several communications standards exist for the transfer of asynchronous serial data. Common PC’s transfer data using the EIA
Other asynchronous serial standards in common use include
A.2 Data rates
The baud rate for a serial connection is the number of bits that are transmitted per second. It is specified in bits/second or baud. For example, a 9600 baud serial link transfers 9600 bits per second.
31