PCM compiler version 3.184 ........the project compiles fine. I am questioning whether or not the OERR error is cleared automatically or if I need to check/clear it manually.
I am using the #USE RS232 pre-processor directive as follows.
#use rs232(baud=9600,xmit=PIN_B2,rcv=PIN_B1,bits=8,parity=N,errors)
This is on a pic16f648A, using the hardware usart.