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.

EK-TM4C1294XL: How to send a String via UART using UARTCharPut() between two TM4C1294 MCU

Part Number: EK-TM4C1294XL

Hello All,

I'am using two TM4C1294 MCU's in my project and I want to send a string of data from one MCU to another via UART.

I have  char array called "name[60]" in my Program and this array is filled with a name entered by  user input using Keyboard widget.

I want to send the name array contents to another MCU using UART in one go. 

The string length can be different everytime since the custom names will be different each time.

kindly suggest a solution!

  • Would not your embedding a "special character" (i.e. LF/CR) as a "termination character" best enable variable string lengths?

    Have you reviewed any of the UART examples provided by this vendor? In addition - simple forum search here will "bombard" you w/code efforts of others.