BGS5T sends to COM <0> | Thales IoT Developer Community
October 22, 2020 - 6:41am, 1065 views
Good day.
After starting the modem sends to COM <0>. Stops responding to AT commands.
^SYSLOADING
^SYSSTART
+PBREADY
ATI1
Cinterion
BGS5
REVISION 01.100
A-REVISION 00.001.36
AT&V
ACTIVE PROFILE:
E1 Q0 V1 X0 &C1 &D2 &S0 \Q3
S0:000 S3:013 S4:010 S5:008 S6:000 S7:060 S8:000 S10:002
+CBST: 71,0,1
+CRLP: 61,61,78,6
+CR: 0
+CRC: 0
+CMGF: 0
+CNMI: 1,0,0,0,0
+CMEE: 0
+CSMS: 0,1,1,1
+CREG: 0,0
+CLIP: 0,2
+COPS: 2
+CGSMS: 1
OK
<0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
Can't find a solution to this problem.
Hello,
Which port is it ASC0 or USB? How about other ports - is it still possible to communicate? Maybe there's some MIDlet running on the module which takes over the port. Please check AT^SJAM=5, AT^SJAM=4 and AT^SCFG?
Regards,
Bartłomiej
Hello.
Port ASC0(RS232).
AT ^ SCFG?
^SCFG: "Call/ECC","0"
^SCFG: "Gpio/****/ASC1","std"
^SCFG: "Gpio/****/DAI","gpio"
^SCFG: "Gpio/****/DCD0","std"
^SCFG: "Gpio/****/DSR0","std"
^SCFG: "Gpio/****/DTR0","std"
^SCFG: "Gpio/****/FSR","gpio"
^SCFG: "Gpio/****/PULSE","gpio"
^SCFG: "Gpio/****/PWM","gpio"
^SCFG: "Gpio/****/RING0","std"
^SCFG: "Gpio/****/SPI","rsv"
^SCFG: "Gpio/****/SYNC","std"
^SCFG: "GPRS/AutoAttach","enabled"
^SCFG: "Ident/Manufacturer","Cinterion"
^SCFG: "Ident/Product","BGS5"
^SCFG: "MEopMode/SoR","on"
^SCFG: "MEShutdown/Fso","0"
^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: "Userware/Autostart","1"
^SCFG: "Userware/Autostart/Delay","0"
^SCFG: "Userware/Passwd",
^SCFG: "Userware/Stdout","null",,,,"off"
^SCFG: "Userware/Watchdog","0"
^SCFG: "Radio/Band","15"
AT ^ SJAM = 4
^SJAM: "a:/JRC-1.50.4.jad","Java Remote Control MIDlet Suite","Cinterion","1.50.4","1"
AT ^ SJAM = 5
^SJAM: "a:/JRC-1.50.4.jad","Java Remote Control MIDlet Suite","Cinterion","1.50.4","1"
Hello,
As I understand it is possible to send a few commands before it stops responding.
Problems with communication could be caused by power saving on serial interfaces - please check AT^SPOW? output and set to 1,0,0 if necessary. With power saving active you should be using hardware flow control. As I see it is configured on the module (\Q3). Please make sure that you have it configured in your terminal and if the lines are connected. Please also check AT+IPR? output - you need to do it on ASC0 interface. However these <0> characters are strange for me. Maybe they are related to your terminal. Or there is some hardware issue. Do you connect the device to PC or some other device? Do you use USB-RS232 converter? These devices may be causing problems sometimes.
Best regards,
Bartłomiej
Thanks.
The problem was SPOW.
AT ^ SPOW?
^ SPOW: 2,1000,3
Changed to 1.0.0. The modem works as I need.