Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/22/99 22:19
Read: times


 
#446 - error in Wait_LCD tutorial ?????
I think that in tutorial:Introduction to LCD programming there is an error in wait_lcd routine

wait_lcd:
setb en
clr rs
setb rw
mov data,#0ffh
clr en --->error
mov a,data
jb acc.7,wait_lcd
ret
u must put the instr clr en after
jb acc.7,wait_lcd (check busy flag)
because u read from lcd.
I test all the code in tutorial with m1632 seiko and it works only if u change this line.
could anyone tell me ur opinion
thanks




List of 3 messages in thread
TopicAuthorDate
error in Wait_LCD tutorial ?????            01/01/70 00:00      
RE: error in Wait_LCD tutorial ?????            01/01/70 00:00      
RE: error in Wait_LCD tutorial ?????            01/01/70 00:00      

Back to Subject List