View Full Version : Talking to your Mobile from a PPC ???
mjhamson
04-04-2003, 08:40 AM
I want to write an app that talks to my mobile phone (a T68 in this case). But I have not been able to find the API's that I need to do so. I understand and have no problem in working with the connection, I just need to know how to get to things like the phone book and calendar.
If anyone has any pointers, I would really appreciate it.
mpattman
04-04-2003, 02:24 PM
Hi,
My guess would be that you would need to talk to the T68 through a Serial port using AT commands to retreive and set the Phonebook entries and calendar entries.
AT+CPBR, AT+CPBF, etc
(look at ETSI GSM 07.07 Spec)
The calendar at commands may be ericsson commands but I am sure that they are available (I think that AT* lists all AT commands supported)
Hope that this helps.
EvilOne
04-04-2003, 03:44 PM
Here is an example program that someone wrote that talks to phones. It even works with the T68. the example is done in C++ using MFC. Within the article there are also links to sites that can tell you what AT commands do what.
http://www.codeproject.com/ce/IrdaMobile.asp
vBulletin® v3.8.9, Copyright ©2000-2019, vBulletin Solutions, Inc.