|
Question : Dialing number on gsm phone programmatically
|
|
Dear All,
I have a gsm phone that I used as modem. I knew that there is a way to send sms dan process received sms from the phone programmaticaly.
I need another functionality i.e. dialing a number from the phone programmaticaly so that I don't have to press the phone keys phyhsically. I want the program to order the gsm phone to dial a number for example #123#.
Can someone help me to find the way? Is there a site explain this?
Thanks a lot in advance.
Regards,
Agus
Note : I use siemens c45 connected through serial com port.
|
Answer : Dialing number on gsm phone programmatically
|
|
Hi,
To dial a number, you have to send an AT command : send ATDT#123# to dial #123#.
|
|
|
|