Home > Archive > Smartphone Developer Forum > March 2006 > How to speak with the GSM Modem (HTC SDA)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to speak with the GSM Modem (HTC SDA)
|
|
|
| Hi,
I have a SDA smartphone from HTC (T-Mobile, OS: WM 2003). I need a GSM
connection (no GPRS) in my visual c++ program.
If I open a serial port and send "AT\r\n", I will get nothing back. I tested
on port COM1 to COM10.
I need a GSM connection from mobile phone to mobile phone and from mobile
phone to ISDN.
How can I start a connections?
Are there library or samples?
Thanks
Tom
| |
|
| Tom wrote:
> I have a SDA smartphone from HTC (T-Mobile, OS: WM 2003). I need a GSM
> connection (no GPRS) in my visual c++ program.
>
> If I open a serial port and send "AT\r\n", I will get nothing back. I tested
> on port COM1 to COM10.
>
>
> I need a GSM connection from mobile phone to mobile phone and from mobile
> phone to ISDN.
>
> How can I start a connections?
>
>
> Are there library or samples?
no, this isn't publicly documented. you need to look into the RIL library.
http://wiki.xda-developers.com/wiki/RIL
riki
----
A great many people think they are thinking when they are merely
rearranging their prejudices.-- William James (1842--1910)
By Night:
ThemeChanger for Smartphone : http://homepages.inspire.net.nz/~gambit/
AbstractStart for Smartphone :
http://homepages.inspire.net.nz/~gambit/AbstractStart/
Latest Betas have WM5 layout and speed dial support
|
|
|
|
|