GM862-GPS REBOOT when an error occurs

Hello,

When an error occurs in my phyton script the program stop and the module goes into AT command mode.

Is it possible to configure the module for a RESET is triggered on failure of the program ?

thank you for your help.

try to use watchdog timer.

set watchdog timer for N seconds;

in unconditional state of python script run infinite loop

so script hangs and watchdog reboot module

but if there are bug in script - debug and fix it.