Smithy: Hello,
Thanks - that works great
Bye :)
|
Smithy: If I'm trying *100# with my mobile phone, I'll get the saldo directly on the phone display.
|
Smithy: Hey guys,
Great work you're doing here.
I've updated the sms3 tools to the latest beta version 3.1.5beta9 because of using the saldo feature.
After I've updated my config to
regular_run_cmd = AT+CUSD=1,"*100#",0;
regular_run_statfile = /dev/shm/sms_stat
I don't get the saldo:
2009-05-12 16:01:14,5, GSM1: CMD: AT+CUSD=1,"*100#",0;: OK +CUSD: 4
2009-05-12 16:01:19,6, GSM1: Serial port /dev/serial-server opened as 4, rtscts: 0, baudrate: 2400
2009-05-12 16:01:19,6, GSM1: Checking device for incoming SMS
2009-05-12 16:01:19,6, GSM1: Checking if modem is ready
2009-05-12 16:01:19,7, GSM1: -> AT
2009-05-12 16:01:19,7, GSM1: Command is sent, waiting for the answer
2009-05-12 16:01:19,7, GSM1: <- OK
2009-05-12 16:01:19,6, GSM1: Pre-initializing modem
2009-05-12 16:01:19,7, GSM1: -> ATE0+CMEE=1
2009-05-12 16:01:20,7, GSM1: Command is sent, waiting for the answer
2009-05-12 16:01:20,7, GSM1: <- OK
2009-05-12 16:01:20,6, GSM1: Checking if Modem is registered to the network
2009-05-12 16:01:20,7, GSM1: -> AT+CREG?
2009-05-12 16:01:20,7, GSM1: Command is sent, waiting for the answer
2009-05-12 16:01:21,7, GSM1: <- +CREG: 0,1 OK
2009-05-12 16:01:21,6, GSM1: Modem is registered to the network
2009-05-12 16:01:21,6, GSM1: Selecting PDU mode
2009-05-12 16:01:21,7, GSM1: -> AT+CMGF=0
2009-05-12 16:01:21,7, GSM1: Command is sent, waiting for the answer
2009-05-12 16:01:21,7, GSM1: <- OK
2009-05-12 16:01:21,6, GSM1: Checking memory size
2009-05-12 16:01:21,7, GSM1: -> AT+CPMS?
2009-05-12 16:01:21,7, GSM1: Command is sent, waiting for the answer
2009-05-12 16:01:22,7, GSM1: <- +CPMS: "SM",0,20,"SM",0,20,"SM",0,20 OK
2009-05-12 16:01:22,6, GSM1: Used memory is 0 of 20
2009-05-12 16:01:22,6, GSM1: No SMS received
Can you advise please?
Bye
|