modem

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.
 
K

Kevin Spencer

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.
 
D

Dick Grier

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.
 

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

Similar Threads


Top