views:

393

answers:

3

Hello, I need the the cell-id information to display in my iphone app, the app sends AT commands to the modem but...I do not know how to read the modem messages. Please help me.

A: 

I don't know what kind of functionality you need, but this website took me quiet far in sending text messages with the AT command set.

Furthermore you can use the windows hyperterminal (Accessories>Communication) to connect to the specific USB port (mapped on a COM port). With this connection you can send AT commands yourself to the cell phone and see what it returns.

Hope this helps...

Esk
A: 

if you are asking in context of the iPhone, then I don't think you are allowed to do that with the official SDK.

You should look at the source code of the unlock tools by the team because they send AT commands to read data from the iphone modem.

umerh
This is most definitely not permitted in the official SDK. If you try to submit this to the App Store, it will get rejected, certainly.
Jasarien
There is another way to get the cellid?
Miky
A: 

So, you conform that we can't send AT command via an iphone application, because, since Westerday, I have searched a way to send AT command pro-grammatically by iphone application, but i didn't find any answer. Indeed, i like to develop an iphone application that sends at command in order to get information from the GSM network such as the user account.

my AT command looks like :at+cusd=1,"#123#",15

Asrelik