home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / sci / electron / 18458 < prev    next >
Encoding:
Text File  |  1992-11-07  |  1.1 KB  |  29 lines

  1. Newsgroups: sci.electronics
  2. Path: sparky!uunet!unislc!mgc
  3. From: mgc@unislc.uucp (Marc Christensen)
  4. Subject: Re: Autodialer
  5. X-Newsreader: TIN [version 1.1 PL6]
  6. References: <1992Nov6.010038.3104@msdrl.com>
  7. Message-ID: <1992Nov6.160857.16550@unislc.uucp>
  8. Organization: Unisys Corporation SLC
  9. Date: Fri, 6 Nov 1992 16:08:57 GMT
  10. Lines: 17
  11.  
  12. Jim Karkanias (karkan@msdrl.com) wrote:
  13. : Does anyone know of a public domain or shareware program that would let me
  14. : assemble an arbitrary string of characters (representing those keys on a
  15. : telephone) and send them to a modem?  I'd like to be able to programatically
  16. : control a remote process; this process uses the phone as an interface...
  17. The problemI ran into and you probably will to was ...
  18. the modems all expect a dial-tone before they will dial. No tone No Dial.
  19. If the device "Answers" the phone then you will need to find a way around it.
  20. Do the regular/Leased line switches on a modem disable this feature?
  21.  
  22. Making the modem dial is simple you need to send ATDT1234567890*# out the
  23. serial port for a standard hayes modem. some brands will also handle A,B,C,D
  24. codes like in a 12 digit pad.
  25.  
  26. Marc Christensen
  27.  
  28.