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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/29/09 19:05
Read: times


 
#164942 - some HW might be needed
Responding to: ???'s previous message
While the reaction of the common 1602 module to commands is indeed in the tens-of-microseconds-and-slower range, the hardware interface (pulse lengths and mutial timing of the signals) is in the tens-of-nanoseconds range, which almost completely excludes a purely software solution.

I would use a latch or two ('574 + '74), simply latch the data plus the RS and RW at the falling edge of E, and feed the latched RW to an external interrupt set to edge sensitivity, inverted if needed, to have the interrupt triggered upon writes to the LCD. The ISR then would need to reset the RW latch, in case the original device does not perform reads from the LCD.

Not a bad idea, this is. I could find quite a lot of uses of it.

JW

PS. Anybody fancy a common 8052.com project?


List of 24 messages in thread
TopicAuthorDate
How to read and redisplay from LCD databus?            01/01/70 00:00      
   Spy on the Data & Control lines            01/01/70 00:00      
      Can be hard to be fast enough            01/01/70 00:00      
   Shouldn't be a problem            01/01/70 00:00      
      some HW might be needed            01/01/70 00:00      
         Monitor the LCD databus then send via 485            01/01/70 00:00      
         I don't see a place for the 805x            01/01/70 00:00      
      Re: Shouldn't be a problem            01/01/70 00:00      
         some basic questions            01/01/70 00:00      
            Re:some basic questions            01/01/70 00:00      
               20 Meters            01/01/70 00:00      
                  Re: 20 Meters            01/01/70 00:00      
      Signal timing and command timing separate issues            01/01/70 00:00      
         Check the datasheet ...            01/01/70 00:00      
            Re: Check the datasheet ... and test on LCD of board B first            01/01/70 00:00      
               A CPLD at each end would do nicely            01/01/70 00:00      
                  Re: A CPLD at each end would do nicely            01/01/70 00:00      
                     it depends on requirements            01/01/70 00:00      
                        Watch out for assumptions about busy            01/01/70 00:00      
                           If that gets to be an issue ...            01/01/70 00:00      
                              slave timing            01/01/70 00:00      
                                 I doubt that will work.            01/01/70 00:00      
   I had done something like this in past            01/01/70 00:00      
      Re: I had done something like this in past            01/01/70 00:00      

Back to Subject List