I am currently busy debugging a python script on a GE910-GNSS. The python print statements provide feedback for debugging purposes. The unit operates as expected when connected with a USB cable to a PC to monitor the debugging messages.
However, when the unit is not connected to a PC (via USB) the unit stops working and I have no way to debug what the problem is. Any ideas how to proceed addressing this problem?
Any assistance will greatly be appreciated!
Regards
Don’t you have access to USIF0 or USIF1 to debug on one of these?
I have access to USIF0 and not USIF1. But with my current configuration USIF0 is not available as the debug port.
I have made progress, at least I think so, regarding the problem. I took a previous, working script and compared it with the new script. In the new script the module functionality CFUN=5. The working script uses CFUN=1. I have now changed back to CFUN=1 which seems to be working.
How does the CFUN configuration influence the processing of scripting?
If you enable the power saving inside the script using CFUN=5, DTR set to OFF using MDM and “sleep” function any AT instance is no longer accessible and the module can not be woken up by external events. To enter properly in power saving, MOD.powerSaving function was created..
We use cookies to enhance your browsing experience and help us improve our websites. To improve our website, we carefully select third parties that use cookies to allow us to serve specific content and achieve the purposes set out in our cookie policy. For more information on how to make adjustments through your browser to the cookies being used on your device, please click Find Out More link. By closing this banner or continuing to browse our website, you agree to our use of such cookies. FIND OUT MORE
Hi
I am currently busy debugging a python script on a GE910-GNSS. The python print statements provide feedback for debugging purposes. The unit operates as expected when connected with a USB cable to a PC to monitor the debugging messages.
However, when the unit is not connected to a PC (via USB) the unit stops working and I have no way to debug what the problem is. Any ideas how to proceed addressing this problem?
Any assistance will greatly be appreciated!
Regards
Don’t you have access to USIF0 or USIF1 to debug on one of these?
I have access to USIF0 and not USIF1. But with my current configuration USIF0 is not available as the debug port.
I have made progress, at least I think so, regarding the problem. I took a previous, working script and compared it with the new script. In the new script the module functionality CFUN=5. The working script uses CFUN=1. I have now changed back to CFUN=1 which seems to be working.
How does the CFUN configuration influence the processing of scripting?
If you enable the power saving inside the script using CFUN=5, DTR set to OFF using MDM and “sleep” function any AT instance is no longer accessible and the module can not be woken up by external events. To enter properly in power saving, MOD.powerSaving function was created..