Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
310 views
in Technique[技术] by (71.8m points)

gsm - DLINK DWM 157 Extra operator report during each operation

I was working with a D-Link dwm-157 with Firmware Version 1.0.1du, I could send SMS with at commands and everything were ok, recently I have bought D-Link dwm-157 with Firmware Version 4.0.2MES, because the old module has been stopped production.

There are little changes between calling a commands in these two modules. In the old one, when I call this:

AT+CUSD=1,"*140#"

I get this output:

OK

+CUSD= 2, "the result of USSD call", 15

But in new module the result is :

+SPNWNAME: "432", "11", "Mci", "Mci"

+CUSD= 2, "the result of USSD call", 15

As you see, in the new module there is an extra report which shows the operator name and network code (+SPNWNAME: "432", "11", "Mci", "Mci"), this query slows down the result of my every at command, could you please help me how can I disable that query to speed up my new module.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Assuming you want to make the device work with Gammu (as your question is tagged so), you need to apply following patch to make it work (or wait for newer Gammu release):

https://github.com/gammu/gammu/commit/8f0cd6652b0ccfbedbf1a8efb4c991abd2e0d9fb


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...