Click here to Skip to main content
15,887,355 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am writing a software that will get serial numbers from users and then validate it and finally give a number back to the users.

I want to use a voice dial up modem to answer the users and get the serial by pressing the phone numbers using tone pulses.

I am doing this in C#. It works on the website but I don't know how to read serial from the modem.
Posted
Updated 1-Aug-10 1:40am
v2

1 solution

You need to look at TAPI - Telephony API. It includes things like reading DTMF tones from a suitable modem. Google TAPI 3 (if you're using C#) or TAPI 2 for C/C++.
 
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