topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 3:30 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Looking for modem comm / testing freeware  (Read 4582 times)

AzureToad

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 95
    • View Profile
    • Read more about this member.
    • Donate to Member
Looking for modem comm / testing freeware
« on: July 01, 2009, 01:34 PM »
I need a free / open source program that would let me connect to another computer over a modem.
I use Procomm on my PC, but at client sites, I simply need to test for a good phone connection on their modem.
Client OS is Win2K3 or Win2K8 server.

Google wasn't a lot of help...

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: Looking for modem comm / testing freeware
« Reply #1 on: July 01, 2009, 01:45 PM »
HyperTerminal won't do?  AFAIK, it's on most every version of Windows since the start.  Start --> Run --> hypertrm.exe
« Last Edit: July 01, 2009, 01:47 PM by skwire »

AzureToad

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 95
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: Looking for modem comm / testing freeware
« Reply #2 on: July 01, 2009, 03:03 PM »
Hyperterm is no longer available for Windows 2008 server.

40hz

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 11,857
    • View Profile
    • Donate to Member
Re: Looking for modem comm / testing freeware
« Reply #3 on: July 01, 2009, 03:08 PM »
Open up any terminal application (Hyperterm in Windows or a portable copy of PuTTY), select the modem and issue the following commands followed by a return at the prompt:

Note: you may need to enable LOCAL ECHO in your terminal application to see what you're typing. If you're comfortable typing "blind" then don't worry about it. These commands are short and not case sensitive.

Enter AT (the modem should respond Ok)

Then enter AT V1 (sets modem to respond in verbose mode using words)

Then enter AT L2 (sets the speaker volume to medium loud. You can also enter L1, L2, or L3)

Then enter AT H1 (takes the modem off hook)

If you hear the  dial tone coming from the modem's speaker, your line connection is good


Now you can test your connection to make sure everything is working correctly.

Enter AT H0 (hangs up modem)

Then try dialing out to a known modem number:

Enter ATDT {some phone number} (Example: ATDT 2225551212 - you'll hear it dialing, and it should connect.)

That's all there is to it.

------

If you don't have Hyperterminal on your machine, grab a free copy of PuTTY Portable from this link:

http://portableapps....ernet/putty_portable

If you're doing any kind of tech support you need to have a copy of this great little app. Spend some time getting to know it. It's a very useful tool to have on a USB key.

 :Thmbsup:

« Last Edit: July 01, 2009, 03:16 PM by 40hz »

AzureToad

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 95
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: Looking for modem comm / testing freeware
« Reply #4 on: July 01, 2009, 03:25 PM »
Hmm... Looks like this is the tool I need.
I'll give it a shot, thank you, thank you, thank you!!
 :Thmbsup: