Hi all

I'm suffering with a serout routine where I have to use ODD parity

I'm using a 16F876A with several SEROUT and SEROUT2 ports

some are 8N1 , 1 is 8O1

If I use the define command: Define ser2_odd = 1

Then all my serout2s are ODD parity

Do i need to put this define infront of each Serout2 command ?

What if I want to use ODD parity with serout instead of serout2 ?

Thanks