Is the Test mode work?
If so, set it to 2400 Bauds,, reset the LCD module and try...
Code:
ADCON1=7
CMCON=7
HIGH PORTA.5
PAUSE 500
SEROUT PORTA.5,4,["Hello"]
Z: goto Z
AND this one
Code:
ADCON1=7
CMCON=7
DEFINE DEBUG_REG PORTA
DEFINE DEBUG_BIT 5
DEFINE DEBUG_BAUD 2400
DEFINE DEBUG_MODE 0
HIGH PORTA.5
PAUSE 500
debug "Hello"
Z: goto Z
If i refer to their datasheet and the code example, it must be driven TRUE.
Wich osc speed are your using?
Last edited by mister_e; - 2nd December 2006 at 21:25.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks