Miky
Miky

Reputation: 3

How to read the gsm modem messages in objective c?

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.

Upvotes: 0

Views: 1875

Answers (2)

umerh
umerh

Reputation: 160

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.

Upvotes: 1

Tim Van Laer
Tim Van Laer

Reputation: 2534

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

Upvotes: 1

Related Questions