Skip to content
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

Raspberry Pi-Pico UART not Supported #4180

Closed
zack-cpp opened this issue Feb 11, 2021 · 2 comments
Closed

Raspberry Pi-Pico UART not Supported #4180

zack-cpp opened this issue Feb 11, 2021 · 2 comments

Comments

@zack-cpp
Copy link

Trying to use UART on pi pico board. I started by finding pin names from board modules.
dir board

Based on the example from adafruit, i adjust the TX and RX to GP8 and GP5.

uart = busio.UART(board.GP4, board.GP5, baudrate=9600)

when i run the code, i got this error message:
error

I change to the default TX and RX Pi-Pico's pin, referenced to this closed issue, and still got same error.

is UART for Pi-Pico circuitpython not supported yet?

@ladyada
Copy link
Member

ladyada commented Feb 11, 2021

correct, dupklicate of
#4036
you can sub to that issue to be notified when resolved

@dhalbert
Copy link
Collaborator

dhalbert commented Feb 13, 2021

@panchalnikunj It is inappropriate to spam our repos with pointers to your YouTube channel, even if it is relevant material. I am deleting your comments. Please do not do this again. If you persist you will be blocked.

@adafruit adafruit deleted a comment from panchalnikunj Feb 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants