HI.........
i want to know how the AT command communicate withthe mobile.
The implementation side u see.........
how it talks to the mobile...and how mobile understands it & executes it.
so as u say....display annot be read using At command.Thanx for the i/p.
There are applicatuions which can capture LCD display of mobile phones .How r they implemented?any idea?
Main Topics
Browse All Topics





by: _nn_Posted on 2003-09-29 at 04:59:45ID: 9450642
>> I want to write an application which will run on my PC and communicate to a mobile phone using AT commands.
>> Can this be made generic?
Yes.
>> So how exactly is the design?
GSM AT commands normally follow this guidelines :
Test command
AT+CXXX=? The mobile equipment returns the list of parameters and value ranges set with the corresponding Write command or by internal processes.
Read command
AT+CXXX? This command returns the currently set value of the parameter or parameters
Write command
AT+CXXX=<...> This command sets user-definable parameter values.
So, you should just need to test if the command is available before using it, that's all.
>> Moreover can cell phone display be captured using AT commands
As far as I know, no.
>> and checksum comparison done?
I don't understand, please be more specific, what are you talking about ?