Modem log file

G

Guest

I have a program that dial to a modem and and connect to it with a serial
port and at command (VS2005 .NET 2.0).
How do i enable TAPI communication in my progrem in order to log information
to the Modemlog.txt file.
 
D

Dick Grier

Hi,

TAPI is not supported in the .NET Framework. You would have to P/Invoke
(Platform Invoke) the underlying TAPI APIs.

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top