EHS5 reboot resets SJOTAP sms password | Telit Cinterion IoT Developer Community
November 29, 2017 - 6:25pm, 1422 views
Hi,
I found out that EHS5 (unlike tc65) after reboot resets SMS password to default. Is this documented, bug, ...? Workarounds?
ati1
> Cinterion
> EHS5-E
> REVISION 03.001
> A-REVISION 00.000.42
AT^sjotap="****"
AT^SJOTAP?
> ^SJOTAP: "****",,,
AT^SMSO
AT^SJOTAP?
> ^SJOTAP: "0000",,
Janez
Hello,
This should not happen. The password once configured with AT command is non-volatile. The default password is empty - no password. And when you read the parameters the password is hidden.
I have tested it with A-REVISION 00.000.55:
ati1
Cinterion
EHS6
REVISION 03.001
A-REVISION 00.000.55
OK
AT^sjotap="****"
OK
at^sjotap?
^SJOTAP: "******",,,,,,,,,,,"off","off"
OK
at^smso
^SMSO: MS OFF
OK
at^sjotap?
^SJOTAP: "******",,,,,,,,,,,"off","off"
OK
I have also tried to send SMS with password and it was accepted.
Best regards,
Bartłomiej
Thanks, I found out that a 3rd party library resets password. I had a pure luck that my version prints out stored password.
Best regards, Janez