RTEMS | termios does not process term attributes until data wakes the receiver (#5307)
Chris Johns (@chris)
gitlab at rtems.org
Tue Jul 22 05:06:07 UTC 2025
Chris Johns created an issue: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5307
Assignee: Chris Johns
## Summary
If you configure a tty in _Noncanonical Mode Input Processing_ mode and the settings `MIN > 0` and `TIME = 0` and you call `read()` the thread blocks until data is received even if you change to `MIN = 0` and `TIME = 0`.
The receiver should be able to handle this and assume the new settings.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5307
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250722/dd8c86ca/attachment-0001.htm>
More information about the bugs
mailing list