Skip to content

Commit

Permalink
usb serial project
Browse files Browse the repository at this point in the history
  • Loading branch information
ImplFerris committed Dec 22, 2024
1 parent f963a4d commit 6d470f8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/usb-serial/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,12 @@ If everything is set up correctly, you should see a "Connected" message in the t
In the terminal where tio is running, you type that will be sent to the Pico. You won't see what you type (since we're not echoing back the input).

If you press the letter 'r', the onboard LED will be turned on. If you press any other character, the LED will be turned off.


## Embassy version
You can also refer to this project, which demonstrates using USB Serial with the Embassy framework.

```sh
git clone https://github.com/ImplFerris/pico2-embassy-projects
cd pico2-embassy-projects/usb-serial/
```

0 comments on commit 6d470f8

Please sign in to comment.