ESP8266 Developer ZoneThe Official ESP8266 Forum2016-02-04T17:57:57+08:00https://bbs.espressif.com:443/feed.php?f=66&t=17402016-02-04T17:57:57+08:002016-02-04T17:57:57+08:00https://bbs.espressif.com:443/viewtopic.php?t=1740&p=5682#p5682 Thanks for your valuable advice, we will add it in the documentation.
Statistics: Posted by ESP_Faye — Thu Feb 04, 2016 5:57 pm
Espressif_Faye wrote: You need a UART tool that will send the "+++" as a whole packet, and no more other invisible characters (for example, it should not have \r\n, a new line).
Thank you Faye, invisible characters \r\n was the problem.
Would be worth adding a note about the invisible characters to the AT Instructions Set and AT Example Documentation.
Statistics: Posted by BlitzSSS — Thu Feb 04, 2016 4:38 pm
]]>2016-02-04T15:57:26+08:002016-02-04T15:57:26+08:00https://bbs.espressif.com:443/viewtopic.php?t=1740&p=5678#p5678 It is not a bug, it depends on your UART tool.
The "+++" has to be send through UART as a whole packet, if you just input it on keyboard, it may take a too long time as 3 "+" characters separated from each other. You need a UART tool that will send the "+++" as a whole packet, and no more other invisible characters (for example, it should not have \r\n, a new line).
Thanks for your interest in ESP8266 !
Statistics: Posted by ESP_Faye — Thu Feb 04, 2016 3:57 pm
]]>2016-02-04T15:40:11+08:002016-02-04T15:40:11+08:00https://bbs.espressif.com:443/viewtopic.php?t=1740&p=5677#p5677 I have been unable to quit a UART-WiFi passthrough transmission by inputting "+++" as per the documentation. Instead +++ is transferred through the TCP connection and I receive an error from the server. The only way to get the ESP8266 out of this mode is to reset.
AT v0.52 and v0.60
AT+CIPMODE=1 AT+CIPSTART AT+CIPSEND
I believe this is a bug.
Thanks
Statistics: Posted by BlitzSSS — Thu Feb 04, 2016 3:40 pm