Hello,
I am trying to send a string of characters from a tablet to a msp430 serially using a serial-usb cable, using IAR. So far, I have been able to transmit a string of characters from the MSP to the tablet, using UCA0TXBUF(which is limited to one character) and cycling through a character array.
However, I am looking for advice on how to efficiently take data sent serially from the tablet to the MSP. If I use UCA0TXBUF, I think I will only be able to capture one character sent from the tablet.
Any advice would be greatly appreciated!
Best,
Eric