I would appreciate some help understanding why my AT+CIPSEND command fails.
My firmware is:
AT+GMR
AT version:1.3.0.0(Jul 14 2016 18:54:01)
SDK version:2.0.0(656edbf)
compile time:Jun 7 2017 11:29:24
OK
I execute in order the following AT commands:
AT+RST
AT+CWMODE_DEF=2
AT+CWSAP_DEF="DEMONSTRATION","RICHARDB",5,4
AT+CIPAP_DEF="192.168.0.1"
AT+CWDHCP_DEF=0,1
AT+CIPMUX=1
AT+CIPSERVER=1,80
No errors at this point.
After a connection:
0,CONNECT
+IPD,0,275:GET / HTTP/1.1
Host: 192.168.0.1
User-Agent: Mozilla/5.0 (Android; Tablet; rv:23.0) Gecko/23.0 Firefox/23.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Connection: keep-alive
I use the command AT+CIPSEND=0,114
but I get ERROR instead of >
Please help.
Many thanks
RichardStatistics: Posted by VK6TT — Fri Sep 22, 2017 5:51 pm
]]>