Search found 2 matches

by Vaishnav
Mon Jun 09, 2025 8:15 am
Forum: General Discussion
Topic: Issue with HTTPREAD Missing Data in Chunks After HTTPACTION Response
Replies: 4
Views: 120

Re: Issue with HTTPREAD Missing Data in Chunks After HTTPACTION Response

We are sending the AT command as,
SIMSerial.println("AT+HTTPREAD=0,1024");
delay(2000);
by Vaishnav
Mon Jun 09, 2025 6:31 am
Forum: General Discussion
Topic: Issue with HTTPREAD Missing Data in Chunks After HTTPACTION Response
Replies: 4
Views: 120

Issue with HTTPREAD Missing Data in Chunks After HTTPACTION Response

Hi everyone,
(Am working on SIMA7670C GSM Modem)

I'm facing an issue while downloading a file from a server using HTTP commands. Here's the situation:

-> I send the HTTPACTION command, and it responds correctly with a 200 status and the expected file size (e.g., 2000 bytes).
-> Then, I use the ...

Go to advanced search