modem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a program in VS2005 that dialing to a given phone number through modem
and connect to another modem. I am using the serial port and dialing with
atdt command.
How can i write the connection details to the modemlog.txt file?
I am opening the log file and the file is empty.
 
Whoever wrote the program should be able to tell you.

If it was you who wrote it, give us some details about how it writes to the
log.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist

Big thicks are made up of lots of little thins.
 
Hi,

Modemlog.txt is updated only by TAPI dialing commands. Since I presume that
you are not using TAPI, if you want to update it, you would have to do so
manually. TAPI support is not part of the .NET framework.

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