Did you set PORTB.5 as an input? (TRISB.5 = 1 in your 16f877)
Your LCD DEFINES seems not corrected. Check them with the example given in page 95 of PBP manual.
Al.
Did you set PORTB.5 as an input? (TRISB.5 = 1 in your 16f877)
Your LCD DEFINES seems not corrected. Check them with the example given in page 95 of PBP manual.
Al.
Last edited by aratti; - 29th November 2011 at 20:17.
All progress began with an idea
On the 12F675, add this line ...And, remove the LOW TX before the SEROUT2 statement.Code:DEFINE OSCCAL_1K 1
DT
Bookmarks