Skip to content

Commit

Permalink
Merge pull request #2110 from mpfeil/patch-2
Browse files Browse the repository at this point in the history
Update uart document
  • Loading branch information
Hannes7eicher authored Aug 12, 2024
2 parents 36c4b4f + f819ac0 commit 3b62950
Showing 1 changed file with 2 additions and 2 deletions.
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.

0 comments on commit 3b62950

Please sign in to comment.