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.

TM4C1294NCPDT: TM4C1294 EVK

Part Number: TM4C1294NCPDT
Other Parts Discussed in Thread: EK-TM4C1294XL

Hello,

I want to read a string via uart through serial monitor input. I am using TM4C1294 TIVA C Launchpad EVK. In my project, I used uart echo.c source file as reference. Please help.

  • Ok, I can help with technical questions and I can point you to examples. (I do not write code for you, or debug your code.) You might find it easier to look at the example "C:\ti\TivaWare_C_Series-2.1.4.178\examples\boards\ek-tm4c1294xl\hello". This example uses the functions in the file "C:\ti\TivaWare_C_Series-2.1.4.178\utils\uartstdio.c". This file also contains the function UARTgets(), which I think is what you want.