termios configuration/read question
jennifer averett
jennifer.averett at oarcorp.com
Fri Oct 6 15:59:05 UTC 2000
Is this a bug in termios or am I setting attributes incorrectly?
I do not want any data in the stream modified by termios and
am setting the attributes as below. However '\r' is being changed
to a '\n' from my input stream. I
termios_attr.c_lflag &= ~(ICANON|ECHO|ECHONL|ECHOK|ECHOE|ECHOPRT|ECHOCTL);
termios_attr.c_iflag &= ~(IXON|IXANY|IXOFF);
Thanks
Jennifer
More information about the users
mailing list