??? 11/21/05 14:10 Read: times |
#103947 - UART Mode 3 Responding to: ???'s previous message |
Charles Bannister said:
How do you avoid the output of the RS232 fighting each other? Because he's not actually using RS232 - see http://www.8052.com/forum/read.phtml?id=103934 I think this was also the point Erik was trying to make? I can see how each 89C4051 would act as one unit although three are actually hooked up in parallel if there was another signal telling each one to awaken (at the proper time) You don't need an extra signal - you can use the UART in Mode 3 (Multiprocessor mode) to address individual slaves. If your particular 8051-derivative has the enhanced UART, the address detection can all be done in the UART hardware - no software overhead. (I dunno off-hand if the 89C4051 has this) |