home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / sci / electron / 18544 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.6 KB

  1. Path: sparky!uunet!pipex!warwick!uknet!mcsun!sunic!chalmers.se!etek.chalmers.se!fy.chalmers.se!f92anha
  2. From: f92anha@fy.chalmers.se (Anders Hammarqvist)
  3. Newsgroups: sci.electronics
  4. Subject: Re: Autodialer
  5. Summary: modem dialing
  6. Keywords: modem
  7. Message-ID: <1992Nov8.142314.21736@fy.chalmers.se>
  8. Date: 8 Nov 92 14:23:14 GMT
  9. References: <1992Nov6.010038.3104@msdrl.com> <1992Nov6.160857.16550@unislc.uucp>
  10. Organization: Chalmers University of Technology
  11. Lines: 24
  12.  
  13. In article <1992Nov6.160857.16550@unislc.uucp>
  14. mgc@unislc.uucp (Marc Christensen) writes:
  15. >Jim Karkanias (karkan@msdrl.com) wrote:
  16. >: Does anyone know of a public domain or shareware program that would let me
  17. >: assemble an arbitrary string of characters (representing those keys on a
  18. >: telephone) and send them to a modem?  I'd like to be able to programatically
  19. >: control a remote process; this process uses the phone as an interface...
  20. >: 
  21. >The problemI ran into and you probably will to was ...
  22. >the modems all expect a dial-tone before they will dial. No tone No Dial.
  23. >If the device "Answers" the phone then you will need to find a way around it.
  24. >Do the regular/Leased line switches on a modem disable this feature?
  25.  
  26. On most modems sending ATX3 will disable dialtone checking.
  27.  
  28. >Making the modem dial is simple you need to send ATDT1234567890*# out the
  29. >serial port for a standard hayes modem. some brands will also handle A,B,C,D
  30. >codes like in a 12 digit pad.
  31.  
  32. Also, adding a ; at the end of the ATDT123 will put the modem back into
  33. command mode so that you can send another ATDT123 sequence without having
  34. to hang up.
  35.  
  36. Anders Hammarquist
  37.