Click here to Skip to main content
15,902,299 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Ok, so the short version is I'm trying to develop a simple application that will allow me to type telephone numbers into a text box, seperated by a comma, then click a button to dial the first number. When someone answers, click another button to play a .wav file for them. There's a total of 3 .wav files. When I'm done, click a button to disconnect the call, then click the first button all over again to dial the next number.

I'm running into a problem finding information on how to gain access to the modem through c#, and how to make it do something like this. I'm actually having problems deciphering where I need to start studying in order to get the proper information together to gain access to the modem in the first place. Can someone point me in the right direction, preferable towards a SIMPLE to follow tutorial of some sort. Or provide me some example code to show me how to access the modem and send it commands for what to dial, disconnect, etc.

I'm completely lost here, and need a place to start. Thanks in advance for any help you may be able to give.

Mike
Posted

1 solution

A modem is a generally a comm port. Get a good serial port library.
Modems use the AT command set to control them. Google it.
I have no idea about sending the wave file out the modem.
 
Share this answer
 

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