adafruit / Adafruit_FONA

Arduino library for the Adafruit FONA
https://www.adafruit.com/products/1946
211 stars 237 forks source link

Response of content not got #130

Open roysG opened 3 years ago

roysG commented 3 years ago

Hi, i send these commands, the request is sending, but i do not get the response data.

This is the code:

fona.sendCheckReply(F("AT+CGACT?"),1000); fona.sendCheckReply(F("AT+CGCONTRDP"),1000); fona.sendCheckReply(F("AT+CHTTPCREATE=http://www.iforce2d.net/"),1000); fona.sendCheckReply(F("AT+CHTTPCON=0"),1000); fona.sendCheckReply(F("AT+CHTTPSEND=0,0,/test.php"),1000); fona.sendCheckReply(F("AT+CHTTPDISCON=0"),1000); fona.sendCheckReply(F("AT+CHTTPDESTROY=0"),1000);