Page 1 of 1

RS232 from T to N

Posted: Tue Jun 22, 2010 4:18 am
by armagon29
Dear All:

Could you be so kindly to explain me how to change the Serial output, flowcode macro RS232 normally has a true output, but I have a LCD color Display, it works using an inverted output

Thanks

Re: RS232 from T to N

Posted: Tue Jun 22, 2010 10:25 am
by Benj
Hello,

How about using an inverting buffer chip or a diode to flip the logic?

Other then this you will have to use the bit banged mode and manually edit the C code to produce an inverted output signal.

Seems strange though most UART based devices will work with RS232 signal lines being logic high and the start bits being logic low.