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.
Tool/software:
Does the AM6231 uart support 9bit mode? If not, how do I implement it?
Hi,
The UART hardware supports 9bit mode, but I don't think the Linux kernel directly supports it.
I don't know how to get it working in Linux. The kernel TTY framework only process 8-bits byte data, I am not sure how to make kernel understand 9-bit data.