Skip to content
New issue

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

MBED SerialN UART drivers are unbuffered in transmit path #935

Open
WestfW opened this issue Aug 11, 2024 · 1 comment
Open

MBED SerialN UART drivers are unbuffered in transmit path #935

WestfW opened this issue Aug 11, 2024 · 1 comment

Comments

@WestfW
Copy link

WestfW commented Aug 11, 2024

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

@megacct
Copy link

megacct commented Aug 11, 2024

Hi, I raised #763 last year but received no response. I have converted my code to use mbed::BufferedSerial

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants