ESP8266 Developer Zone The Official ESP8266 Forum 2015-05-26T17:00:41+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=496 2015-05-26T17:00:41+08:00 2015-05-26T17:00:41+08:00 https://bbs.espressif.com:443/viewtopic.php?t=496&p=1885#p1885 <![CDATA[Re: AT+TEST=1,"Ghost\\",1]]>
Espressif AT is designed to support escape character, this is not a bug, the firmware is designed like this.

Or you can developing your own string parser.

Sorry for the inconvenience.

Statistics: Posted by ESP_Faye — Tue May 26, 2015 5:00 pm


]]>
2015-05-26T09:07:01+08:00 2015-05-26T09:07:01+08:00 https://bbs.espressif.com:443/viewtopic.php?t=496&p=1856#p1856 <![CDATA[AT+TEST=1,"Ghost\\",1]]>
for user at command with using at.lib too,
, i check first parameter with AT+TEST
and found, that in AT.lib function exist for character filter.

is it possible to check the character '\' in at.lib
because, if send one character of this, the character will be not print
so we must send double \\ for print one of this character

or can you give a tip, how we can change this ;-)

thank you!
best wishes

rudi ;-)


simple test the at command:

Code:

AT+TEST=1,"Ghost\\",1


will give response in second parameter only with onr '\' like this :

Code:

 Ghost\

Statistics: Posted by rudi — Tue May 26, 2015 9:07 am


]]>