Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/learn/05.communication/09.uart/uart.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ The polarity of the stop bit(s) can vary, with some systems using a high stop bi

## Serial USB Examples

To send data between an Arduino and a computer, you will need to the board to a computer with a **USB cable**.
To send data between an Arduino and a computer, you will need to connect the board to a computer with a **USB cable**.

### Basic Print Example

Expand Down Expand Up @@ -444,4 +444,4 @@ Serial1.begin(9600);
}
```

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