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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/01/09 13:26
Read: times


 
#164988 - it depends on requirements
Responding to: ???'s previous message
Giang Ho said:
Yes, Richard.

I may try to keep micro-controller on board B the same as board A. Note that I still have sample the data that board B get from board A, then send it via RS485 to remote board C to re-display whatever on board A's LCD.

How do you think?


If all you need is to redisplay what's on the LCD on board A, then the MCU on board B may be redundant. The fact that board A is able to write to its LCD ensures that it has, by reading the busy flag or by open-loop timing, determined that it is appropriate to do that. The result is that you can rely on the relative timing to be adequate. If you involve a second MCU, then all bets are off, at least if the second MCU does its own retiming of the interface. Board C is just the LCD module and the serial interface, right? If there's no other need for the MCU on board B, I'd guess you would design it in but not populate the MCU site. There's no need for the MCU just for appearances, is there? If all you're doing is redisplaying what's on the LCD module on board A, all that's needed is the CPLD and a cable connector.

RE





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