Hello,
I bought one wifi module “GS1011” and I’m integrating with a card “Fez Panda 2”, with the programming language C #.
I have already managed to talk the two devices via the serial port and the AT commands, and are able to connect to a WiFi access point with DHCP and it assigns me an IP address.
Now I need to invoke a Web Services and I have a problem here.
I send the command “HTTP Client Connection Open (AT + HTTPOPEN)” followed by the “Client HTTP Get / Post (AT + HTTPSEND)” using the POST method, for both the commands “GS1011” answer “OK”, but the web service is not called correctly.
I apologize for the long introduction but it was to let you know the scenario.
That said I think in a wrong way to send data to the command “AT + HTTPSEND”, so I wanted to ask if anyone can see to me an example of how to send the command in correctly.
Also my WebService response to the request with a string “OK” or “KO”, how do I read the answer?.
Thanks in advance for availability.
Sincerely,