68
68
UART
●
The lessons here use 9600 baud or 9600 bits
per second. There is a format to the serial
transmission and the format helps the receiver
to know when a new byte is being received.
●
There is a start bit and a stop bit. The start bit
indicates the beginning of transmission. The
stop bit indicates the end.
●
When not sending data, the transmit signal is
always high or logic level 1. The start bit is
detected as the signal goes from 1 to 0.
●
A stop bit is a logic level 1 signal.
D0 D1 D2 D3 D4 D5 D6 D7
IDLE
Start
Bit
Stop
Bit
Summary of Contents for StenBOT Rover Kit
Page 1: ...1 StenBOT Rover Kit Stensat Group LLC Copyright 2013 ...
Page 4: ...4 Overview ...
Page 22: ...22 22 Assembly ...
Page 58: ...58 58 Processor Board and Arduino Software ...
Page 118: ...118 118 Completing The Robot Motion ...
Page 138: ...138 138 Digital Signal Connections ...
Page 166: ...166 166 Remote Control ...