This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Question UART MSP430F5529

Other Parts Discussed in Thread: MSP430F5529

Hi:

I've been trying to send data via UART to the computer with the application board MSP-EXP430F5529. The problem arises when I want to send several data one after another (numbers). What I normally do is:

1. Wait for the TX-Buffer to be ready

2. I send the data writting on the buffer

3. I wait for a DELAY of 1000 cycles

4. Repeat step 1 for sending the next byte

The problem is only that I I really think it is not optimum to put that DELAY of step 3, but if I don't do it, I receive strange characters (I check with a serial monitor). What should I do?

Thanks!

**Attention** This is a public forum