Quote Originally Posted by Sphere View Post
I need the 9th data bit to be 1 or 0 to signify end of data, the serial mode is 9600 9N1 can this be done on the fly in pic basic pro. Im using the serout2 command for my data.

Thanks Sphere.
Sounds like it might be time to 'bit-bang' your own serial routine. There's a bunch of them out there for the various flavors of the PIC. Shouldn't be too hard to rewrite them to handle 9 bits.