Asynchronous Data Transmission
Definition
- Data are transmitted on the transmit data (TD) line in packets of or bits typically.
- Each packet is framed by a start bit at the beginning and a stop bit at the end.
- Optionally, a parity bit is inserted before the stop bit, which is used to determine whether the number of bits equal to included in the data (excluding the stop bit) is even or not.
Bits in RS-232C
is called a mark, while is called a space.
The idle state for an RS-232C line is a bit (mark).
For example, to transmit an ASCII character a, the time consequence is:
TD 0 1000011 01 is a. The first is the start bit and the last is the stop bit.
Since there are 1 bits in the data, the parity bit is set to .
Last updated on