ESP8266 Developer Zone The Official ESP8266 Forum 2016-02-04T17:57:57+08:00 https://bbs.espressif.com:443/feed.php?f=66&t=1740 2016-02-04T17:57:57+08:00 2016-02-04T17:57:57+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1740&p=5682#p5682 <![CDATA[Re: UART-WiFi passthrough +++ does not quit transmission]]>
Thanks for your valuable advice, we will add it in the documentation.

Statistics: Posted by ESP_Faye — Thu Feb 04, 2016 5:57 pm


]]>
2016-02-04T16:38:32+08:00 2016-02-04T16:38:32+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1740&p=5680#p5680 <![CDATA[Re: UART-WiFi passthrough +++ does not quit transmission]]>
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.

:D

Statistics: Posted by BlitzSSS — Thu Feb 04, 2016 4:38 pm


]]>
2016-02-04T15:57:26+08:00 2016-02-04T15:57:26+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1740&p=5678#p5678 <![CDATA[Re: UART-WiFi passthrough +++ does not quit transmission]]>
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:00 2016-02-04T15:40:11+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1740&p=5677#p5677 <![CDATA[[Solved] UART-WiFi passthrough +++ does not quit transmission]]>
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


]]>