Hi,

Usind debug and setting the correct pins, there should be no reason that 16f676 for it to send and reeive rs232 data?

I have setup up CMCON =7 ( comparators off)
ANSEL = 7 (A-D 0,1,2 rest digital)
ADCON0.7 = 1 (right justify)
ADCON0.6 = 1 (ext vref)

DEFINE DEBUG_REG PortC
DEFINE DEBUG_BIT 1
DEFINE DEBUG_BAUD 9600
DEFINE DEBUG_MODE 1

after turnon and wait I send

DEBUG REP $00\8,13,10,"Hello"

but no "hello"

any inputs?

thnks

Peter