Skip to content

Commit 3b62950

Browse files
Merge pull request #2110 from mpfeil/patch-2
Update uart document
2 parents 36c4b4f + f819ac0 commit 3b62950

File tree

1 file changed

+2
-2
lines changed
  • content/learn/05.communication/09.uart

1 file changed

+2
-2
lines changed

content/learn/05.communication/09.uart/uart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The polarity of the stop bit(s) can vary, with some systems using a high stop bi
171171

172172
## Serial USB Examples
173173

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**.
175175

176176
### Basic Print Example
177177

@@ -444,4 +444,4 @@ Serial1.begin(9600);
444444
}
445445
```
446446

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.

0 commit comments

Comments
 (0)