Originally Posted by
Peter1960
Thanks Mr E,
ANSEL = 0 did the trick !
One curious thing though,
when I deleted the Transmit Defines, the program stopped working ?
Can you shed any light on it.
' Debug (Communication) Defines (Transmit)
' ----------------------------------------
DEFINE DEBUG_REG GPIO
DEFINE DEBUG_BIT 1
DEFINE DEBUG_BAUD 9600
DEFINE DEBUG_MODE 1
' I remm'd out the above lines
'
'
' DEBUG (Communication) Defines (Receive)
' ----------------------------------------
DEFINE DEBUGIN_REG GPIO
DEFINE DEBUGIN_BIT 2
DEFINE DEBUGIN_BAUD 9600
DEFINE DEBUGIN_MODE 1