AT commands that do not work in MicroPython
The following commands cannot be performed with the atcmd function due to the fact that they trigger an action that does not complete immediately.
The AT commands and alternatives listed here only apply to products on which that AT command is available, refer to the user guide for your device.
Pending commands:
Command | Alternative |
---|---|
AS - Active Scan |
cellular.scan() method. |
DB - RSSI |
networking.Cellular().signal() method. |
DN - Discover Node | |
ED - Energy Detect | |
FS - Filesystem access |
Native Python file system methods. |
IS - IO sampling |
The Pin class. |
LA - DNS lookup |
Perform getaddrinfo() cal. |
ND - Network Discovery | xbee.discover() function. |
PG - Ping |
|
SD - Shutdown |
|
SQ - RSRQ |
networking.Cellular().signal() method. |
SW - RSRP |
networking.Cellular().signal() method. |
!R - Cell module reset |