SMS Server Tools 3
This site is hosted by Kekekasvi.com
 Menu
Basic information:
Additional information:
Support:
Get SMS Server Tools 3:
Additional Options

 Sponsored links

 Search
Custom Search

 Visitor locations
 
 SMS Server Tools 3 Community
Welcome, Guest. Please login or register. Wed May 15, 2024 10:29
SMSTools3 Community » Search Bottom

Page:  1

Keywords:
Mode: All keywords (AND)
DanS: Detected on multi ports quectel modem pool from china (or it can be elsewhere) In case of problems with messages like: The modem answer was not OK: +CMS ERROR: 2051 Modem is not registered to the network first install prog. - socat (I use debian) - a clever program where you can read information from the modem even when smstools is running read info: echo AT+CREG? | socat - /dev/ttySOMETHING,crnl output will be like (on m35 2,1 is ok): +CREG: 2,1,"0003","ADE9" trouble codes (for example on m35 - search CREG in m35_at_commnad.pdf): 2,0 2,3 2,2 0,0 1,0 so, if you want to reconnect to the network (restart modem), you can type: echo AT+QPOWD=1 | socat - /dev/ttySOMETHING,crnl (AT+QPOWD - from manual for m35) sometimes is better use AT+QPOWD=0 0 Urgent power off ( Do not send out URC "NORMAL POWER DOWN") 1 Normal power off (Send out URC "NORMAL POWER DOWN") sleep e.g. 5 second echo AT+CREG=2 | socat - /dev/ttySOMETHING,crnl you can set up automatic reconnection to the network with some logic like this: with AT+CREG check if connected - if no, then stop smstools - restart with AT+QPOWD - sleep 5 sec. - AT+CREG=2 - start smstools you can try if you have to stop smstools or not
DanS: small change
DanS: Detected on multi ports quectel modem pool from china (or it can be elsewhere) In case of problems with messages like: The modem answer was not OK: +CMS ERROR: 2051 Modem is not registered to the network first install prog. - socat (I use debian) - a clever program where you can read information from the modem even when smstools is running read info: echo AT+CREG? | socat - /dev/ttySOMETHING,crnl output will be like (on m35 2,1 is ok): +CREG: 2,1,"0003","ADE9" trouble codes (for example on m35 - search CREG in m35_at_commnad.pdf): 2,0 2,3 2,2 0,0 1,0 so, if you want to reconnect to the network (restart modem), you can type: echo AT+QPOWD=1 | socat - /dev/ttySOMETHING,crnl (AT+QPOWD - from manual for m35) sometimes is better use AT+QPOWD=0 0 Urgent power off ( Do not send out URC "NORMAL POWER DOWN") 1 Normal power off (Send out URC "NORMAL POWER DOWN") you can set up automatic reconnection to the network with some logic like this: with AT+CREG check if connected - if no, then stop smstools - reconnect with AT+QPOWD - start smstools you can try if you have to stop smstools or not
DanS: Purchased on March 1, 2024. No special setting, just set in usb_modeswitch.conf (except basic config.): HuaweiAltModeGlobal=1 after reboot or replug: lsusb Bus 001 Device 013: ID 12d1:155e Huawei Technologies Co., Ltd. Mobile ls /dev ttyUSB0 ttyUSB1 ttyUSB2 put ttyUSB0 in smsd.conf 2 modems without problems (usb hub with external power supply) in raspberryPI 3

Page:  1

SMSTools3 Community » Search Top

 
Time in this board is UTC.  

Privacy Policy   SMS Server Tools 3 Copyright © Keijo Kasvi.