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.

CCS/TM4C123GE6PM: TIVA C UART

Part Number: TM4C123GE6PM

Tool/software: Code Composer Studio

Hello, I am trying to read the text message from my phone using AT+CMGR=1 command. I am using UART1 for receiving the message. But TIVA  UART can hold only up to 16 Bytes and my actual data is present in between 30 to 35 Bytes. How to read all the data through UART ?