HI All,
We are using Tiva C series MCU(TM4C123Gh6PMI) to communicate with CDMA modem(CE-910) through UART interface.I am not able to Receive the complete response for AT#HTTPRCV AT command.
Command : AT#HTTPQRY=0,0,"http://trail.dexceldesigns.com/api/v1/getconfig?macid=FF-00-FF-00-FF-00"
Response: OK (and we will receive an HTTP Ring as below)
#HTTPRING: 0,200,"text/html",0
Command: AT#HTTPRCV=0 (command to get the data)
Response: Should be as below
{"result":1,"error":0,"e_msg":"","camera":"My Camera Name","macid":"FF-00-FF-00-
FF-00","transmission":0,"compression":2,"save":1,"mem_overwrite":1,"ftp_host":"t
rail.lync.ftphost.com","ftp_user":"exampleuser","ftp_pass":"3J&cy[t_N6p?9JJ"}
But in my case I am not able to receive this huge data, Controller's RTS and CTS need to be handled or checked here to get the response.
Any help is greatly appreciated.
Thanks and regards,
Sreeni