Link to home
Start Free TrialLog in
Avatar of kplonk
kplonk

asked on

Reading the modem log

What i am tryiong to do i write a program that will display the infomation that my modem send to the modem log file onto the screen in real time, i want to use vb for this, can the winsocks controle be used, if so how
Avatar of jhance
jhance

I don't see how the WINSOCK control would enter into this picture.  Just open the file and read the data.  Then display it on your screen.
Avatar of kplonk

ASKER

could do but not in real time, as a line of data is writen to the file i want to intercept this and echo it to the screen, sorry was not clear
You must hook WriteFile Api of modem driver.
This is only way, that I know.
Avatar of kplonk

ASKER

i see could you explain it to me a bit more, thanks
ASKER CERTIFIED SOLUTION
Avatar of AlexVirochovsky
AlexVirochovsky

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
kplonk:

I'm sure you've overlooked this question. Can you provide some feedback here?

thanks!
amp
community support moderator