@@ -21,12 +21,12 @@ Used for communication between the Arduino board and a computer or other devices
21
21
|================================================================================================================================================
22
22
| Board | USB CDC name | Serial pins | Serial1 pins | Serial2 pins | Serial3 pins
23
23
| 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)
25
25
| Leonardo, Micro, Yún | Serial | 0(RX), 1(TX) | | |
26
26
| Uno WiFi Rev.2 | | Connected to USB | 0(RX), 1(TX) | Connected to NINA |
27
27
| MKR boards | Serial | | 13(RX), 14(TX) | |
28
28
| 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)
30
30
| 101 | Serial | | 0(RX), 1(TX) | |
31
31
|================================================================================================================================================
32
32
0 commit comments