UART Design
Philipp Wagner
Image courtesy Wikipedia
Two wire serial connection protocol
The UART protocol sends a start bit, 8 data bits and a stop bit
The idle state is high, so start bit is low. The stop bit is high.
Two exercises
uart
directory)uart_receiver
directory)The UART to USB will need a suitable terminal program on the PC (Teraterm on PC, screen or miniterm on Mac/Linux).