??? 01/23/05 13:41 Read: times |
#85615 - Sub-micros and RS485 Responding to: ???'s previous message |
Russell said:
With a bit of thinking you can do most of the work with shift registers. With HC595's you can have the output stable (as in displaying the current data) whilst you are shifting the next set of data in during the time you have the leds turned on (say around 1mS) You divide the whole display into smaller sections and concurrently multiplex each of these sections. You could even have a micro per section and tie them together serially - and have one micro control a string of slave micros. Yes, you could delegate all the serial transmissions to sub micros like AT89C2051, keeping the main micro free for other tasks. Furtherly, I would choose a symmetrical signal transmission technique, by the help of RS485 transcievers for instance. This would yield maximum reliability. Kai |