[android-developers] Communicate with GSM modem

2012-02-23 Thread Tiago Teixeira
Hello, I'm trying to develop an Android application that connect to a GSM modem. I like to know if it's possible to start the connection with the modem (over GSM) and send text commands to the modem and listen for it's response. Thanks in advanced. -- You received this message because you are

[android-developers] Re: Communicate with GSM modem

2012-02-24 Thread Tiago Teixeira
on the Android RIL (Radio Interface Layer) if you want tocommunicatedirectly with themodem(e.g. send AT commands). But if all you want to do is send and receive SMS, you can do that using the SmsManager class. e.g.http://mobiforge.com/developing/story/sms-messaging-android On Feb 22, 12:08 pm, Tiago

[android-developers] Re: Communicate with GSM modem

2012-02-27 Thread Tiago Teixeira
, as this list is for developing applications with the Android SDK. kris On Fri, Feb 24, 2012 at 3:37 AM, Tiago Teixeira teiti...@gmail.com wrote: Thanks for your answer. But what I'm trying to do is tocommunicatewith themodem, send text commands to it over aGSMcall and receive the response