parity bit

Gerardo Luis Stola
I need to enable parity bit for ttySAC0. I have been configuring the UART
in order to do so, without any positive result:

  newtio.c_cflag = B19200 | CS8 | CLOCAL | CREAD | PARENB | PARODD;

Did anybody succeeded in making it work?