pico uart buffer size #16966
Unanswered
krismc
asked this question in
RP2040 / Pico
Replies: 1 comment 2 replies
-
The rxbuf keyword argument is supported by the pico port since March 2021. Which firmware do you use? Does it simply not work or do you get an error? Which behavior do you see? Edit:
Yes they are different under the hood. But the MicroPython API is mostly the same. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to move a upython program from an esp32 to an rpi pico. The uart has to cope with a firehose of data from an external modem. On the esp32 I had to increase the receive buffer size to make this work properly
but I can't find an easy way to do similar on the pico. Are the uarts on the 2 chips really so different?
Beta Was this translation helpful? Give feedback.
All reactions