I have two msp430g2553 communicating via uart ( rx, tx & gnd).
Problem is how to make sure that both are ready to do so.
First I made that unless one device send start byte(0x80), communication does not begin. But this does not work as I am not sure that which device is ready .
How to do that?