Thanks for the response! I am a complete NOVICE when it comes to modems. I do know I am able to telnet in via IP and pass the AT commands provided by the modem provider to switch it to dial up mode. I also know that you can hyper terminal into the modem with the phone number and pass the AT commands and it will switch the modem back to IP. I am trying to automate the hyperterminal portion. Any suggestions on the best way to accomplish this?
Main Topics
Browse All Topics





by: routinetPosted on 2009-01-01 at 20:14:11ID: 23277512
Generally speaking, modems don't respond to AT commands received from remote. That's something the local system is responsible for managing. Unless your remote modem is specially designed to allow for this, then your app should be automating the exact procedure you executed manually - telnet in, issue commands, verify response, close. The actual hardware you use will not matter since you only have to deal with the capabilities of your target.