No URCs received from PLS63-W | Telit Cinterion IoT Developer Community
March 2, 2023 - 1:07pm, 691 views
Dear community,
we are integrating a PLS63-W modul into our product. Our application relies on some URCs from the phone however we do not receive any of them, except the SYSSTART.
For example we configure AT^SCKS=1 and AT^SSET=1 but we do not get URCs for these events.
We connected via ASC0. Our config is the following:
AT^SCFG?
^SCFG: "Audio/Loop","0"
^SCFG: "Call/ECC","0"
^SCFG: "Call/Speech/Codec","0"
^SCFG: "Call/VoLTE/Codec","0"
^SCFG: "GPRS/AutoAttach","enabled"
^SCFG: "GPRS/MTU/Mode",0
^SCFG: "GPRS/MTU/Size",1430
^SCFG: "GPRS/ApnWB","0"
^SCFG: "GPIO/Mode/ASC1","std"
^SCFG: "GPIO/Mode/DAI","std"
^SCFG: "GPIO/Mode/DCD0","std"
^SCFG: "GPIO/Mode/DSR0","std"
^SCFG: "GPIO/Mode/DTR0","std"
^SCFG: "GPIO/Mode/FNS","gpio"
^SCFG: "GPIO/Mode/FSR","std"
^SCFG: "GPIO/Mode/MCLK","off"
^SCFG: "GPIO/Mode/RING0","std"
^SCFG: "GPIO/Mode/SYNC","std"
^SCFG: "GPIO/mode/AntTun","gpio"
^SCFG: "Ident/Manufacturer","Cinterion"
^SCFG: "Ident/Product","PLS63-W"
^SCFG: "MEopMode/CFUN","0","1"
^SCFG: "MEopMode/CregRoam","0"
^SCFG: "MEopMode/DTM/Mode","1"
^SCFG: "MEopMode/ExpectDTR","current","acm0","acm1","acm2","acm3","asc0"
^SCFG: "MEopMode/ExpectDTR","powerup","acm0","acm1","acm2","acm3","asc0"
^SCFG: "MEopMode/IMS","1"
^SCFG: "MEopMode/Prov/AutoFallback","on"
^SCFG: "MEopMode/Prov/AutoSelect","on"
^SCFG: "MEopMode/Prov/Cfg","ROW\11Generic\113GPP*"
^SCFG: "MEopMode/RingOnData","off"
^SCFG: "MEopMode/SRPOM","0"
^SCFG: "MEShutdown/sVsup/threshold","0","0"
^SCFG: "Radio/Band/2G","0000000f"
^SCFG: "Radio/Band/3G","000400bf"
^SCFG: "Radio/Band/4G","0a0e18df","00000002000001a0"
^SCFG: "Radio/Mtpl","0"
^SCFG: "Radio/Mtpl/2G","0"
^SCFG: "Radio/Mtpl/3G","0"
^SCFG: "Radio/Mtpl/4G","0"
^SCFG: "Radio/OutputPowerReduction","8"
^SCFG: "Radio/AntTun/1","00000000","0000000000000000"
^SCFG: "RemoteWakeUp/Ports","current","acm0","acm1","acm2","acm3","rmnet"
^SCFG: "RemoteWakeUp/Ports","powerup","acm0","acm1","acm2","acm3","rmnet"
^SCFG: "SAT/AR/REFRESH","0","2002"
^SCFG: "Serial/USB/DDD","0","0","0409","1e2d","0069","Cinterion Wireless Modules","PLSx3","8780a7f6"
^SCFG: "SIM/DualMode","0"
^SCFG: "SIM/CS","SIM1"
^SCFG: "SMS/Retrm","45"
^SCFG: "Tcp/IRT","3"
^SCFG: "Tcp/MR","10"
^SCFG: "Tcp/OT","6000"
^SCFG: "Tcp/TLS/Version","MIN","***"
^SCFG: "Tcp/WithURCs","on"
^SCFG: "URC/Ringline","asc0"
^SCFG: "URC/Ringline/ActiveTime","2"
^SCFG: "URC/Ringline/SelWUrc","all"
AT11
Cinterion
PLS63-W
REVISION 01.202
A-REVISION 01.000.04
With another modul (PLS8-e) we get these URCs.
Many thanks in advance,
Csaba
Hello,
I tried these URCs with the same firmware and got the URCs. The setting is effective on the interface on which it was configured. And it is volatile, so after the reboot you need to set it again or store the settings with AT&W command before the reboot.
BR,
Bartłomiej
Hi Bartlomiej,
thanks for the reply.
At each startup, we configure AT^SCKS=1 and AT^SSET=1. So I would say they are for sure configured.
We have only the ASC0 interface connected for communication. Now we try to set up other ports on the phone to see if we do the same configuration from other port do we receive URCs or not.
I did a test also with the LGADevKit.
After enabling the AT^SCKS=1 and AT^SSET=1 command on the dev. kit, the URSs are working if I remove/push-in the SIM card.
The AT^SCFG configs are almost the same, I do not see any relevant difference. Also the firmware versions are the same. On the devkit the connection is also ASC0.
Hello,
Are you sure that the SIM interface is working correctly with your hardware? Does the module attach to the network?
Is CCIN line properly used in your SIM interface? This line is required to detect SIM insertion or removal.
To be sure please you can also configure SCFG in the same way.
BR,
Bartłomiej
Hello,
in the meantime, our electronics department took a look at our problem and they realized that this is an electronic issue meaning, the hardware flow control lines were set/handled incorrectly on our board.
Thanks for the ideas you gave me!
Csaba