Question
Command Mode for Server Socket
Posted on October 14, 2016 at 23:55
I have a server socket that automatically goes into data mode when a client connects.
I would like to be able to go back to command mode by using the escape sequence ''at+s.'', but it doesn't work, even if I set a custom escape sequence.♯ nv_manuf = ST♯ nv_model = SPWF01SA1♯ version = 160129-c5bf5ce-SPWF01SSpecifically: the client sends me new WIFI config info. SSID, etc. I'd like to read each item, have the main processor set that option on the WiFi module, then echo back the reply to the client. I know I can read data on a socket while in command mode. The question is will a server socket allow command mode? #command-mode