Skip to content

Commit de7ea15

Browse files
authored
Merge pull request #574 from Arnold-n/patch-1
Update Serial.adoc
2 parents ff435ca + dcf923f commit de7ea15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Functions/Communication/Serial.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ Used for communication between the Arduino board and a computer or other devices
2121
|================================================================================================================================================
2222
| Board | USB CDC name | Serial pins | Serial1 pins | Serial2 pins | Serial3 pins
2323
| Uno, Nano, Mini | | 0(RX), 1(TX) | | |
24-
| Mega | | 0(RX), 1(TX) | 19(RX), 18(TX) | 16(RX), 17(TX) | 15(RX), 14(TX)
24+
| Mega | | 0(RX), 1(TX) | 19(RX), 18(TX) | 17(RX), 16(TX) | 15(RX), 14(TX)
2525
| Leonardo, Micro, Yún | Serial | 0(RX), 1(TX) | | |
2626
| Uno WiFi Rev.2 | | Connected to USB | 0(RX), 1(TX) | Connected to NINA |
2727
| MKR boards | Serial | | 13(RX), 14(TX) | |
2828
| Zero | SerialUSB (Native USB Port only) | Connected to Programming Port | 0(RX), 1(TX) | |
29-
| Due | SerialUSB (Native USB Port only) | 0(RX), 1(TX) | 19(RX), 18(TX) | 16(RX), 17(TX) | 15(RX), 14(TX)
29+
| Due | SerialUSB (Native USB Port only) | 0(RX), 1(TX) | 19(RX), 18(TX) | 17(RX), 16(TX) | 15(RX), 14(TX)
3030
| 101 | Serial | | 0(RX), 1(TX) | |
3131
|================================================================================================================================================
3232

0 commit comments

Comments
 (0)