Introduction to Data Communications | ||
---|---|---|
Previous | 20. Asynchronous Communications | Next |
The purpose of the Stop bits is to indicate the end of data. There could be 1 or 2 stop bits with 1 being the typical number of stop bits used today. In Asynchronous transmission, the characters are sent individually with a quiet period in between (quiet meaning 0 bit level). Asynchronous communications requires the transmitting station and the receiving station to have individual internal free-running clocks operating at the same frequency. Free-running means that the clocks are not locked together.
Both clocks operating at same frequency:
The receive station starts checking for data after the Start bit is received (Start bit is a wake up call!).
The receive station samples the transmitted data in the middle of each data bit. The samples are evenly spaced and match the transmitted data because both transmit and receive clocks are operating at the same frequency.
Introduction to Data Communications | ||
---|---|---|
Previous | Table of Contents | Next |