raspberrypi / pico-micropython-examples

Examples to accompany the "Raspberry Pi Pico Python SDK" book.
BSD 3-Clause "New" or "Revised" License
1.01k stars 228 forks source link

timeout function in UART not available #24

Closed nayanagg closed 3 years ago

nayanagg commented 3 years ago

HI,

I want to use timeout method in UART for Pi Pico.

HELP!

aallan commented 3 years ago

Hey, this is a general MicroPython question, not specific to the example code provided in this repo.

The RP2040 MicroPython port has now been merged upstream to the main MicroPython repo, see micropython/micropython#6791. Going forward you should report problems with the port there, https://github.com/micropython/micropython/.

General technical support can be found on the MicroPython forums, https://forum.micropython.org/viewforum.php?f=21.

dpgeorge commented 3 years ago

FYI there is now support for UART timeouts in MicroPython RPi pico.