Not familiar with the program. Did you include modedefs.bas?
Not familiar with the program. Did you include modedefs.bas?
Dave
Always wear safety glasses while programming.
How about CMCON and ANSEL?
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
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
Pete
Bookmarks