We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All MBED SerialN UART drivers are unbuffered in the transmit path, which means that they block pretty much all the time. This is undesirable.
Related: https://forum.arduino.cc/t/uart-serial-write-appears-to-be-blocking-arduino-mbed-rasberry-pi-pico/1290268 https://forum.arduino.cc/t/serialx-x-1-4-are-unbuffered-surprised/1178363 #272
The text was updated successfully, but these errors were encountered:
Hi, I raised #763 last year but received no response. I have converted my code to use mbed::BufferedSerial
Sorry, something went wrong.
No branches or pull requests
All MBED SerialN UART drivers are unbuffered in the transmit path, which means that they block pretty much all the time.
This is undesirable.
Related:
https://forum.arduino.cc/t/uart-serial-write-appears-to-be-blocking-arduino-mbed-rasberry-pi-pico/1290268
https://forum.arduino.cc/t/serialx-x-1-4-are-unbuffered-surprised/1178363
#272
The text was updated successfully, but these errors were encountered: