Wrong Reading

  • Thread starter Thread starter JD
  • Start date Start date
J

JD

The internet log on speed posted in the lower taskbar is giving the maximum
modem speed instead of a number between 0 - 56kps as it should. Why is this
? .... And how do I reset it to show a proper reading? Your reply is welcome
, Thanks JD
 
You cannot, but you can use Performance counters to show bytes sent and
received
 
You might want to check your modem documentation to see if it defaults to
reporting DTE speed or DCE speed. I had to add W2 to my extra initialization
string so it reports the DCE connection. Also you might need to replace your
INF file with one provided by your modem manufacturer specifically for you
modem instead of using the generic one from Microsoft. The generic driver
did not correctly interpret the results string being returned by my modem.
This two things solved my problem.
 
Back
Top