[Solved] UART-WiFi passthrough +++ does not quit transmission

BlitzSSS
Posts: 2
Joined: Tue Feb 02, 2016 2:21 pm

[Solved] UART-WiFi passthrough +++ does not quit transmission

Postby BlitzSSS » Thu Feb 04, 2016 3:40 pm

Hello

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

ESP_Faye
Posts: 1646
Joined: Mon Oct 27, 2014 11:08 am

Re: UART-WiFi passthrough +++ does not quit transmission

Postby ESP_Faye » Thu Feb 04, 2016 3:57 pm

Hi,

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 !

BlitzSSS
Posts: 2
Joined: Tue Feb 02, 2016 2:21 pm

Re: UART-WiFi passthrough +++ does not quit transmission

Postby BlitzSSS » Thu Feb 04, 2016 4:38 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.

:D

ESP_Faye
Posts: 1646
Joined: Mon Oct 27, 2014 11:08 am

Re: UART-WiFi passthrough +++ does not quit transmission

Postby ESP_Faye » Thu Feb 04, 2016 5:57 pm

Hi,

Thanks for your valuable advice, we will add it in the documentation.

Who is online

Users browsing this forum: No registered users and 2 guests