Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 193aba8

Browse files
Serial Table update
1 parent baf515d commit 193aba8

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

‎Language/Functions/Communication/Serial.adoc‎

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ categories: [ "Functions" ]
44
subCategories: [ "Communication" ]
55
---
66

7-
8-
9-
107
= Serial()
118

129

@@ -20,24 +17,22 @@ Used for communication between the Arduino board and a computer or other devices
2017
[options="header"]
2118

2219
|================================================================================================================================================
23-
| Board | USB CDC name | Serial pins | Serial1 pins | Serial2 pins | Serial3 pins
24-
| UNO R3, UNO R3 SMD, UNO WiFi Rev2, UNO Mini Ltd, Mini| | | 0(RX), 1(TX) | |
25-
| UNO R4 Minima, UNO R4 WiFi| | 18(RX), 17(TX) | | |
26-
| Leonardo, Micro, Yún Rev2| Serial | | 0(RX), 1(TX) | |
27-
| Uno WiFi Rev.2 | | Connected to USB | 0(RX), 1(TX) | Connected to NINA |
28-
| Nano ESP32 | | 14(RX), 15(TX) | | |
29-
| Nano 33 BLE, Nano 33 BLE Sense, Nano 33 BLE Sense Rev2, Nano 33 IoT, Nano Every | | 17(RX), 16(TX) | | |
30-
| Nano RP2040 Connect, Nano | | 2(RX), 1(TX) | | |
31-
| MKR boards | Serial | | 22(RX), 23(TX) | |
32-
| MKR Zero | SerialUSB (Native USB Port only) | Connected to Programming Port | 0(RX), 1(TX) | |
33-
| Due | SerialUSB (Native USB Port only) | 0(RX), 1(TX) | 19(RX), 18(TX) | 17(RX), 16(TX) | 15(RX), 14(TX)
34-
| 101 | Serial | | 0(RX), 1(TX) | |
35-
| GIGA R1 WiFi | | | 24(RX), 23(TX) | 22(RX), 21(TX) | 20(RX), 19(TX)
36-
| Mega 2560 Rev3 | | 18(RX), 17(TX) | 24(RX), 23(TX) | 22(RX), 21(TX) | 20(RX), 19(TX)
37-
| Mega | | 0(RX), 1(TX) | 19(RX), 18(TX) | 17(RX), 16(TX) | 15(RX), 14(TX)
20+
| Board | Serial pins | Serial1 pins | Serial2 pins | Serial3 pins
21+
| UNO R3, UNO R3 SMD Mini | 0(RX), 1(TX) | | |
22+
| UNO R4 Minima, UNO R4 WiFi| 18(RX), 17(TX) | | |
23+
| Leonardo, Micro, Yún Rev2 | 0(RX), 1(TX) | | |
24+
| Uno WiFi Rev.2 | 0(RX), 1(TX) | | |
25+
| 101 | 0(RX), 1(TX) | | |
26+
| MKR boards | 13(RX), 14(TX) | | |
27+
| Nano boards | 0(RX), 1(TX) | | |
28+
| Zero | 0(RX), 1(TX) | | |
29+
| Due | 0(RX), 1(TX) | 19(RX1), 18(TX1) | 17(RX2), 16(TX2) | 15(RX3), 14(TX3)
30+
| GIGA R1 WiFi | 0(RX), 1(TX) | 19(RX1), 18(TX1) | 17(RX2), 16(TX2) | 15(RX3), 14(TX3)
31+
| Mega 2560 Rev3 | 0(RX), 1(TX) | 19(RX1), 18(TX1) | 17(RX2), 16(TX2) | 15(RX3), 14(TX3)
3832
|================================================================================================================================================
3933

40-
On Uno, Nano, Mini, and Mega, pins 0 and 1 are used for communication with the computer. Connecting anything to these pins can interfere with that communication, including causing failed uploads to the board.
34+
35+
On older boards (Uno, Nano, Mini, and Mega), pins 0 and 1 are used for communication with the computer. Connecting anything to these pins can interfere with that communication, including causing failed uploads to the board.
4136
[%hardbreaks]
4237
You can use the Arduino environment's built-in serial monitor to communicate with an Arduino board. Click the serial monitor button in the toolbar and select the same baud rate used in the call to `begin()`.
4338
[%hardbreaks]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /