File tree 1 file changed +2
-2
lines changed
content/learn/05.communication/09.uart
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ The polarity of the stop bit(s) can vary, with some systems using a high stop bi
171
171
172
172
## Serial USB Examples
173
173
174
- To send data between an Arduino and a computer, you will need to the board to a computer with a ** USB cable** .
174
+ To send data between an Arduino and a computer, you will need to connect the board to a computer with a ** USB cable** .
175
175
176
176
### Basic Print Example
177
177
@@ -444,4 +444,4 @@ Serial1.begin(9600);
444
444
}
445
445
```
446
446
447
- If the written message inside the IDE serial monitor (` Serial ` ) equals '0', we print the same message to ` Serial1 ` , turning the built-in LED off.
447
+ If the written message inside the IDE serial monitor (` Serial ` ) equals '0', we print the same message to ` Serial1 ` , turning the built-in LED off.
You can’t perform that action at this time.
0 commit comments