Hello Joe S

Yes, i put
DEFINE DEBUG_REG GPIO
DEFINE DEBUG_BIT 4
DEFINE DEBUG_BAUD 2400
DEFINE DEBUG_MODE 1
DEFINE DEBUG_PACING 1000

This didn't also work too
tipo var byte
iplp var GPIO.5
bmode CON 4 ' N2400 INVERTED

inicio:
pause 1
SERIN2 iplp,bmode,800,inicio,[wait ("C"),HEX2 tipo]

Anyone a idea?
Perhaps the 12F serie don't work with the serin2
and also have problems to send like, dec var, hex var, bin var

This work
SerIn iplp,4,["OK"],andar

This not work
SerIn iplp,4,["OK"],#andar


Best regards
Pedro