Skip to content

Response of content not got #130

Description

@roysG

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions