- Notifications
You must be signed in to change notification settings - Fork233
Simple serial terminal example to run on Pico#69
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
lurch commentedOct 9, 2023
So basically a MicroPython version of the UART -> USB CDC already included inhttps://github.com/raspberrypi/picoprobe/ ? |
Add reference to picoprobe.
brianddk commentedOct 9, 2023
@lurch , Corrected the spelling and added a reference to picoprobe for anyone wanting a more robust solution. I hadn't seen picoprobe, and didn't realize it could be used as a generic USB to UART. Since I'm not using OpenOCD, should I tie But yes... I suppose this is a VERY simple micropython sample to do the same thing. |
lurch commentedOct 9, 2023
If you're not using OpenOCD, simply leave the SWD-related pins unconnected. |
Uh oh!
There was an error while loading.Please reload this page.
Pico serial terminal
A simple example to allow a Pico to act as a serial terminal into another Raspberry Pi computer.
Useful for setting up a Pi when network setup fails for some reason.
Should work for Windows, Linux, or Mac host machines.
enable_uart=1to the Raspberry Pi computerconfig.txtand boot it.pico:{1,2,3}topi:{10,8,6}terminal.pyon Pico, then power up the PiYou should now have a serial terminal to your Raspberry Pi computer through your Pico.
Errata / Bugs
raspi-config) work