Post History
Assume we have a channel and send 7-bit data(0100100) asynchronously with 1 parity bit(0).Suppose the start bit is 1.The end bits are in the same logic level with the idle state of the channel(0).H...
#1: Initial revision
Asynchronous connection question
Assume we have a channel and send 7-bit data(0100100) asynchronously with 1 parity bit(0).Suppose the start bit is 1.The end bits are in the same logic level with the idle state of the channel(0).How does the receiver understand the end bits?In my case the last 2 0s could have been the end bits but instead the receiver understand the last two 0s from 0100100(0) are actually part of the data and not the end bits.Help appreciated.