This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Using PARMRK on OMAP-serail UART in Linux 3.12

I am trying to emmulate a CS9 protocol on the am335x_evm board.  I am using SDK 7, Linux 3.12.  From my reading, using PARMRK will cause the UART to basically ignore a parity error.  I also plan to use Stick Parity.  So if I understand this correctly, If the parity is set to 1 on my UART then any byte of data the UART receives with a parity of 0 it will prepend 0xFF 0x00 to the byte of data received. The UART will then push 3 bytes (0xFF 0x00 data) onto the flip buffer to be retrieved by a process in user space.  Am I understanding that correctly?