BGS2 SMS error | Telit Cinterion IoT Developer Community
November 8, 2016 - 12:37pm, 2483 views
Hi,
We are using BGS2-W module connected to UART.
We are not able to send sms from the module.If we try to send sms the module goes into hang state and there is no reply from the module even if we give AT command.
If we give AT+CMGS="number" there is no ">" prompt in our board.What is the problem.
Thankyou,
Deepanraj.A
Hello,
Have you tried to send <CTRL-Z> to send the short message <CTRL-Z> or <ESC> to abort sending?
Maybe there is a problem with the terminal that you are using - are you able to execute other commands without any problem? What are the settings? Do you have other modules that you can compare?
Regards,
Bartłomiej
Yes am able to use other commands.Is there any way to use mux i.e serial interface asc1 when using asc0.when i give at^scfg=? i get the following reply.
AT^SCFG=?
^SCFG: "Audio/AMR",("disabled","enabled","00000-999999")
^SCFG: "Audio/Loop",("0","1")
^SCFG: "Call/ECC",("0-255")
^SCFG: "Call/SpeechVersion1",("0","1","2")
^SCFG: "GPRS/ATS0/withAttach",("on","off")
^SCFG: "GPRS/AutoAttach",("disabled","enabled")
^SCFG: "GPRS/RingOnIncomingData",("on","off")
^SCFG: "MEopMode/CregRoam",("0","1")
^SCFG: "MEopMode/JamDet/If",("0","1")
^SCFG: "MEopMode/JamDet/LstaNo",("20-40")
^SCFG: "MEopMode/JamDet/LstaVar",("2-20")
^SCFG: "MEopMode/JamDet/LstaMean",("10-110")
^SCFG: "MEopMode/PingRsp",("0-1")
^SCFG: "MEShutdown/Fso",("0","1")
^SCFG: "PowerSaver/Mode9/Timeout",("5-36000")
^SCFG: "Radio/Band/HandOver",("0","1")
^SCFG: "Serial/Ifc",("0","24")
^SCFG: "Tcp/IRT",("1-60")
^SCFG: "Tcp/MR",("1-30")
^SCFG: "Tcp/OT",("1-6000")
^SCFG: "Tcp/WithURCs",("off","on")
^SCFG: "URC/CallStatus/CIEV",("restricted","verbose")
^SCFG: "URC/CallStatus/SLCC",("restricted","verbose")
^SCFG: "URC/Datamode/Ringline",("off","on")
^SCFG: "URC/Ringline",("off","local","asc0")
^SCFG: "URC/Ringline/ActiveTime",("0","1","2")
OK
is there anything need to be configured to make asc1 communicate
How to disable multiplex mode in bgs2 module
Hello,
If you don't want to use the mux you just should not enable it with AT+CMUX command. You should be able to communicate over ASC1 if mux is not enabled. Please note that DTR, DSR, DCD, RING hardware lines do not exist for this interface.
Please write what terminal settings are used (baudrate, flow control etc.).
Please send AT^SCFG? instead of AT^SCFG=? to get the configured values. Please also check AT&V reply.
Regards,
Bartłomiej
^SCFG: "Audio/AMR","enabled"
^SCFG: "Audio/Loop","0"
^SCFG: "Call/ECC","0"
^SCFG: "Call/SpeechVersion1","0"
^SCFG: "GPRS/ATS0/withAttach","on"
^SCFG: "GPRS/AutoAttach","disabled"
^SCFG: "GPRS/RingOnIncomingData","off"
^SCFG: "MEopMode/CregRoam","0"
^SCFG: "MEopMode/JamDet/If","0"
^SCFG: "MEopMode/JamDet/LstaNo","40"
^SCFG: "MEopMode/JamDet/LstaVar","10"
^SCFG: "MEopMode/JamDet/LstaMean","40"
^SCFG: "MEopMode/PingRsp","1"
^SCFG: "MEShutdown/Fso","0"
^SCFG: "PowerSaver/Mode9/Timeout","20"
^SCFG: "Radio/Band/HandOver","0"
^SCFG: "Serial/Ifc","0"
^SCFG: "Tcp/IRT","3"
^SCFG: "Tcp/MR","10"
^SCFG: "Tcp/OT","6000"
^SCFG: "Tcp/WithURCs","on"
^SCFG: "URC/CallStatus/CIEV","restricted"
^SCFG: "URC/CallStatus/SLCC","verbose"
^SCFG: "URC/Datamode/Ringline","off"
^SCFG: "URC/Ringline","local"
^SCFG: "URC/Ringline/ActiveTime","2"
and one more is that send sms is working properly with postpaid sim but with prepaid sim there is some issue is there any setting or separate message service number for prepaid and postpaid
Hello,
I think that you should verify the message centre number with your operator.
If sending SMS is possible with the same module but different SIM card so it is probably not the configuration problem (besides the SCA that is different for each operator). But there should be an ERROR message in case of the wrong service centre number. You could also check the AT+CSMS setting.
If there is still the same problem - no prompt for one SIM only - so this is strange - there might be a problem with the communication with a SIM card (some compatibility problem). But still I would rather expect some error message in such case. That is why I suggested some problems between the module and terminal program first.
Regards,
Bartłomiej