??? 10/09/09 12:25 Read: times |
#169574 - clock-for-clock send Responding to: ???'s previous message |
He for some magic reason expects them to run the ISR clock-for-clock in sync, so that the UART ISR also tries to send data back clock-for-clock exact.
That is obviously not a good idea. It is way better to use a solution where the TX pin from the two processors doesn't electrically compete. Either using 3-state or open-collector or a logic gate. The microcontrollers would then look at the received data to decide which of them that was addressed by a valid packet. |