I've searched for a way to set up flowcode (V5) to inverse the communication signal of the RS232, but didn't find a solution.
I'm using the software RS232 on a PIC18F2520 @ 2400bps, Tx on RC0 (pin11) and Rx on RC1 (pin12).
So I was wondering if anyone know how to set flowcode (or in C so i can add a C block) to have an inverted RS232 signal.
Have a nice day
Keep coding

Raph
EDIT :
I've found that I apparently need to modify the BAUDCON Register, especially the bit 4 (TXCKP, set it to "1" to inverse polarity). I've look in the C code generated by flowcode and the settings but I didn't find anything regarding this bit or register. Anyone know how can I do this in flowcode (or in a C block) ?