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
On Ubuntu 15.10 (amd64) and Raspbian on a Raspberry Pi 2 the Termios struct contains an extra unsigned char before the CC array (c_line). Because of this everything was off by one byte, e.g. VMIN was interpreted as VTIME.
The text was updated successfully, but these errors were encountered:
On Ubuntu 15.10 (amd64) and Raspbian on a Raspberry Pi 2 the Termios struct contains an extra unsigned char before the CC array (c_line). Because of this everything was off by one byte, e.g. VMIN was interpreted as VTIME.
The text was updated successfully, but these errors were encountered: