This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3220S-LAUNCHXL: CC3220S

Part Number: CC3220S-LAUNCHXL

Hi,

I am using AT commands image on LAUCHXL and communicating with host serial terminal. The response for "AT+Get=Status,WLAN" is empty.

The response is as follows:

AT+Get=Status,WLAN

+get:

OK

Could you assist me with the explanation of status command and how to periodically verify the WLAN connectivity via AT commands?

  • Are you able to run other commands? 

    Did you call AT+Start before?

    If you run the ATCommand from a debugger (e.g. CCS), you can put a breakpoint on the sl_DeviceGet() and follow the path of response to the UART.

    If you provide the sequence of commands that you use, i'll be able to verify this myself.

    br,

    Kobi