disable uart txbuf #10941
Replies: 2 comments 9 replies
-
You could set it to a smaller value, like 32. But what do you want to achieve with that? |
Beta Was this translation helpful? Give feedback.
-
The best way to do XON/XOFF flow control is usually to maintain your own receive buffer. One task takes characters from the UART and puts them in the buffer and the main program removes them from the buffer. If the buffer holds more than To manage this concurrency you might consider using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
want to disable tx buf of uart rp2040 micropython??
Anyone kindly help me ...
Beta Was this translation helpful? Give feedback.
All reactions