Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I call a particular number automatically through controller and gsm modem?
Posted
Updated 8-Aug-11 1:26am
v2
Comments
LittleYellowBird 8-Aug-11 7:27am    
Hi, I have removed the Urgent title from your question as it will not help, your question is not urgent to others and demanding help only annoys. :)

Use a serial port to communicate with the GSM modem and then use AT commands to dial.
See Using Basic AT Modem Commands[^].

The problem will be to get the speech/voice to the use. You have to use mic and speakers.
 
Share this answer
 
v2
This is hardware specific... what does your GSM modem support? As Kim stated, AT commands are a common way to communicate via serial port to a GSM modem, but its really up to manufacturers what kind of interface they will provide.

So find a modem that you like, look at its specifications, and design your system around that.

Here's a GSM AT command guide:
http://www.arcelect.com/GSM%20Developer%20Guide%20-%20GSM%20AT%20Commands%20-%20Rev%20%20A.pdf[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900