1
0
Fork 0
i237/doc/arduino-mega-usb-uart-wirin...

18 lines
507 B
Markdown
Raw Permalink Normal View History

2016-09-08 14:41:27 +03:00
# Arduino Mega USB UART converter wiring
## Introduction
This wiring schema uses only Tx from Arduino and is suitable to be used as standard error console.
## Wiring illustration
![arduino-mega-usb-uart-wiring.png](arduino-mega-usb-uart-wiring.png)
2016-09-08 14:41:27 +03:00
## Wiring table
| Signal | ATMega2560 port and pin | Arduino Mega 2560 pin | USB UART converter pin |
| --- | --- | --- | --- |
| Ground (GND) | GND | GND | GND |
| Transmit data from Arduino (TxD) | PORTJ pin 1 (TXD3) | Digital pin 14 (TX3) | RxD |
2016-09-08 14:41:27 +03:00