Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Modem Dialing

Status
Not open for further replies.

accountz

Programmer
Jul 15, 2004
3
GB
Is there an api for communicating with modems? I need something like this:
<code>
Modem m getModem();
m.connect();
m.dial("############");
m.disconnect();
</code>
 
Thanks for that. I am about to try the open source XTapi implementation of JTapi. If it works, I will post a last comment here for others to see.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top