I looked into datasheet, and saw to change a bunch of thing. I just need to reset and set the seventh bit RCSTA to turn off and on UART
Is there a way to use the parity bit. Suppose 2400.8, E, 1, or 9600.8, E, 1 As I see hardware support and the ninth bit. The PBP I saw that there define the ninth bit.
If I add this to the beginning of the code
DEFINE HSER_EVEN 1
DEFINE HSER_BITS 9
How will changes in RCSTA, TXSTA,SPBRG registers affect hserin or serout.