Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top