UART baudrate 100000 #12640
Replies: 2 comments 13 replies
-
Yes. I have tested UART at 4_000_000 baud for data loss. And it worked fine. Just take care that rxbuf is larger than the longest message which you expect. |
Beta Was this translation helpful? Give feedback.
-
The SBUS protocol is not a valid protocol for a standard UART. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use an RC receiver's SBUS with Pi Pico. The receiver's SBUS has a baudrate of 100000, but I have yet to be able to receive data from it with Pi Pico. Is RP2040 able to communicate at 100000 baud at its default operating frequency?
Beta Was this translation helpful? Give feedback.
All reactions