Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 4 (#25 onward), One way to transform analog into digital - Coggle…
Chapter 4 (#25 onward)
-
Data Transmission
Parallel Transmission
8 bits sent, 8 lines needed to receive
Serial Transmission
Asynchronous
we send 1 start bit (0) at the beginning and 1 or more stop bits (1s) at the end of each byte. There may be a gap between each byte. Asynchronous here means “asynchronous at the byte level,” but the bits are still synchronized; their durations are the same.
-
Synchronous
we send bits one after another without start or stop bits or gaps. It is the responsibility of the receiver to group the bits.
Bit stream is converted into longer frames which may contain ,multiple bytes
Advantages are speed, no extra bits or gaps
8 bits, sent in one line after another so only one line is needed (wire)
-
-
-