PLS8-E in factory test mode | Telit Cinterion IoT Developer Community
February 8, 2017 - 2:41pm, 3067 views
Hello,
I'm developing an application with a PLS8 module. For this a PLS8-E on a dev kit using the DSB75 adapter is used.
Somehow the functionality level of the module after power-on is reported "SYSSTART FACTORY TEST MODE". The AT+CFUN? command also reports the undocumented status 5:
AT+CFUN?
+CFUN: 5
In this mode the data connection to my provider is usually rejected. After changing to normal operation mode the data connection is accepted (After doing AT+CFUN=1).
Is this normal behavior? Or is there a way to make it start in normal mode?
Thank you.
Hello,
Please check the AT^SCFG? output for "MEopMode/CFUN" setting. This configures the mode entered after power up.
Regards,
Bartłomiej
Yes, I already looked at that. But somehow the <storedCFUN> is always 5 when I power up the board.
When I got "MEopMode/CFUN" to be reported as: ^SCFG: "MEopMode/CFUN","1","1"
(<volaCFUN> = 1 and <storedCFUN> = 1)
After I remove power and apply power again, and press IGT button, AT^SCFG? will report:
^SCFG: "MEopMode/CFUN","1","5"
The vola part sticks, but not the storedCFUN.
I also have a PLS8-X and that one works as expected (also rev 03.017). I can change storedCFUN as expected to 1 and 4. and make it volatile or not with the volaCFUN parameter.
It could be also possible that the service set 0 is used (AT^SSRVSET command) which is also a test set not intended to be used. Please check.
Regards,
Bartłomiej
Thank you very much, that was causing it.