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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/20/04 08:13
Read: times


 
#68868 - RE: LCD on 8051 data bus
Responding to: ???'s previous message
You know, sometimes it's useful to switch your processor's timer to lower rate, but if it's not available, I offer you just to insert some cycling to wait for few milliseconds and then:

setb EN
setb RW
clr RS
mov A, P1
clr EN

ACC.7 will contain the busy status. It works on my chip.

List of 9 messages in thread
TopicAuthorDate
LCD on 8051 data bus            01/01/70 00:00      
   RE: LCD on 8051 data bus            01/01/70 00:00      
      RE: LCD on 8051 data bus            01/01/70 00:00      
   RE: LCD on 8051 data bus            01/01/70 00:00      
      RE: LCD on 8051 data bus            01/01/70 00:00      
   RE: LCD on 8051 data bus            01/01/70 00:00      
      RE: LCD on 8051 data bus            01/01/70 00:00      
         RE: LCD on 8051 data bus            01/01/70 00:00      
   RE: LCD on 8051 data bus            01/01/70 00:00      

Back to Subject List