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

You are here

BGS5 Sending email | Telit Cinterion IoT Developer Community

September 29, 2014 - 4:51pm, 9013 views

I am trying to send txt file over email but I am getting : CME ERROR: operation temporary not allowed. In documentation it says that this is caused if AT^SICI is used simultaneously on different instances. But I didn’t start any other connection, tried on moduls fresh restart. Here is the log of my AT commands: at at OK at^sici? at^sici? OK at^siso? at^siso? ^SISO: 0,"" ^SISO: 1,"" ^SISO: 2,"" ^SISO: 3,"" ^SISO: 4,"" ^SISO: 5,"" ^SISO: 6,"" ^SISO: 7,"" ^SISO: 8,"" ^SISO: 9,"" OK AT+CREG? AT+CREG? +CREG: 0,1 OK AT^sics=0,conType,"GPRS0" AT^sics=0,conType,"GPRS0" OK AT^SICS=0,inactTO,"20" AT^SICS=0,inactTO,"20" OK AT^SICS=0,user,"simobil" AT^SICS=0,user,"simobil" OK AT^SICS=0,passwd,"internet" AT^SICS=0,passwd,"internet" OK AT^SICS=0,apn,"m2m.027.simobil.si" AT^SICS=0,apn,"m2m.027.simobil.si" OK AT^SICS=0,dns1,"8.8.8.8" AT^SICS=0,dns1,"8.8.8.8" OK AT^SISS=9,srvType,"Smtp" AT^SISS=9,srvType,"Smtp" OK AT^SISS=9,conId,"1" AT^SISS=9,conId,"1" OK AT^SISS=9,address,"smtps://user.name \00gmail.com:mypassword \00smtp.gmail.com" AT^SISS=9,address,"smtps://user.name\00gmail.com:mypassword\00smtp.gmail.com" OK AT^SISS=9,smSubj,"My Test Mail" AT^SISS=9,smSubj,"My Test Mail" OK AT^SISS=9,smFrom," user.name \00gmail.com" AT^SISS=9,smFrom," user.name \00gmail.com" OK AT^SISS=9,smRcpt," user.name \00gmail.com" AT^SISS=9,smRcpt," user.name \00gmail.com" OK AT^SISS=9,smAuth,"login" AT^SISS=9,smAuth,"login" OK AT^SISS=9,smMsg,"This is the message for testing mail." AT^SISS=9,smMsg,"This is the message for testing mail." OK AT^SISS=9,path,"file:///a:/data/" AT^SISS=9,path,"file:///a:/data/" OK AT^SISS=9,cmd,"files" AT^SISS=9,cmd,"files" OK AT^SISS=9,files,"test.txt" AT^SISS=9,files,"test.txt" OK AT^SISO=9 AT^SISO=9 ERROR AT+CMEE=2 AT+CMEE=2 OK AT^SISO=9 AT^SISO=9 +CME ERROR: operation temporary not allowed at^siso? at^siso? ^SISO: 0,"" ^SISO: 1,"" ^SISO: 2,"" ^SISO: 3,"" ^SISO: 4,"" ^SISO: 5,"" ^SISO: 6,"" ^SISO: 7,"" ^SISO: 8,"" ^SISO: 9,"Smtp",6,1,0,0,"0.0.0.0:0","0.0.0.0:0" OK at^sisc=9 at^sisc=9 OK at^siso=9 at^siso=9 +CME ERROR: operation not allowed at^siso? at^siso? ^SISO: 0,"" ^SISO: 1,"" ^SISO: 2,"" ^SISO: 3,"" ^SISO: 4,"" ^SISO: 5,"" ^SISO: 6,"" ^SISO: 7,"" ^SISO: 8,"" ^SISO: 9,"Smtp",6,1,0,0,"0.0.0.0:0","0.0.0.0:0" OK at^siso=9 at^siso=9 +CME ERROR: operation temporary not allowed Here is my scfg: at^scfg? at^scfg? ^SCFG: "Call/ECC","0" ^SCFG: "GPRS/AutoAttach","enabled" ^SCFG: "Gpio/mode/ASC1","std" ^SCFG: "Gpio/mode/DAI","gpio" ^SCFG: "Gpio/mode/DCD0","std" ^SCFG: "Gpio/mode/DSR0","std" ^SCFG: "Gpio/mode/DTR0","std" ^SCFG: "Gpio/mode/FSR","gpio" ^SCFG: "Gpio/mode/PULSE","gpio" ^SCFG: "Gpio/mode/PWM","gpio" ^SCFG: "Gpio/mode/RING0","std" ^SCFG: "Gpio/mode/SPI","rsv" ^SCFG: "Gpio/mode/SYNC","std" ^SCFG: "Ident/Manufacturer","Cinterion" ^SCFG: "Ident/Product","BGS5" ^SCFG: "MEShutdown/Fso","0" ^SCFG: "MEopMode/SoR","on" ^SCFG: "Radio/Band","15" ^SCFG: "Radio/OutputPowerReduction","4" ^SCFG: "Serial/Interface/Allocation","1","1" ^SCFG: "Serial/USB/DDD","0","0","0409","1E2D","0059","Cinterion Wireless Modules","Cinterion BGx USB Com Port","" ^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/Passwd", ^SCFG: "Userware/Stdout","null",,,,"off" ^SCFG: "Userware/Watchdog","0" OK Sorry for such a long post. I searched the forums for similar problems but couldn’t find anything. Thank you for your help. Jure