This implements a low baud rate UART which should output ASCII characters "Red."
To test the project, connect the TX and RX pins to the TX and RX pins on your computer. You should see the characters being printed on your computer.
# | Input | Output | Bidirectional |
---|---|---|---|
0 | N/A | segment a | |
1 | Bit 0 | segment b | |
2 | Bit 1 | segment c | |
3 | Bit 2 | segment d | |
4 | Bit 3 | segment e | |
5 | Bit 4 | segment f | |
6 | Bit 5 | segment g | |
7 | Bit 6 | dot |