I am looking for a sample project developed in Energia which implements asynchronous serial communication between two MSP430G2553 boards.
The overall system is supposed to work as a chatting system. Each board should work as a transceiver, i.e., both transmit and receive data. Each board will send letter/word using ASCII encoding. I can find few stuff similar to this, but not in energia platform. If there's no sample code available, I would like to know the answers to the following questions:
1) Which option should I use for such communication? UART or I2C?
2) What can be a decent baud rate for such communication?
Please let me know if you have any question. Thank you in advance for the support.