Hello All

In my programm i not use the MAX232 inverter for serial communication to the PC, i use a 1k for tx and 22k resistor for rx Pic pin and the code like this

bmode con 16780'
''''serin2' 16780 = 2400 inverted (without max232)

instruction like this
SERIN2 dinp,bmode,3000,main,[wait ("C"),HEX2 esp0,HEX2 esp1]

now i need to connect my board to other board from a customer that communicate serial with TTL level

My question is, must i change anything in my code to communicate in TTL level?

Thanks for help

Kind regards

Pedro