I'm trying to get CellID using AT commands, but I dont get any response from the modem, mine code looks like below, I send AT+CCED command, but never get any response.
HANDLE hCom;
char * xpos;
char rsltstr[5];
DWORD returnValue;
DWORD LAC;
DWORD CellId;
int bufpos;
DCB dcb;
COMMTIMEOUTS to;
DWORD nWritten;
DWORD event;
DWORD nRead;
cha...
I am sending SMS by AT commands with GSM mobile phone. I wanna send bulk of message like thousands. I read that by GSM mobile we can send 6-8 sms per minute. But when I send messages then someone are going and someone not. I am getting information from excel file means destination number and message text. Can you tell me why some sms are...
I have an application written in C that reads text messages from a modem using AT commands. A typical AT response from the modem looks like this:
+CMGL: 1,"REC READ","+31612123738",,"08/12/22,11:37:52+04"
The code is currently set up to only retrieve the id from this line, which is the first number, and it does so using the following ...
While discussing how to process AT commands with a colleague,
we discovered that contrary to our belief the command
AT&W (store user profile) is not specified in V.250
(it only specifies ATZ and AT&F, which are related),
leaving us wondering - where is it specified then?
Update: Yes, we expected the command to have its origin in the
Hay...
hai guys
Can any one help me to send and receive sms using AT command in python application
Os: fedora 8
which phone will be better with linux(nokia,sony ericson,samsung,.....)?
In that which all phone will support send /receive sms using AT command?
...
hai guyz,
how can i send AT-command through bluetooth from a python application?
OS:fedora 8
Any one please healp me with the code?
which package i need to import?
from where can i download it?
...
How can I check whether keypad of my mobile phone is locked or not using
AT+CLCk
command.
I am using Sony Ericsson k750i which supports this command
Thanks in advance
...
Is there a class for AT communication with devices? Like a class which encapsulates AT commands into a .NET interface?
It needs to be also able to parse AT responses such as Network Lists.
Example : +COPS=? returns a list of carriers and it would take some pretty complex regex to actually parse it. Instead of writing my own lib I want ...
i have this super manual:
http://www.arib.or.jp/IMT-2000/V710Dec08/5_Appendix/R99/27/27005-320.pdf
i dont understand whether it is for every phone or just a certain subset
i would like to know what i need to get started to have my computer speak to the phone
i am ready to write in c#, c++, or what ever they need
has anyone had exper...
Howdy overflowers!
I'm a bit stuck investigating the how-to's of sending operator commands (dont know the correct technical term) using my GSM modem, in order to get an "alert" type message response from my network operator. Response characteristics are of course operator+command specific, but I figure they're used in similar ways regard...
On Windows XP I'm trying to add a job like this:
at 17:07 /every:s dir
I expect dir to be executed every Saturday at 17:07, however I don't see anything happens in the command line window.
Here is the log:
D:\temp>at 17:07 /every:s dir
Added a new job with job ID = 1
D:\temp>time/t
05:06 PM
D:\temp>date/t
Sat 10/02/2010
D:\temp>...