Currently I am working on a project which requires PC could communication with two msp430g2553. I am planing to use UART to realize the communication. However, that requires me to connect the UART TX pins of two MSP430 together. Our design is different MSP430 sends data back at different time period, but the data collision my also happens.
I am wondering when two UARTs transmit simultaneously on the same wire what will happen.Will that burn any thing or MSP430 can protect itself?
Besides, in our design, we didn't use any driver to drive the signal output of UART, which means we will transmit directly with TTL level. Is this a legal design for msp430?
Many many thanks!