carrascoacd / ArduinoSIM800L

Arduino HTTP & FTP client for SIM800L/SIM800 boards to perform GET and POST requests to a JSON API as well as FTP uploads.
159 stars 58 forks source link

AT+HTTPINIT -> ERROR #19

Closed farsajik closed 5 years ago

ostaquet commented 5 years ago

Hi @farsajik, Did the error appear in each loop or only in the first one? It is strange that the HTTPINIT generated an ERROR but the rest of the communication seems to work according to your logs. According to the specs, the error should be an error related to mobile equipment functionality. The output of HTTPINIT in ERROR should be something like +CME ERROR: <err>. This log will help to diagnose the issue. KR, Olivier

farsajik commented 5 years ago

Thank you for reply.it is working now. can i send receive STRINGS not JSon with this library?