Hi,
I use wipSoft to POST datas with HTTP. Send from Modem and receive data on server seems OK.
After those commands an unsolicited code like “+WIPOPT:5,1,4,<>,<>” should be sent by Q2686 but I still waiting ! (On server side something is received)
How I can receive answer from server ? Is it possible with wipsoft ?
This is the list of command sent to Q2686 :
AT+WIPCFG=1
OK
AT+WIPCFG=2,12,1
OK
AT+WIPBR=1,6 // Open GPRS bearer
OK
AT+WIPBR=2,6,11,"APN"
OK
AT+WIPBR=2,6,0,"Login"
OK
AT+WIPBR=2,6,1,"Password"
OK
AT+WIPBR=4,6,0
OK
AT+WIPCREATE=5,1,"www.google.fr",80 // Creating http session
OK
+WIPREADY: 5,1
AT+WIPFILE=5,1,4,"http://www.google.fr:80" // Creating http POST
CONNECT
ID=256&TO=25<ETX> // POST data ended by <ETX>
OK
Thank you in advance for your help.
Regards,
Yannick
I have the same issue with the last WIPsoft in my Q2686
I send
AT+WIPFILE=5,1,4,"URL","Accept","text/html","Content-Type","application/x-www-form-urlencoded","Content-Length","27"
CONNECT
"I send some values which are received by the server but I can not received the answer back to the modem..."
There is a problem in wipsoft where the HTTP servers cannot be used correctly with it. A bug has already been raised for the issue and we hope that it will be corrected in the future release. Also, the servers work fine with WipLib so it can be used till then as a workaround. We are sorry for the inconvenience caused to you.
The issue is that No response was received from the server when POST method was used with WIPSoft . The problem is being analyzed and should be corrected with the Open AT SDK 2.32 release. WipLib works fine and hence can be used till then as a workaround.
Please feel free to contact us in case of any more issues.