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!