Link to home
Start Free TrialLog in
Avatar of jjrr007
jjrr007

asked on

Hyperterminal Command

Hello,

I need the Hyperterminal ATI commands to wait for an answer after dialing a number.  I need this command for a Visual Basic Dialer program that uses the ATI commands (that can be run in Hyperterminal).  Please do not paste a link here, but provide the actual command.  I have a lot of webpage llinks that I am reviewing right now.

Thank you
Avatar of Computron
Computron

It usually does wait. If the device you are calling doesn't pickup, the modem could timeout. See the other post I answered for you for a detailed explanation. If you could provide more detail, i'd be happy to help you in more detail.
Avatar of jjrr007

ASKER

I would like the phone to hang up automatically after 8 rings.  I need the full code that I could use hyperterminal (for dialing waiting for 8 rings, then hang up if 8 rings occur).  Hopefully this can be just one line AT command.  Please just paste the AT command code here.  Thank you.
you'll have to time how long 8 rings takes, then issue an ATH0 to hangup the modem or ATZ to reset
Avatar of jjrr007

ASKER

The thing with that is- what if they pick up the phone.  Then waiting the time for eight rings would not be appropriate because in that case the program would be speaking at that time.

Pleas advise.  
once you get a modem response that says your connected, cancel your code. The modem returns all events
Avatar of jjrr007

ASKER

What is the phrase that will be returned when it is connected?  I can search for that word or phrase and then proceed from there.
ASKER CERTIFIED SOLUTION
Avatar of Computron
Computron

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