We are sending the AT command as,
SIMSerial.println("AT+HTTPREAD=0,1024");
delay(2000);
Search found 2 matches
- 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
- 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 ...
(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 ...