Hi!
I've got a launchpad MSP-EXP430G2 rev. 1.5 (with msp430g2553) and I need to use two pair of UART (2xRx and 2xTx). To be more specific, here's what I have to do:
- PC transmits 'data' to MSP --> MSP process that 'data' --> MSP transmits 'processed data' to another MCU...
- PC receives 'processed data' from MSP <-- MSP process that 'data' <-- MSP receives 'data' from another MCU...
In short:
PC -> MSP -> another MCU -> MSP -> PC
Is it possible to do this with that launchpad? If it is, could you hint me some examples? I'm completely new with MSP.