RESET Command — Software Restart
SRESET restarts the device. The RRESETOK confirmation goes out before the reset (half a second later the device restarts), so the remote operator knows the command arrived.
>SRESET<
>RRESETOK;ID=EQUIPO1;*2E<
// ~500 ms later, the device restartsWhat is kept and what is not
- Kept: the whole configuration (NVS), the report log in flash and the persisted accumulators.
- Lost: pending reports in RAM that have not yet reached the log, volatile counters and open connections (sockets re-establish themselves on boot).
SRESET works from any channel (serial, GPRS, WiFi, SMS, Bluetooth) with no additional confirmation. Inside an SDA/QDA template it is executed too — treat it with the same care as any direct command.
For the factory wipe (configuration included) see SFACTORY.
Compatibility
💾Firmware:v1.00.00
SPLegacy
ULLegacy
MTLegacy
C3Legacy
C5Legacy
SP-IOT
SM-IOT
ZE-IOT
See Also
- SFACTORY Command - Factory reset
- VR Command - Firmware version
Last updated