Modem log file

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
Back
Top