I am trying to make 9-bit to 8-bit translator from a device using 9-bit serial protocol to PC.
I can set up the UART 0 Port as 9-bit and can send out using the method sendblock method of the UART component from PE.
But when I set up receiving part i ended up at PE_ISR debut halt.
Can anyone have very basic 9-bit data receiving example?
Yonggon