Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Response of content not got #130

Open
roysG opened this issue Apr 4, 2021 · 0 comments
Open

Response of content not got #130

roysG opened this issue Apr 4, 2021 · 0 comments

Comments

@roysG
Copy link

roysG commented Apr 4, 2021

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);

@roysG roysG changed the title Respnse of content not got Response of content not got Apr 4, 2021
@adafruit adafruit deleted a comment from roysG Apr 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant