Modem
-
I have an app that replies to all AT commands except for ATD7059999999. When I go to HyperTerminal all commands including ATD7059999999 works. I even tried ATDT. What can Hyperterminal be doing that I'm not?
-
I have an app that replies to all AT commands except for ATD7059999999. When I go to HyperTerminal all commands including ATD7059999999 works. I even tried ATDT. What can Hyperterminal be doing that I'm not?
As you are in Canada I believe you need to add the country code of 1 before the area code. Try ATDT1-705-999-9999. Hyperterminal automatically prefixes the code for you.
It’s not because things are difficult that we do not dare, it’s because we do not dare that things are difficult. ~Seneca
-
I have an app that replies to all AT commands except for ATD7059999999. When I go to HyperTerminal all commands including ATD7059999999 works. I even tried ATDT. What can Hyperterminal be doing that I'm not?
on top of what it may do to your phone number itself, HyperTerminal and your code could differ in a couple of ways: 1. the way you and they use the serial port's control lines; 2. the timing; you typing at HT sure works slower than your code possibly working at CPU speeds. :)
Luc Pattyn [My Articles] Nil Volentibus Arduum
The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Please use <PRE> tags for code snippets, they improve readability.
CP Vanity has been updated to V2.3 -
on top of what it may do to your phone number itself, HyperTerminal and your code could differ in a couple of ways: 1. the way you and they use the serial port's control lines; 2. the timing; you typing at HT sure works slower than your code possibly working at CPU speeds. :)
Luc Pattyn [My Articles] Nil Volentibus Arduum
The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Please use <PRE> tags for code snippets, they improve readability.
CP Vanity has been updated to V2.3Circle gets a square! It was all about timing. Thank you!