UART seems to be dead in MicroPython but works with C code #11848
Unanswered
vpmdt
asked this question in
RP2040 / Pico
Replies: 1 comment
-
You can try this. In Thonny Shell i.e. REPL check that uart is working.
You will need to connect pin 0 and pin 1 (i.e. connect TX to RX) of your board. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was able to read/write over uart until today in MicroPython. No idea what happend. If I upload .uf2 file with hello world in C, I can read it in Putty, but I am getting no hello world with the MicroPython. This is for proving that, the usb to serial debug cable is ok. I am using GPI0 pins 0, 1 and GND. I am using Thonny 4.1.1 for MicroPython scripts. Any ideas why it stopped working?? Maybe Thonny for some reason is not configuring the uart pins?
Beta Was this translation helpful? Give feedback.
All reactions