Skip to content

Commit 3734d7c

Browse files
committed
Change UART connection setup
1 parent 7138c1a commit 3734d7c

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -94,21 +94,22 @@ To send characters to the display over `UART` connect an USB/UART converter to t
9494

9595
``` bash
9696

97-
# +---------------------+ +---------------------+
98-
# | MAD - Display | | |
99-
# +-+-+ +-+-+ | +-----------------+ |
100-
# | 1 | VCC VCC | 1 | +----------+ | | TeraTerm | |
101-
# | 2 | UPDI UPDI | 2 | | U +---+---+ | | ~~~~~~~~ | |
102-
# +--+ 3 | SI SO | 3 +-----+ | S | USB |--+ | ~~~~~ | |
103-
# | | 4 | SCK SCK | 4 | | | B +---+---+ | | ~~~~~~~~~~~~ | |
104-
# | | 5 | SS (CS) SS | 5 +--+ | | / | | | | |
105-
# | | 6 | GND GND | 6 +--+ | | U | | +-----------------+ |
106-
# | +-+-+ +-+-+ | | A | | |
107-
# | +---------------------+ | +-+-+ R | | Computer |
108-
# | +--+RxD| T | | |
109-
# +-------------------------------------+TxD| +------+ +---------------------+
110-
# +-+-+ |5V/3V3|
111-
# +----+-----+
97+
# +---------------------+ +---------------------+
98+
# | MAD - Display | | |
99+
# +-+-+ +-+-+ | +-----------------+ |
100+
# | 1 | VCC VCC | 1 +-------+ +----------+ | | TeraTerm | |
101+
# | 2 | UPDI UPDI | 2 | | | U +---+---+ | | ~~~~~~~~ | |
102+
# +--+ 3 | SI SO | 3 +-----+ | | S | USB |--+ | ~~~~~ | |
103+
# | | 4 | SCK SCK | 4 | | | | B +---+---+ | | ~~~~~~~~~~~~ | |
104+
# | | 5 | SS (CS) SS | 5 +--+ | | | / | | | | |
105+
# | | 6 | GND GND | 6 +--+ | | | U | | +-----------------+ |
106+
# | +-+-+ +-+-+ | | +-+-+ A | | |
107+
# | +---------------------+ | +--+VCC| R | | Computer |
108+
# | +----+TxD| T | | |
109+
# | |RxD| +------+ +---------------------+
110+
# +---------------------------------------+GND| |5V/3V3|
111+
# +-+-+ +------+
112+
# +----+-----+
112113
```
113114

114115
## SPI Test

0 commit comments

Comments
 (0)