Hello Every One,
I am trying to send AT commands to CDMA modem(Telit) and receive the response from it through UART interface.
MCU: Tiva C series (TM4C123GH6PMI)
Interface for communication: UART
Problem: I am able to send the AT command and also receive the response in buffer, but I can receive only 16 bytes of data not more than that.I also try to disable and enable the FIFO after read first 16 bytes of data then also I cant read the rest of bytes and it will get stuck in UARTCharsAvail() API functio of UART.
Command : "AT+CGMM\r\n"
Actual Response: "AT+CGMM\r\r\nCE910-DUAL\r\n"
Received Response: "AT+CGMM\r\r\nCE910-" (only 16 bytes)
Could you please help me to resolve this issue.
thanks in advance
Sreenivasa S