You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In particular, to be able to set flag PARMRK in c_iflag so that a BREAK is expressed as a sequence of control characters:
When neither IGNBRK nor BRKINT are set, a BREAK
reads as a null byte ('\0'), except when PARMRK is set, in
which case it reads as the sequence \377 \0 \0.
This issue was migrated from GitLab. The original issue can be found here:
https://gitlab.com/susurrus/serialport-rs/-/issues/116
In particular, to be able to set flag
PARMRK
inc_iflag
so that a BREAK is expressed as a sequence of control characters:https://man7.org/linux/man-pages/man3/termios.3.html
The text was updated successfully, but these errors were encountered: