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

  1. Path: sparky!uunet!hela.iti.org!usc!news.aero.org!helfman
  2. From: helfman@aero.org (Robert S. Helfman)
  3. Newsgroups: sci.electronics
  4. Subject: Re: Autodialer
  5. Date: 6 Nov 1992 18:34:53 GMT
  6. Organization: The Aerospace Corporation, El Segundo, CA
  7. Lines: 26
  8. Message-ID: <1dedsdINN217@news.aero.org>
  9. References: <1992Nov6.010038.3104@msdrl.com> <1992Nov6.160857.16550@unislc.uucp>
  10. NNTP-Posting-Host: aerospace.aero.org
  11.  
  12. In article <1992Nov6.160857.16550@unislc.uucp> mgc@unislc.uucp (Marc Christensen) writes:
  13. >Jim Karkanias (karkan@msdrl.com) wrote:
  14. >: Does anyone know of a public domain or shareware program that would let me
  15. >: assemble an arbitrary string of characters (representing those keys on a
  16. >: telephone) and send them to a modem?  I'd like to be able to programatically
  17. >: control a remote process; this process uses the phone as an interface...
  18. >: 
  19. >The problemI ran into and you probably will to was ...
  20. >the modems all expect a dial-tone before they will dial. No tone No Dial.
  21. >If the device "Answers" the phone then you will need to find a way around it.
  22. >Do the regular/Leased line switches on a modem disable this feature?
  23. >
  24. >Making the modem dial is simple you need to send ATDT1234567890*# out the
  25. >serial port for a standard hayes modem. some brands will also handle A,B,C,D
  26. >codes like in a 12 digit pad.
  27.  
  28. According to the Hayes standards, "if the modem is off-hook,
  29. it will neither initially wait nor attempt to detect dial tone
  30. before proceeding." (*) So, take it off-hook with ATH1, then
  31. dial using ATDT..... as described above.
  32.  
  33.  
  34. (*) from page 1-3, Technical Reference for Hayes Modem Users, 32 July 1991,
  35. version 1.0
  36.  
  37. Reprinted here without permission. So sue me.
  38.