Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

at^sjmsec command on PLS62-W throwing error ^SJMSEC: 1,"wrong command format". Any ideas? | Telit Cinterion IoT Developer Community

August 21, 2019 - 10:47am, 2595 views

Hi all,

I am trying to connect to amazon aws, and I am running into an issue when installing the certificates onto the PLS62W board. The command I am executing is as follows:

at^sjmsec="File","AddHttpsClientCertificateUntrusted.bin"

^SJMSEC: 1,"wrong command format"

ERROR

And even if I remove the quotes around the filename as I have seen others on this forum do, it still throws the same error

at^sjmsec="file",AddHttpsClientCertificateUntrusted.bin

^SJMSEC: 1,"wrong command format"

ERROR

My sjmsec? is:

at^sjmsec?

^SJMSEC: 1,0,1,0,0,0

OK

and at^scfg?

at^scfg?

^SCFG: "GPRS/AutoAttach","enabled"

^SCFG: "Gpio/mode/ASC1","rsv"

^SCFG: "Gpio/mode/DCD0","gpio"

^SCFG: "Gpio/mode/DSR0","rsv"

^SCFG: "Gpio/mode/DTR0","gpio"

^SCFG: "Gpio/mode/FSR","gpio"

^SCFG: "Gpio/mode/HWAKEUP","gpio"

^SCFG: "Gpio/mode/PULSE","gpio"

^SCFG: "Gpio/mode/PWM","gpio"

^SCFG: "Gpio/mode/RING0","gpio"

^SCFG: "Gpio/mode/SPI","std"

^SCFG: "Gpio/mode/SYNC","std"

^SCFG: "Ident/Manufacturer","Cinterion"

^SCFG: "Ident/Product","PLS62-W"

^SCFG: "MEShutdown/Fso","0"

^SCFG: "MEShutdown/sVsup/threshold","0","0"

^SCFG: "MEopMode/CFUN","0","1"

^SCFG: "MEopMode/CregRoam","0"

^SCFG: "MEopMode/ExpectDTR","current"

^SCFG: "MEopMode/ExpectDTR","powerup"

^SCFG: "MEopMode/Prov/AutoSelect","off"

^SCFG: "MEopMode/Prov/Cfg","attus"

^SCFG: "MEopMode/RingOnData","off"

^SCFG: "MEopMode/SoR","off"

^SCFG: "MeOpMode/SRPOM","0"

^SCFG: "Radio/Band/2G","0x00000074"

^SCFG: "Radio/Band/3G","0x0004019B"

^SCFG: "Radio/Band/4G","0x080E08DF"

^SCFG: "Radio/Mtpl/2G","0"

^SCFG: "Radio/Mtpl/3G","0"

^SCFG: "Radio/Mtpl/4G","0"

^SCFG: "Radio/OutputPowerReduction","4"

^SCFG: "RemoteWakeUp/Ports","current"

^SCFG: "RemoteWakeUp/Ports","powerup"

^SCFG: "Serial/Ifc","0"

^SCFG: "Serial/Interface/Allocation","1","1"

^SCFG: "Serial/USB/DDD","0","0","0409","1E2D","005B","Cinterion Wireless Modules","PLSx",""

^SCFG: "Tcp/IRT","3"

^SCFG: "Tcp/MR","10"

^SCFG: "Tcp/OT","6000"

^SCFG: "Tcp/WithURCs","on"

^SCFG: "Trace/Syslog/OTAP","0"

^SCFG: "Urc/Ringline","local"

^SCFG: "Urc/Ringline/ActiveTime","2"

^SCFG: "Userware/Autostart","1"

^SCFG: "Userware/Autostart/Delay","0"

^SCFG: "Userware/DebugInterface","0.0.0.0","0.0.0.0","0"

^SCFG: "Userware/DebugMode","off"

^SCFG: "Userware/Passwd",

^SCFG: "Userware/Stdout","usb1",,,,"off"

^SCFG: "Userware/Watchdog","0"

OK

Any ideas? I am stumped.