Quote Originally Posted by Eeyore View Post
Mackrackit,
Unsure why you could not follow my original post, but it seems clear that am I writing code for a PIC (in the PBP forum). Are you not able to follow the reasoning behind my inclusion of the Dios example?
I guess you are just to smart for me. First time poster post code for another compiler and states they do not want to learn anything else. I do not know what I was thinking

All you had to do was ask. How do I do 7E2 at 9600?

First set the define for SEROUT2
Code:
DEFINE SER2_BITS 9
That should give a false bit.
Then to get the 7E, use the mode number 24660.

You may want to check the manual on this. And if you are using the hardware port you will have to check the data sheet for your PIC.

BTW... Welcome to the forum.