Keywords: Mode: All keywords (AND) |
Tue Mar 26, 2013 04:19
|
quydo: Operating system name and version: Debian
Version of smsd: 3
Smsd installed from: sources
Name and model of a modem / phone: USB 3G
Interface: USB
Hi everybody
I want to get remaining money in my USB 3G, number of sms has sent, number of sms has received
How can I get that result by AT command, or by some way that I can control by terminal
In my country, I have to "call *101#" for get information about remain moneys of my USB
I have read some AT command, but I can't find good answer :(
Please help me :)
|
Tue Mar 19, 2013 15:04
|
quydo: Thank you, keke
Hi, I want to get device statics such as status (live or die), number of messages has sent, number of messages in queued... in bash shell or terminal linux :p
So if I config the setting that you said: report_device_details=yes, how can I get device status?
Thank you again :D
|
Tue Mar 19, 2013 08:07
|
quydo: Operating system name and version: Debian
Version of smsd: 3.0
Smsd installed from: sources
Name and model of a modem:
Interface: USB
Hi everybody!
I want to get response of modem that connected to USB port.
In terminal 1, I try: cat /dev/ttyUSB2. Below are results:
^BOOT:8588911,0,0,0,20
^BOOT:8588911,0,0,0,20
^BOOT:8588911,0,0,0,20
^BOOT:8588911,0,0,0,20
In terminal 2, I try: echo "ATi^M" > /dev/ttyUSB2 (^M = Ctrl+v+m)
And in terminal 1: the file /dev/ttyUSB2 is changed, below text will be appended
Manufacturer: Technologies
Model: E173Eu-1
Revision: 11.126.29.01.439
IMEI: 867767008588911
+GCAP: +CGSM,+DS,+ES
OK
How can I cat that above text and store it in another file
Manufacturer: Technologies
Model: E173Eu-1
Revision: 11.126.29.01.439
IMEI: 867767008588911
+GCAP: +CGSM,+DS,+ES
OK
Or does SMS Tools 3 support another way to contact with USB 3G modem?
Thank you very much :P
^BOOT:8588911,0,0,0,20
|
Tue Mar 12, 2013 16:25
|
quydo: thank you very much ^.^
|
Tue Mar 12, 2013 11:02
|
quydo: Operating system name and version: Debian
Version of smsd: 3
Smsd installed from: sources
Name and model of a modem / phone: modem
Interface: USB
Hj everybody
I have just tested eventhandle. But I have a question about script that called by eventhandle
This script have line:
#get phone number from
FROM=`formail -zx From: < $2`
I know in bash shell all string in `` will be know as command in linux
So can you tell me how can I get formail command :D
I try to search through google but I can't get useful question
Thank you everybody :P
|