I use your wifi ESP8266 module.
I realized a smartphone app using AppInventor that sends a PUT request with associated data.
I have set your module with the following command as the server.
AT+CWMODE=2
AT+CIPMUX=1
AT+CIPSERVER=1,80
My app works perfectly.
I just saw that the canal was incremented with each new shipment of a PUT command. There is a limitation to 5 channels.
Why the channel changes every time while the PUT request always comes from the same IP address?
So I had to use your command AT + CIPCLOSE = channel number.
But when I run this command on ESP8266 module then I instantly on my smartphone the 1103 error: unable to post or put the text ....
Could tell me how to set my system to prevent this error appearing on my smartphone.
Following the closing command, my channel is closed, and I still continue to send data without worries, but it's not nice to see this error happen on my smartphone.
Do you have a solution.
Thank you for your very precise help.
Your sincerely.
Julien LAUNAYStatistics: Posted by julien — Tue Feb 16, 2016 9:18 pm
]]>