<mode>
Default value: 0
Possible values:
•
0 → active mode
•
1 → powersave mode
•
2 → stop mode
•
3 → standby mode
6.7
AT+S.PYTHON
The command has a Python script executed when the file name is specified or allows to enter a Python shell
when the option is not used.
Usage:
1)
AT+S.PYTHON<cr>
to enter the MicroPython REPL shell.
2)
AT+S.PYTHON=<filename><cr>
to execute the specified script.
Parameters:
<filename>
specifies the Python script to be executed. After the execution
of the script the command returns to the AT console.
6.8
AT+S.GCFG
This command lists all the configuration variables together with their current value.
Usage:
1)
AT+S.GCFG<cr>
to get the full list of configuration variables
2)
AT+S.GCFG=<cfg_var><cr>
to get the value of the specified variable
Parameters:
<cfg_var>
configuration variable. Refer to
for a complete list of the configurable variables.
Result:
AT-S.Var:<var>=<value>
<var>
Specifies the configuration variable name
<value>
Specifies the configuration variable value
UM2114
AT+S.PYTHON
UM2114
-
Rev 3
page 14/66