unless you misswired smething, there's no reason
i just tried it here... work a treat.
unless you misswired smething, there's no reason
i just tried it here... work a treat.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Thanks Mr E.
Ill double check the wiring tonight but as I simply duplicated it from one port to another (and left the previous wires intact for checking against) I doubt that I miss-wired it.
I will check the connections with a cro tonight adn see if signals are getting out.
Did you do anything else (initialise the port or something)
nope, just placed a PAUSE 500 before the first LCDOUT.
lucky guy you are, i still have what i used...
Code:@ __CONFIG _XT_OSC & _LVP_OFF ' DEFINE LCD_DREG PORTC DEFINE LCD_DBIT 0 DEFINE LCD_RSREG PORTD DEFINE LCD_RSBIT 0 DEFINE LCD_EREG PORTD DEFINE LCD_EBIT 1 DEFINE LCD_BITS 4 DEFINE LCD_LINES 2 DEFINE LCD_COMMANDUS 2000 DEFINE LCD_DATAUS 50 pause 500 lcdout $FE,1,"hello" stop
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Problem solved.
I moved it to another port.
Bookmarks