2016-01-22 01:02 AM
Hi!
I have connected my Wi-Fi module with a client and now I am getting the commands+WIND:61: Incoming Socket Client :172.31.142.2+WIND:60: Now in Data Modenow I want to get back to command mode.I have tried hitting escape button , Also I tried sending AT+S. without <CR><LF> it is not working. How can i get back to command mode ?Also they suggest to send escape sequence(how can i send escape sequence ?)2016-01-22 02:48 AM
http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00100306.pdf
AT&VIf escape_seq is ''at+s.'', you must use ''at+s.''''AT+S.'' is a generic data, not an escape sequence.2016-01-22 03:09 AM
at+s. is working when I copy paste it directly into the hyper terminal
but when I send it from my client through UART it is not working ?????2016-01-22 03:13 AM
Probably because your client is not sending ''at+s.'', without timeouts between chars.
I gave you all requirements above. Read the manuals too.2016-01-22 03:24 AM
Ok I will use the manual.
One final stupid question for nowIs it possible to configure the module to run some commands automatically on startup or reset ?Ex: when I restart the module the following command should load automaticallyATAT+S.SOCKD=<port number(some value)>