I'm trying to open a web server using ESP8266-01. So, It works when a try to open it using some terminal (putty). But, using a microcontroller and sending the same AT Commands my web browser download the HTML string.
Here, following the AT COMMANDS i've used to open the WEB SERVER:
AT+CWMODE = 2
AT+CWSAP = "myssid","password",1,3
AT+RST
AT+CIPMUX=1
AT+CIPSERVER=1,80
AT+CIPSEND=0,15 //here i send my html string to test and ESP returns SEND OK
AT+CIPCLOSE= 0
Thanks,
Guilherme.Statistics: Posted by Jose Guilherme — Mon Nov 16, 2015 2:26 am
]]>