docs-content
docs-content copied to clipboard
Schematic Issue - Multiple Serial Ports on the Arduino Mega
It looks like the Use Multiple Serial Ports on the Arduino Mega page has a small error in the schematic example.
The TX pin of the mega is going to the TX pin of the Serial-enabled device, as opposed to the RX pin of the Serial device. The RX pin of the mega is also going to the RX pin of the Serial device.
The deleted asset in commit 4aed0c17a67c5b5ce24cf624c5492bd7baf64a35 appears to be the right wiring. See #2275