|
|
SMS Server Tools 3 Community |
Welcome, Guest. The forum is currently read-only, but will open soon. |
Thu Mar 13, 2025 17:53 |
Page: 1
Keywords: Mode: All keywords (AND) |
Sat Mar 31, 2012 09:39
|
alfinsi: sorry too long the reply :)
I think for simultan is imposible, couse smsserverTools3 is designed for sequence run. It mean it can't run in multithread or que system. But still posible if keke add this feature :)
this will be a great idea for next plan..
I'm waiting :D
|
Sat Mar 31, 2012 09:24
|
alfinsi:
HI alfinsi sir,
i have been searching for so long for executing stk commands in sms server tools. i have already posted for help but nothing came up. After reading ur post i think u have done something related this. Actually i am trying to build a online mobile recharge system for prepaid sim. But i have no idea how to access STK with php or other scripting language . I have a very little basic idea of STK commands .
Plz plz help me out.
Thanks in advance .
you can first read http://smstools3.kekekasvi.com/topic.php?id=254 and http://smstools3.kekekasvi.com/topic.php?id=372
|
Fri Jul 29, 2011 16:38
|
alfinsi: Operating system name and version: linux
Version of smsd: 3.1.7beta
Smsd installed from: sources
Name and model of a modem / phone: wavecom Q2403A
Interface: USB
Hi keke... almost a year not intouch :)
I'v new problem when running STK program via regular_run_cmdfile.
I need Execute STK program very quickly for reload credit of celularphone.
example: STK command1 enter, STK2 command2 enter
problem:
When command1 running and the process does not finished yet, command2 enter. The result success just from command1 and command2 failed.
Couse I need between command1 and command2 just need less then 1second (<1s or simultaneous) and all success like sendsms command.
Please help.. tq :)
|
Fri Jul 23, 2010 13:38
|
alfinsi: ok sorry, the problem solved :)
i was modified the script like this
echo "at" > $TMPFILE
echo "at+stgi=0;" >> $TMPFILE
echo "at+stgr=0,1,1;" >> $TMPFILE
echo "at+stgi=3;" >> $TMPFILE
# echo "(>)at+stgr=3,1;" >> $TMPFILE
echo "(>)at+stgr=3,1,\"$TEXT\";" >> $TMPFILE
echo $'\x1A' >> $TMPFILE
# echo $TEXT$'\x1A' >> $TMPFILE
# echo "at+stgi=6;" >> $TMPFILE
# echo "at+stgr=6,1,1;" >> $TMPFILE
echo "at+stgi=6;" >> $TMPFILE
echo "at+stgr=6,1,1;" >> $TMPFILE
echo "at+stgi=6;" >> $TMPFILE
Thanks, i hope this useful for others :)
|
Fri Jul 23, 2010 12:49
|
alfinsi: Keke.. there is a question;
After Ctrl-Z applied is there need a delay time ?
becouse i have to add two lines for manipulate the error for the success process, like this:
echo $TEXT$'\x1A' >> $TMPFILE
echo "at+stgi=6;" >> $TMPFILE
echo "at+stgr=6,1,1;" >> $TMPFILE
echo "at+stgi=6;" >> $TMPFILE
echo "at+stgr=6,1,1;" >> $TMPFILE
echo "at+stgi=6;" >> $TMPFILE
echo "at+stgr=6,1,1;" >> $TMPFILE
echo "at+stgi=3;" >> $TMPFILE
echo "(>)at+stgr=3,1;" >> $TMPFILE
the result:
2010-07-23 18:57:39,7, GSM1: -> at+stgi=0;
2010-07-23 18:57:39,7, GSM1: Command is sent, waiting for the answer
2010-07-23 18:57:39,7, GSM1: <- +STGI: "i-SEV Menu" +STGI: 1,3,"Isi Ulang",0 +STGI: 2,3,"Transfer",0 +STGI: 3,3,"Optional",0 OK
2010-07-23 18:57:39,7, GSM1: -> at+stgr=0,1,1;
2010-07-23 18:57:39,7, GSM1: Command is sent, waiting for the answer
2010-07-23 18:57:40,7, GSM1: <- OK +STIN: 3
2010-07-23 18:57:40,7, GSM1: -> at+stgi=3;
2010-07-23 18:57:40,7, GSM1: Command is sent, waiting for the answer
2010-07-23 18:57:41,7, GSM1: <- +STGI: 0,1,1,14,0,"Masukan Nomor Tujuan" OK
2010-07-23 18:57:41,7, GSM1: -> at+stgr=3,1;
2010-07-23 18:57:41,7, GSM1: Command is sent, waiting for the answer
2010-07-23 18:57:41,7, GSM1: <- >
2010-07-23 18:57:41,7, GSM1: -> 08568741679^Z
2010-07-23 18:57:41,7, GSM1: Command is sent, waiting for the answer
2010-07-23 18:57:42,7, GSM1: <- OK
2010-07-23 18:57:42,7, GSM1: -> at+stgi=6;
2010-07-23 18:57:42,7, GSM1: Command is sent, waiting for the answer
2010-07-23 18:57:42,7, GSM1: <- +CME ERROR: 518 +STIN: 6
2010-07-23 18:57:42,7, GSM1: -> at+stgr=6,1,1;
2010-07-23 18:57:42,7, GSM1: Command is sent, waiting for the answer
2010-07-23 18:57:43,7, GSM1: <- +CME ERROR: 4 (operation not supported)
2010-07-23 18:57:43,7, GSM1: -> at+stgi=6;
2010-07-23 18:57:43,7, GSM1: Command is sent, waiting for the answer
2010-07-23 18:57:43,7, GSM1: <- +STGI: 0,"Pilihan Denominasi" +STGI: 1,6,"Rp.5.000",0 +STGI: 2,6,"Rp.8.000",0 +STGI: 3,6,"Rp.10.000",0 +STGI: 4,6,"Rp.20.000",0 +STGI: 5,6,"Rp.25.000",0 +STGI: 6,6,"Nominal Lain",0 OK
2010-07-23 18:57:43,7, GSM1: -> at+stgr=6,1,1;
2010-07-23 18:57:43,7, GSM1: Command is sent, waiting for the answer
2010-07-23 18:57:44,7, GSM1: <- OK
2010-07-23 18:57:44,3, GSM1: Unexpected input: +STIN: 6
2010-07-23 18:57:44,7, GSM1: -> at+stgi=6;
2010-07-23 18:57:44,7, GSM1: Command is sent, waiting for the answer
2010-07-23 18:57:44,7, GSM1: <- +STGI: 0,"Enter Voucher Type" +STGI: 1,4,"Regular",0 +STGI: 2,4,"SMS",0 +STGI: 3,4,"Internet",0 +STGI: 4,4,"Lainnya",0 OK
2010-07-23 18:57:45,7, GSM1: -> at+stgr=6,1,1;
2010-07-23 18:57:45,7, GSM1: Command is sent, waiting for the answer
2010-07-23 18:57:45,7, GSM1: <- OK
2010-07-23 18:57:45,3, GSM1: Unexpected input: +STIN: 3
2010-07-23 18:57:45,7, GSM1: -> at+stgi=3;
2010-07-23 18:57:45,7, GSM1: Command is sent, waiting for the answer
2010-07-23 18:57:45,7, GSM1: <- +STGI: 0,0,6,6,0,"Masukan PIN" OK
2010-07-23 18:57:46,7, GSM1: -> at+stgr=3,1;
2010-07-23 18:57:46,7, GSM1: Command is sent, waiting for the answer
2010-07-23 18:57:46,7, GSM1: <- >
2010-07-23 18:57:46,7, GSM1: -> 333333
2010-07-23 18:57:46,7, GSM1: Command is sent, waiting for the answer
2010-07-23 18:57:46,7, GSM1: <- OK
2010-07-23 18:57:47,3, GSM1: Unexpected input: +STIN: 1
2010-07-23 18:57:47,7, GSM1: -> at+stgi=1;
2010-07-23 18:57:47,7, GSM1: Command is sent, waiting for the answer
2010-07-23 18:57:47,7, GSM1: <- +STGI: 1,"Konfirmasi Isi Ulang ke 08568741679 sejumlah 5.000 jenis pulsa Regular",1 OK
from the log we can see, after ^Z the unswer is just OK not OK +STIN:6, So when next cmd AT+STGI=6 the unswer is <- +CME ERROR: 518 +STIN: 6, becouse STIN:6 is late.
So i push add 2 line again for manipulate.
Please advice, what should i do..
|
Fri Jul 23, 2010 10:35
|
alfinsi: Ok.. that's work properly and no error found inculde The echo 333333 >> $TMPFILE
The echo 333333 >> $TMPFILE is just direct value that suitable with the digit length required, actually this isn't couse the error.
The error appers, becouse this script is run sequential, so when 1 step error the next line will be error too..
Thank you so much keke :)
nice work with you
|
Thu Jul 22, 2010 02:45
|
alfinsi: I have been changed both code and compiled, the Ctrl-Z still doesn't work.
i've modified my script to be like this:
echo "at" > $TMPFILE
echo "at+stgi=0;" >> $TMPFILE
echo "at+stgr=0,1,1;" >> $TMPFILE
echo "at+stgi=3;" >> $TMPFILE
echo "(>)at+stgr=3,1;" >> $TMPFILE
echo $TEXT$'\x1A' >> $TMPFILE
echo "at+stgi=6;" >> $TMPFILE
echo "at+stgr=6,1,1;" >> $TMPFILE
echo "at+stgi=6;" >> $TMPFILE
echo "at+stgr=6,1,1;" >> $TMPFILE
echo "at+stgi=6;" >> $TMPFILE
echo "at+stgr=6,1,1;" >> $TMPFILE
echo "at+stgi=3;" >> $TMPFILE
echo "(>)at+stgr=3,1;" >> $TMPFILE
echo 333333 >> $TMPFILE
echo "at+stgi=1;" >> $TMPFILE
echo "at+stgr=3,0;" >> $TMPFILE
the result:
2010-07-22 09:39:03,7, GSM1: -> at
2010-07-22 09:39:03,7, GSM1: Command is sent, waiting for the answer
2010-07-22 09:39:04,7, GSM1: <- OK
2010-07-22 09:39:04,7, GSM1: -> at+stgi=0;
2010-07-22 09:39:04,7, GSM1: Command is sent, waiting for the answer
2010-07-22 09:39:04,7, GSM1: <- +STGI: "i-SEV Menu" +STGI: 1,3,"Isi Ulang",0 +STGI: 2,3,"Transfer",0 +STGI: 3,3,"Optional",0 OK
2010-07-22 09:39:04,7, GSM1: -> at+stgr=0,1,1;
2010-07-22 09:39:04,7, GSM1: Command is sent, waiting for the answer
2010-07-22 09:39:05,7, GSM1: <- OK +STIN: 3
2010-07-22 09:39:06,7, GSM1: -> at+stgi=3;
2010-07-22 09:39:06,7, GSM1: Command is sent, waiting for the answer
2010-07-22 09:39:06,7, GSM1: <- +STGI: 0,1,1,14,0,"Masukan Nomor Tujuan" OK
2010-07-22 09:39:06,7, GSM1: -> at+stgr=3,1;
2010-07-22 09:39:06,7, GSM1: Command is sent, waiting for the answer
2010-07-22 09:39:06,7, GSM1: <- >
2010-07-22 09:39:07,7, GSM1: -> 08568741679
2010-07-22 09:39:07,7, GSM1: Command is sent, waiting for the answer
2010-07-22 09:39:12,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 1.
2010-07-22 09:39:12,7, GSM1: <- >
2010-07-22 09:39:12,7, GSM1: -> at+stgi=6;
2010-07-22 09:39:12,7, GSM1: Command is sent, waiting for the answer
2010-07-22 09:39:12,7, GSM1: <- +CME ERROR: 4 (operation not supported)
2010-07-22 09:39:12,7, GSM1: -> at+stgr=6,1,1;
2010-07-22 09:39:12,7, GSM1: Command is sent, waiting for the answer
2010-07-22 09:39:13,7, GSM1: <- +CME ERROR: 3 (operation not allowed)
2010-07-22 09:39:13,7, GSM1: -> at+stgi=6;
2010-07-22 09:39:13,7, GSM1: Command is sent, waiting for the answer
2010-07-22 09:39:13,7, GSM1: <- +CME ERROR: 518
2010-07-22 09:39:13,7, GSM1: -> at+stgr=6,1,1;
2010-07-22 09:39:13,7, GSM1: Command is sent, waiting for the answer
2010-07-22 09:39:14,7, GSM1: <- +CME ERROR: 3 (operation not allowed)
2010-07-22 09:39:14,7, GSM1: -> at+stgi=6;
2010-07-22 09:39:14,7, GSM1: Command is sent, waiting for the answer
2010-07-22 09:39:14,7, GSM1: <- +CME ERROR: 518
2010-07-22 09:39:14,7, GSM1: -> at+stgr=6,1,1;
2010-07-22 09:39:14,7, GSM1: Command is sent, waiting for the answer
2010-07-22 09:39:15,7, GSM1: <- +CME ERROR: 3 (operation not allowed)
2010-07-22 09:39:15,7, GSM1: -> at+stgi=3;
2010-07-22 09:39:15,7, GSM1: Command is sent, waiting for the answer
2010-07-22 09:39:15,7, GSM1: <- +CME ERROR: 518
2010-07-22 09:39:16,7, GSM1: -> at+stgr=3,1;
2010-07-22 09:39:16,7, GSM1: Command is sent, waiting for the answer
2010-07-22 09:39:16,7, GSM1: <- >
2010-07-22 09:39:16,7, GSM1: -> 333333
2010-07-22 09:39:16,7, GSM1: Command is sent, waiting for the answer
2010-07-22 09:39:21,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 1.
2010-07-22 09:39:21,7, GSM1: <- >
2010-07-22 09:39:21,7, GSM1: -> at+stgi=1;
2010-07-22 09:39:21,7, GSM1: Command is sent, waiting for the answer
2010-07-22 09:39:22,7, GSM1: <- +CME ERROR: 4 (operation not supported)
2010-07-22 09:39:22,7, GSM1: -> at+stgr=3,0;
2010-07-22 09:39:22,7, GSM1: Command is sent, waiting for the answer
2010-07-22 09:39:22,7, GSM1: <- OK +STIN: 99
|
Thu Jul 15, 2010 18:31
|
alfinsi: Ok, I'll check that function too.. for my addon knowledge.. :)
But for the best result, I'm waiting 3.1.12 release.
I'll try and give the report soon.. I'm glad tobe one of contributors for this project.
Thank you so much keke :)
|
Thu Jul 15, 2010 17:48
|
alfinsi: Ok, Success press ctrl+z in terminal with type stty susp \^N first.
But in cmd file is still Error.
I have added line #!/bin/bash, the script is writing Ctrl-Z character correctly to the file, but the process still same error.
This is like the Ctrl-Z doesn't work, thats like when i haven't run stty susp \^N in terminal mode.
May be this case need to change the suspend character first too.. before run the script. But how to write ?
|
Thu Jul 15, 2010 13:14
|
alfinsi: I have change the code like this:
echo $TEXT$'\x1A' >> $TMPFILE
but still error :( . I have copied the log bellow
Oh ya please give an example write suspend character, because I was read in configuration doc. The sintak is suspend=filename (put in global)
2010-07-15 20:02:02,7, GSM1: -> at
2010-07-15 20:02:02,7, GSM1: Command is sent, waiting for the answer
2010-07-15 20:02:02,7, GSM1: <- OK
2010-07-15 20:02:02,7, GSM1: -> at+stgi=0;
2010-07-15 20:02:02,7, GSM1: Command is sent, waiting for the answer
2010-07-15 20:02:03,7, GSM1: <- +STGI: "i-SEV Menu" +STGI: 1,3,"Isi Ulang",0 +STGI: 2,3,"Transfer",0 +STGI: 3,3,"Optional",0 OK
2010-07-15 20:02:03,7, GSM1: -> at+stgr=0,1,1;
2010-07-15 20:02:03,7, GSM1: Command is sent, waiting for the answer
2010-07-15 20:02:04,7, GSM1: <- OK +STIN: 3
2010-07-15 20:02:04,7, GSM1: -> at+stgi=3;
2010-07-15 20:02:04,7, GSM1: Command is sent, waiting for the answer
2010-07-15 20:02:04,7, GSM1: <- +STGI: 0,1,1,14,0,"Masukan Nomor Tujuan" OK
2010-07-15 20:02:04,7, GSM1: -> at+stgr=3,1;
2010-07-15 20:02:04,7, GSM1: Command is sent, waiting for the answer
2010-07-15 20:02:09,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 1.
2010-07-15 20:02:09,7, GSM1: <- >
2010-07-15 20:02:10,7, GSM1: -> 08568741679$\x1A
2010-07-15 20:02:10,7, GSM1: Command is sent, waiting for the answer
2010-07-15 20:02:10,7, GSM1: <- +CME ERROR: 4 (operation not supported)
2010-07-15 20:02:10,7, GSM1: -> at+stgi=6;
2010-07-15 20:02:10,7, GSM1: Command is sent, waiting for the answer
2010-07-15 20:02:11,7, GSM1: <- +CME ERROR: 518
2010-07-15 20:02:11,7, GSM1: -> at+stgr=6,1,1;
2010-07-15 20:02:11,7, GSM1: Command is sent, waiting for the answer
2010-07-15 20:02:11,7, GSM1: <- +CME ERROR: 3 (operation not allowed)
2010-07-15 20:02:11,7, GSM1: -> at+stgi=6;
2010-07-15 20:02:11,7, GSM1: Command is sent, waiting for the answer
2010-07-15 20:02:12,7, GSM1: <- +CME ERROR: 518
2010-07-15 20:02:12,7, GSM1: -> at+stgr=6,1,1;
2010-07-15 20:02:12,7, GSM1: Command is sent, waiting for the answer
2010-07-15 20:02:12,7, GSM1: <- +CME ERROR: 3 (operation not allowed)
2010-07-15 20:02:12,7, GSM1: -> at+stgi=3;
2010-07-15 20:02:12,7, GSM1: Command is sent, waiting for the answer
2010-07-15 20:02:13,7, GSM1: <- +CME ERROR: 518
2010-07-15 20:02:13,7, GSM1: -> at+stgr=3,1;
2010-07-15 20:02:13,7, GSM1: Command is sent, waiting for the answer
2010-07-15 20:02:18,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 1.
2010-07-15 20:02:18,7, GSM1: <- >
2010-07-15 20:02:18,7, GSM1: -> 333333
2010-07-15 20:02:18,7, GSM1: Command is sent, waiting for the answer
2010-07-15 20:02:23,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 2.
2010-07-15 20:02:23,7, GSM1: <- >
2010-07-15 20:02:23,7, GSM1: -> at+stgi=1;
2010-07-15 20:02:23,7, GSM1: Command is sent, waiting for the answer
2010-07-15 20:02:24,7, GSM1: <- +CME ERROR: 4 (operation not supported)
2010-07-15 20:02:34,6, GSM1: Checking device for incoming SMS
2010-07-15 20:02:34,6, GSM1: Checking if modem is ready
2010-07-15 20:02:34,7, GSM1: -> AT
2010-07-15 20:02:34,7, GSM1: Command is sent, waiting for the answer
2010-07-15 20:02:34,7, GSM1: <- OK
|
Thu Jul 15, 2010 10:14
|
alfinsi: Operating system name and version: linux
Version of smsd: 3.1.7beta
Smsd installed from: sources
Name and model of a modem / phone: wavecom Q2403A
Interface: USB
Hi Keke.. nice to meet you again.. so long time.. :)
I don't know until now i can't receive long sms on m600i.
maybe next time, W open again the topic :)
Now I have problem in write ctrl+z in terminal(smsd -C GSM1) and regular_run_cmdfile.
That run some code for running STK.
When I press the ctrl+z in terminal, the program terminate to prompt, because the entri need 14 digit but i only need enter 11 digit so Ctrl+z is needed. This in terminal :
+STGI: "i-SEV Menu"
+STGI: 1,3,"Isi Ulang",0
+STGI: 2,3,"Transfer",0
+STGI: 3,3,"Optional",0
OK
at+stgr=0,1,1
OK
+STIN: 3
at+stgi=3
+STGI: 0,1,1,14,0,"Masukan Nomor Tujuan"
OK
at+stgr=3,1
>08568741679 <ctrl+z>
This in file:
echo "at" > $TMPFILE
echo "at+stgi=0;" >> $TMPFILE
echo "at+stgr=0,1,1;" >> $TMPFILE
echo "at+stgi=3;" >> $TMPFILE
echo "at+stgr=3,1;" >> $TMPFILE
echo $TEXT"0x1A" >> $TMPFILE
echo "at+stgi=6;" >> $TMPFILE
echo "at+stgr=6,1,1;" >> $TMPFILE
echo "at+stgi=6;" >> $TMPFILE
echo "at+stgr=6,1,1;" >> $TMPFILE
echo "at+stgi=3;" >> $TMPFILE
echo "at+stgr=3,1;" >> $TMPFILE
echo 333333 >> $TMPFILE
echo "at+stgi=1;" >> $TMPFILE
# echo "at+stgr=1;" >> $TMPFILE
Please help.. maybe i'm not correct in methode, please advice.
Thanks, :)
-alfin-
|
Mon Mar 29, 2010 14:16
|
alfinsi: after change setting with your suggestion, there is error. Server cannot receive msg after i sent a long message.
this is my conf:
devices = GSM1
logfile = /var/log/smsd.log
#logfile = 1
loglevel = 7
checkhandler = /usr/src/smstools3/scripts/multirecipients
[GSM1]
#device = /dev/ttyS0
device = /dev/ttyACM1
incoming = yes
#pin = 1111
cmgl_value = 0
check_memory_method = 5
eventhandler = /usr/src/smstools3/scripts/forwardsms2
this is the log after change smsd.conf :
2010-03-29 18:25:11,2, smsd: Smsd v3.1.7beta started.
2010-03-29 18:25:11,2, smsd: Running as root:root.
2010-03-29 18:25:11,2, smsd: # You are running a beta version of SMS Server Tools 3.
2010-03-29 18:25:11,2, smsd: # All feedback is valuable.
2010-03-29 18:25:11,2, smsd: # Please provide you feedback on SMSTools3 Community. Thank you.
2010-03-29 18:25:11,7, smsd: Running startup_check (shell): /tmp/smsd_script.OTxIHd /tmp/smsd_data.Bw30D1
2010-03-29 18:25:11,7, smsd: Done: startup_check (shell), execution time 0 sec., status: 0 (0)
2010-03-29 18:25:11,4, smsd: File mode creation mask: 022 (0644, rw-r--r--).
2010-03-29 18:25:11,2, smsd: Running in terminal mode.
2010-03-29 18:25:11,5, GSM1: Modem handler 0 has started. PID: 1656.
2010-03-29 18:25:11,5, smsd: Outgoing file checker has started. PID: 1653.
2010-03-29 18:25:11,6, GSM1: Serial port /dev/ttyACM1 opened as 5, rtscts: 1, baudrate: 115200
2010-03-29 18:25:11,5, GSM1: Using check_memory_method 5: CMGL is used. SIM600 compatible, see the manual for details.
2010-03-29 18:25:11,6, GSM1: Checking device for incoming SMS
2010-03-29 18:25:11,6, GSM1: Checking if modem is ready
2010-03-29 18:25:11,7, GSM1: -> AT
2010-03-29 18:25:11,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:11,7, GSM1: <- AT OK
2010-03-29 18:25:11,6, GSM1: Pre-initializing modem
2010-03-29 18:25:11,7, GSM1: -> ATE0+CMEE=1
2010-03-29 18:25:11,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:12,7, GSM1: <- ATE0+CMEE=1 OK
2010-03-29 18:25:12,6, GSM1: Checking if modem needs PIN
2010-03-29 18:25:12,7, GSM1: -> AT+CPIN?
2010-03-29 18:25:12,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:12,7, GSM1: <- +CPIN: READY OK
2010-03-29 18:25:12,7, GSM1: -> AT+CSQ
2010-03-29 18:25:12,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:13,7, GSM1: <- +CSQ: 20,99 OK
2010-03-29 18:25:13,6, GSM1: Checking if Modem is registered to the network
2010-03-29 18:25:13,7, GSM1: -> AT+CREG?
2010-03-29 18:25:13,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:13,7, GSM1: <- +CREG: 0,1 OK
2010-03-29 18:25:13,6, GSM1: Modem is registered to the network
2010-03-29 18:25:13,6, GSM1: Selecting PDU mode
2010-03-29 18:25:13,7, GSM1: -> AT+CMGF=0
2010-03-29 18:25:13,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:14,7, GSM1: <- OK
2010-03-29 18:25:14,7, GSM1: -> AT+CIMI
2010-03-29 18:25:14,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:14,7, GSM1: <- 510890914943639 OK
2010-03-29 18:25:14,7, GSM1: -> AT+CGSN
2010-03-29 18:25:14,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:15,7, GSM1: <- 359315001779957 OK
2010-03-29 18:25:15,5, GSM1: CGSN: 359315001779957
2010-03-29 18:25:15,5, GSM1: IMSI: 510890914943639
2010-03-29 18:25:15,6, GSM1: Checking if reading of messages is supported
2010-03-29 18:25:15,7, GSM1: -> AT+CPMS?
2010-03-29 18:25:15,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:15,7, GSM1: <- +CPMS: "ME",1,512,"ME",1,512,"ME",1,512 OK
2010-03-29 18:25:15,6, GSM1: Checking memory size
2010-03-29 18:25:16,7, GSM1: -> AT+CMGL=0
2010-03-29 18:25:16,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:19,7, GSM1: <- OK
2010-03-29 18:25:19,6, GSM1: Used memory is 0
2010-03-29 18:25:19,6, GSM1: No SMS received
2010-03-29 18:25:22,7, smsd: Running checkhandler: /usr/src/smstools3/scripts/multirecipients /var/spool/sms/outgoing/.1.swp
2010-03-29 18:25:22,7, smsd: Done: checkhandler, execution time 0 sec., status: 0 (0)
2010-03-29 18:25:22,5, smsd: No destination in file /var/spool/sms/outgoing/.1.swp
2010-03-29 18:25:22,6, smsd: Deleted file /var/spool/sms/outgoing/.1.swp
2010-03-29 18:25:29,6, GSM1: Checking device for incoming SMS
2010-03-29 18:25:29,6, GSM1: Checking if modem is ready
2010-03-29 18:25:29,7, GSM1: -> AT
2010-03-29 18:25:29,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:29,7, GSM1: <- OK
2010-03-29 18:25:29,6, GSM1: Pre-initializing modem
2010-03-29 18:25:29,7, GSM1: -> ATE0+CMEE=1
2010-03-29 18:25:29,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:30,7, GSM1: <- OK
2010-03-29 18:25:30,7, GSM1: -> AT+CSQ
2010-03-29 18:25:30,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:30,7, GSM1: <- +CSQ: 20,99 OK
2010-03-29 18:25:30,6, GSM1: Checking if Modem is registered to the network
2010-03-29 18:25:30,7, GSM1: -> AT+CREG?
2010-03-29 18:25:30,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:31,7, GSM1: <- +CREG: 0,1 OK
2010-03-29 18:25:31,6, GSM1: Modem is registered to the network
2010-03-29 18:25:31,6, GSM1: Selecting PDU mode
2010-03-29 18:25:31,7, GSM1: -> AT+CMGF=0
2010-03-29 18:25:31,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:31,7, GSM1: <- OK
2010-03-29 18:25:31,6, GSM1: Checking memory size
2010-03-29 18:25:31,7, GSM1: -> AT+CMGL=0
2010-03-29 18:25:31,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:36,7, GSM1: <- OK
2010-03-29 18:25:36,6, GSM1: Used memory is 0
2010-03-29 18:25:36,6, GSM1: No SMS received
2010-03-29 18:25:46,6, GSM1: Checking device for incoming SMS
2010-03-29 18:25:46,6, GSM1: Checking if modem is ready
2010-03-29 18:25:46,7, GSM1: -> AT
2010-03-29 18:25:46,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:47,7, GSM1: <- OK
2010-03-29 18:25:47,6, GSM1: Pre-initializing modem
2010-03-29 18:25:47,7, GSM1: -> ATE0+CMEE=1
2010-03-29 18:25:47,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:47,7, GSM1: <- OK
2010-03-29 18:25:47,7, GSM1: -> AT+CSQ
2010-03-29 18:25:47,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:48,7, GSM1: <- +CSQ: 20,99 OK
2010-03-29 18:25:48,6, GSM1: Checking if Modem is registered to the network
2010-03-29 18:25:48,7, GSM1: -> AT+CREG?
2010-03-29 18:25:48,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:48,7, GSM1: <- +CREG: 0,1 OK
2010-03-29 18:25:48,6, GSM1: Modem is registered to the network
2010-03-29 18:25:48,6, GSM1: Selecting PDU mode
2010-03-29 18:25:48,7, GSM1: -> AT+CMGF=0
2010-03-29 18:25:48,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:49,7, GSM1: <- OK
2010-03-29 18:25:49,6, GSM1: Checking memory size
2010-03-29 18:25:49,7, GSM1: -> AT+CMGL=0
2010-03-29 18:25:49,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:52,7, GSM1: <- OK
2010-03-29 18:25:52,6, GSM1: Used memory is 0
2010-03-29 18:25:52,6, GSM1: No SMS received
2010-03-29 18:25:53,7, smsd: Running checkhandler: /usr/src/smstools3/scripts/multirecipients /var/spool/sms/outgoing/1
2010-03-29 18:25:53,7, smsd: Done: checkhandler, execution time 0 sec., status: 0 (0)
2010-03-29 18:25:53,5, smsd: Moved file /var/spool/sms/outgoing/1 to /var/spool/sms/checked
2010-03-29 18:25:54,6, GSM1: Splitting this message into 2 parts of max 153 characters.
2010-03-29 18:25:54,6, GSM1: I have to send 2 short message for /var/spool/sms/checked/1
2010-03-29 18:25:54,6, GSM1: Sending SMS (part 1/2) from to 08978546509
2010-03-29 18:25:54,6, GSM1: Checking if modem is ready
2010-03-29 18:25:54,7, GSM1: -> AT
2010-03-29 18:25:54,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:55,7, GSM1: <- OK
2010-03-29 18:25:55,6, GSM1: Pre-initializing modem
2010-03-29 18:25:55,7, GSM1: -> ATE0+CMEE=1
2010-03-29 18:25:55,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:55,7, GSM1: <- OK
2010-03-29 18:25:55,7, GSM1: -> AT+CSQ
2010-03-29 18:25:55,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:56,7, GSM1: <- +CSQ: 20,99 OK
2010-03-29 18:25:56,6, GSM1: Checking if Modem is registered to the network
2010-03-29 18:25:56,7, GSM1: -> AT+CREG?
2010-03-29 18:25:56,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:56,7, GSM1: <- +CREG: 0,1 OK
2010-03-29 18:25:56,6, GSM1: Modem is registered to the network
2010-03-29 18:25:56,6, GSM1: Selecting PDU mode
2010-03-29 18:25:56,7, GSM1: -> AT+CMGF=0
2010-03-29 18:25:56,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:57,7, GSM1: <- OK
2010-03-29 18:25:57,7, GSM1: -> AT+CMGS=154
2010-03-29 18:25:57,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:25:57,7, GSM1: <- >
2010-03-29 18:25:57,7, GSM1: -> 0051000B918079586405F90000FFA00500033602019C4F6A5107A2A2D37310BD8CA783D2735058FCAED341E3B77B1CA697DD617A990C6A97E7F3F0B93C6781C27350D80D2AE3C36D38BBEC0221DFF7B2BD2C6781EE693A1A346D4EA9EF377B0E9A81F2EF3A88FC06B9DF74103A6C2F83E86FD0382C2F83C2E2779D0E1ABFDDE330BDEC0ED3D36F3708D5AEB3E96978584E07B5CBF379F85C9EA740^Z
2010-03-29 18:25:58,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:26:06,7, GSM1: <- +CMGS: 0 OK
2010-03-29 18:26:06,5, GSM1: SMS sent (part 1/2), Message_id: 0, To: 08978546509, sending time 12 sec.
2010-03-29 18:26:06,6, GSM1: Sending SMS (part 2/2) from to 08978546509
2010-03-29 18:26:06,6, GSM1: Checking if Modem is registered to the network
2010-03-29 18:26:06,7, GSM1: -> AT+CREG?
2010-03-29 18:26:06,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:26:06,7, GSM1: <- +CREG: 0,1 OK
2010-03-29 18:26:06,6, GSM1: Modem is registered to the network
2010-03-29 18:26:06,7, GSM1: -> AT+CMGS=139
2010-03-29 18:26:06,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:26:07,7, GSM1: <- >
2010-03-29 18:26:07,7, GSM1: -> 0051000B918079586405F90000FF8E050003360202EEE834BB0CAACFD3EE33685EA6D3D3EEF31C14AED3DF73383B4D07F5403390F92D07BDEBF4F33BED3E83DAE5F93C7C2ECF416137199476D3CB7277981D19BFDBE2B4BB0CEA81F2E53908647ECB4169F7F8DD4EBBCFA076793E0F9FCB7317888A2ECFCBA0B0BC0C2297CDE13A9B0EB287D9F5F2DC055200^Z
2010-03-29 18:26:08,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:26:13,7, GSM1: <- +CMGS: 0 OK
2010-03-29 18:26:13,5, GSM1: SMS sent (part 2/2), Message_id: 0, To: 08978546509, sending time 7 sec.
2010-03-29 18:26:13,7, GSM1: Running eventhandler: /usr/src/smstools3/scripts/forwardsms2 SENT /var/spool/sms/checked/1 0
2010-03-29 18:26:13,7, GSM1: Done: eventhandler, execution time 0 sec., status: 0 (0)
2010-03-29 18:26:13,6, GSM1: Deleted file /var/spool/sms/checked/1
2010-03-29 18:26:13,6, GSM1: Checking device for incoming SMS
2010-03-29 18:26:13,6, GSM1: Checking memory size
2010-03-29 18:26:13,7, GSM1: -> AT+CMGL=0
2010-03-29 18:26:13,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:26:17,7, GSM1: <- OK
2010-03-29 18:26:17,6, GSM1: Used memory is 0
2010-03-29 18:26:17,6, GSM1: No SMS received
2010-03-29 18:26:17,6, GSM1: Checking device for incoming SMS
2010-03-29 18:26:17,6, GSM1: Checking memory size
2010-03-29 18:26:17,7, GSM1: -> AT+CMGL=0
2010-03-29 18:26:17,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:26:22,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 1.
2010-03-29 18:26:22,7, GSM1: <-
2010-03-29 18:26:22,6, GSM1: Used memory is 0
2010-03-29 18:26:22,6, GSM1: No SMS received
2010-03-29 18:26:32,6, GSM1: Checking device for incoming SMS
2010-03-29 18:26:32,6, GSM1: Checking if modem is ready
2010-03-29 18:26:32,7, GSM1: -> AT
2010-03-29 18:26:32,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:26:37,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 2.
2010-03-29 18:26:37,7, GSM1: <-
2010-03-29 18:26:37,7, GSM1: -> ^Z
2010-03-29 18:26:37,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:26:42,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 3.
2010-03-29 18:26:42,7, GSM1: <-
2010-03-29 18:26:43,7, GSM1: -> AT
2010-03-29 18:26:43,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:26:48,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 4.
2010-03-29 18:26:48,7, GSM1: <-
2010-03-29 18:26:48,7, GSM1: -> ^Z
2010-03-29 18:26:48,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:26:53,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 5.
2010-03-29 18:26:53,7, GSM1: <-
2010-03-29 18:26:53,7, GSM1: -> AT
2010-03-29 18:26:53,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:26:58,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 6.
2010-03-29 18:26:58,7, GSM1: <-
2010-03-29 18:26:58,7, GSM1: -> ^Z
2010-03-29 18:26:58,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:27:03,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 7.
2010-03-29 18:27:03,7, GSM1: <-
2010-03-29 18:27:04,7, GSM1: -> AT
2010-03-29 18:27:04,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:27:09,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 8.
2010-03-29 18:27:09,7, GSM1: <-
2010-03-29 18:27:09,7, GSM1: -> ^Z
2010-03-29 18:27:09,7, GSM1: Command is sent, waiting for the answer. 9.
2010-03-29 18:27:14,7, GSM1: <-
2010-03-29 18:27:14,7, GSM1: -> AT
2010-03-29 18:27:14,7, GSM1: Command is sent, waiting for the answer
2010-03-29 18:27:19,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 10.
|
Mon Mar 29, 2010 10:08
|
alfinsi: thanks keke :)
let smstools3 efflorescent step by step
|
Sun Mar 28, 2010 09:11
|
alfinsi: sorry ask again :)
How to keep msg in memory phone? in some projects maybe need this. Because value in check_memory_method that support cmgl (3, 4, 31, 41, 5) are deleted message after it is read.
|
Sun Mar 28, 2010 06:20
|
alfinsi: Yes that truth, the next/2nd part of msg never come. i don't know why sms3 can't..??? but when i use FMA (floats mobile agent) there is no prolem and can receive correctly.
And I was try to send a long message from server to handset, there is no problem. Handset can receive correctly, full msg in handset with long sms support, and 2 part msg in handset with short sms support.
|
Tue Mar 23, 2010 16:53
|
alfinsi: Operating system name and version: WinXP SP2
Version of smsd: 3.1.7 beta
Smsd installed from: sources
Name and model of a modem / phone: SE M600i
Interface: USB
I was read this:
However, with SMSTools 3 you do not have to care about concatenation (multipart messages) while using settings autosplit = 3 for outgoing messages and internal_combine = yes for incoming messages. These are default values.
And my conf still default.
devices = GSM1
#logfile = /var/log/smsd.log
logfile = 1
loglevel = 7
[GSM1]
#device = /dev/ttyS0
device = /dev/com3
#pin = 1111
incoming = yes
cmgl_value = 0
check_memory_method = 31
eventhandler = /usr/src/smstools3/scripts/forwardsms1
this is my incoming file when receive long message:
05 00 03 00 02 01 0891269846040000F1440C91269887455690000001303222420482A00500030002019C4F6A5107A2A2D37310BD8CA783D2735058FCAED341E3B77B1CA697DD617A990C6A97E7F3F0B93C6781C27350D80D2AE3C36D38BBEC0221DFF7B2BD2C6781EE693A1A346D4EA9EF377B0E9A81F2EF3A88FC06B9DF74103A6C2F83E86FD0382C2F83C2E2779D0E1ABFDDE330BDEC0ED3D36F3708D5AEB3E96978584E07B5CBF379F85C9EA740
05 00 03 00 02 01 07912658050000F0440D91265817283331F7000001303222955082A00500030002019C4F6A5107A2A2D37310BD8CA783D2735058FCAED341E3B77B1CA697DD617A990C6A97E7F3F0B93C6781C27350D80D2AE3C36D38BBEC0221DFF7B2BD2C6781EE693A1A346D4EA9EF377B0E9A81F2EF3A88FC06B9DF74103A6C2F83E86FD0382C2F83C2E2779D0E1ABFDDE330BDEC0ED3D36F3708D5AEB3E96978584E07B5CBF379F85C9EA740
is there clue..? thanks :)
|
Thu Mar 18, 2010 11:43
|
alfinsi: that works... thanks keke :)
i adds check_memory_method = 31 and cmgl_value = 0 for control incoming msg that only new msg are copied.
this is my smsd.conf :
devices = GSM1
#logfile = /var/log/smsd.log
logfile = 1
loglevel = 7
[GSM1]
#device = /dev/ttyS0
device = /dev/com3
incoming = yes
cmgl_value = 0
check_memory_method = 31
#pin = 1111
|
Wed Mar 17, 2010 02:30
|
alfinsi: Operating system name and version: WinXP SP2
Version of smsd: 3.1.6
Smsd installed from: sources
Name and model of a modem / phone: SE M600i
Interface: USB
SE M600i cannot receive messages there is error like this:
2010-03-17 08:51:54,2, smsd: Smsd v3.1.6 started.
2010-03-17 08:51:54,2, smsd: Running as mybiz:None.
2010-03-17 08:51:54,7, smsd: Running startup_check (shell): /tmp/smsd_script.o1KgxN /tmp/smsd_data.kGBGgf
2010-03-17 08:51:54,7, smsd: Done: startup_check (shell), execution time 0 sec., status: 0 (0)
2010-03-17 08:51:54,4, smsd: File mode creation mask: 022 (0644, rw-r--r--).
2010-03-17 08:51:54,2, smsd: Running in terminal mode.
2010-03-17 08:51:54,5, smsd: Outgoing file checker has started. PID: 2264.
2010-03-17 08:51:54,5, GSM1: Modem handler 0 has started. PID: 808.
2010-03-17 08:51:55,5, GSM1: Using check_memory_method 1: CPMS is used.
2010-03-17 08:51:55,6, GSM1: Checking device for incoming SMS
2010-03-17 08:51:55,6, GSM1: Checking if modem is ready
2010-03-17 08:51:55,7, GSM1: -> AT
2010-03-17 08:51:55,7, GSM1: Command is sent, waiting for the answer
2010-03-17 08:51:55,7, GSM1: <- AT OK
2010-03-17 08:51:55,6, GSM1: Checking if modem needs PIN
2010-03-17 08:51:55,7, GSM1: -> AT+CPIN?
2010-03-17 08:51:55,7, GSM1: Command is sent, waiting for the answer
2010-03-17 08:51:56,7, GSM1: <- AT+CPIN? +CPIN: READY OK
2010-03-17 08:51:56,7, GSM1: -> AT+CSQ
2010-03-17 08:51:56,7, GSM1: Command is sent, waiting for the answer
2010-03-17 08:51:56,7, GSM1: <- AT+CSQ +CSQ: 17,99 OK
2010-03-17 08:51:56,6, GSM1: Checking if Modem is registered to the network
2010-03-17 08:51:56,7, GSM1: -> AT+CREG?
2010-03-17 08:51:56,7, GSM1: Command is sent, waiting for the answer
2010-03-17 08:51:57,7, GSM1: <- AT+CREG? +CREG: 0,1 OK
2010-03-17 08:51:57,6, GSM1: Modem is registered to the network
2010-03-17 08:51:57,6, GSM1: Selecting PDU mode
2010-03-17 08:51:57,7, GSM1: -> AT+CMGF=0
2010-03-17 08:51:57,7, GSM1: Command is sent, waiting for the answer
2010-03-17 08:51:57,7, GSM1: <- AT+CMGF=0 OK
2010-03-17 08:51:58,7, GSM1: -> AT+CIMI
2010-03-17 08:51:58,7, GSM1: Command is sent, waiting for the answer
2010-03-17 08:51:58,7, GSM1: <- AT+CIMI 510890914943639 OK
2010-03-17 08:51:58,7, GSM1: -> AT+CGSN
2010-03-17 08:51:58,7, GSM1: Command is sent, waiting for the answer
2010-03-17 08:51:59,7, GSM1: <- AT+CGSN 359315001779957 OK
2010-03-17 08:51:59,5, GSM1: CGSN: 359315001779957
2010-03-17 08:51:59,5, GSM1: IMSI: 510890914943639
2010-03-17 08:51:59,6, GSM1: Checking if reading of messages is supported
2010-03-17 08:51:59,7, GSM1: -> AT+CPMS?
2010-03-17 08:51:59,7, GSM1: Command is sent, waiting for the answer
2010-03-17 08:51:59,7, GSM1: <- AT+CPMS? +CPMS: "ME",1,512,"ME",1,512,"ME",1,512 OK
2010-03-17 08:51:59,6, GSM1: Checking memory size
2010-03-17 08:51:59,7, GSM1: -> AT+CPMS?
2010-03-17 08:51:59,7, GSM1: Command is sent, waiting for the answer
2010-03-17 08:52:00,7, GSM1: <- AT+CPMS? +CPMS: "ME",1,512,"ME",1,512,"ME",1,512 OK
2010-03-17 08:52:00,6, GSM1: Used memory is 1 of 512
2010-03-17 08:52:00,6, GSM1: Trying to get stored message 1
2010-03-17 08:52:00,7, GSM1: -> AT+CMGR=1
2010-03-17 08:52:00,7, GSM1: Command is sent, waiting for the answer
2010-03-17 08:52:00,7, GSM1: <- AT+CMGR=1 +CMS ERROR: 500 (Unknown error)
2010-03-17 08:52:00,6, GSM1: Trying to get stored message 2
2010-03-17 08:52:01,7, GSM1: -> AT+CMGR=2
2010-03-17 08:52:01,7, GSM1: Command is sent, waiting for the answer
2010-03-17 08:52:01,7, GSM1: <- AT+CMGR=2 +CMS ERROR: 500 (Unknown error)
2010-03-17 08:52:01,6, GSM1: Trying to get stored message 3
2010-03-17 08:52:01,7, GSM1: -> AT+CMGR=3
2010-03-17 08:52:01,7, GSM1: Command is sent, waiting for the answer
2010-03-17 08:52:02,7, GSM1: <- AT+CMGR=3 +CMS ERROR: 500 (Unknown error)
2010-03-17 08:52:02,6, GSM1: Trying to get stored message 4
2010-03-17 08:52:02,7, GSM1: -> AT+CMGR=4
2010-03-17 08:52:02,7, GSM1: Command is sent, waiting for the answer
2010-03-17 08:52:02,7, GSM1: <- AT+CMGR=4 +CMS ERROR: 500 (Unknown error)
I was read from FAQ that some SE with SymbianOS cannot received msg. So I try other way with send cmd at+cmgl work and can list some messages, but i don't know how to convert PDU to text.
Any Idea, please help. Thanks :)
-alfin-
|
Wed Mar 10, 2010 17:28
|
alfinsi: yesss... thanks a lot keke, u r brilliant :)
|
Tue Mar 09, 2010 02:14
|
alfinsi: thanks, very quick reply :)
I want to run my script of ATcmd not in periodic with some interval, but when needed. For example when even button click.
what i have to do ?
|
Mon Mar 08, 2010 05:06
|
alfinsi: Operating system name and version: WinXP SP2
Version of smsd: 3.1.6
Smsd installed from: sources
Name and model of a modem / phone: SE M600i
Interface: USB
how to run some ATcmd like AT+CUSD=1,"*111*1#",0; not in config file or cmdLine?
but in external application program (with java, php, or others).
Is there an API ?
thanks,
-alfin-
|
Page: 1
Time in this board is UTC.
|
|
|
 |
|
 |
|