Skip to content

Update Serial.adoc #574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Language/Functions/Communication/Serial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ Used for communication between the Arduino board and a computer or other devices
|================================================================================================================================================
| Board | USB CDC name | Serial pins | Serial1 pins | Serial2 pins | Serial3 pins
| Uno, Nano, Mini | | 0(RX), 1(TX) | | |
| Mega | | 0(RX), 1(TX) | 19(RX), 18(TX) | 16(RX), 17(TX) | 15(RX), 14(TX)
| Mega | | 0(RX), 1(TX) | 19(RX), 18(TX) | 17(RX), 16(TX) | 15(RX), 14(TX)
| Leonardo, Micro, Yún | Serial | 0(RX), 1(TX) | | |
| Uno WiFi Rev.2 | | Connected to USB | 0(RX), 1(TX) | Connected to NINA |
| MKR boards | Serial | | 13(RX), 14(TX) | |
| Zero | SerialUSB (Native USB Port only) | Connected to Programming Port | 0(RX), 1(TX) | |
| Due | SerialUSB (Native USB Port only) | 0(RX), 1(TX) | 19(RX), 18(TX) | 16(RX), 17(TX) | 15(RX), 14(TX)
| Due | SerialUSB (Native USB Port only) | 0(RX), 1(TX) | 19(RX), 18(TX) | 17(RX), 16(TX) | 15(RX), 14(TX)
| 101 | Serial | | 0(RX), 1(TX) | |
|================================================================================================================================================

Expand Down