Hello,
I'm a totally newbie abut PIC and PICBASIC programming.
I would build a PIC reader for my weather station, using its built-in RS232 interface. Before starting, I found a big problem to solve: the weather station uses a *not so common* serial protocol: 1 start bit, 8 data bits, EVEN parity and 2 bits stop (1+8+1+2=12 bits!) with a speed of 19200 bps. I haven't found a way to obtain it, neither with SERIN/SEROUT commands, nor with hardware USART commands, so I think I must create it from scratch....

Anyone has suggestions, examples, code pieces to help me?

Thanks in advance.

PS: I think to use a 16F876 device for this project.