Skip to content

Update uart document #2110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 12, 2024
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.