BX310X Escape command

Hello Someone,
After KTCPSTART, how to esacpe from data mode to command mode.
(Actually, we need this after watch-dog reboot instead of power-on reset)
I am using “+++” but this does not effect even I have gauard time about 1500ms.
So, what my temporary solution is as followings

  1. +++
  2. AT+RST
  3. +++
    Question at this time.
  4. Am I correct “+++” is for to switch from data mode to command mode
  5. Let me know the exact sequce to escape data mode

Ragard,
Hungrok Kwon

Does this help?

Dear Hungrok,

Could you share me how do you cofing it as WIFI or Bluetooth by AT? Thanks!

I tried to config as WIFI/Bluetooth, but my phone /PC cannot find BX310X…

Best Regards,
Kevin

//to scan wifi access point
AT+SRWCFG=3
AT+SRWSTASCN=423

//configure to connect to WIFI station (need to set AT+SRWCFG=3 first)
AT+SRWSTACFG=“TPLINK”,“password”,0
AT+SRWSTACON=1

//TCP connection to server
AT+KTCPCFG=1,0,123.123.123.123,12345
AT+KTCPCNX=1
AT+KTCPSTART=1