How to read the gsm modem messages in objective c?

1.8k Views Asked by At

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.

2

There are 2 best solutions below

2
On BEST ANSWER

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.

0
On

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...