Привет всем!!!
В документации к glibc пишут так(http://www.gnu.org/software/libc/manual/html_node/Input-Modes.html#Input-Modes): If this bit is set, any byte with a framing or parity error is ignored. This is only useful if INPCK is also set.
В мане termios пишут так(http://linux.die.net/man/3/termios): Ignore framing errors and parity errors.
Вам не кажется что описания не сходятся? И если да то где истина?
В первом случае сам бит игнорируется, а во втором сама ошибка игнорируется?