home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / datacomm / 5950 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.2 KB

  1. Path: sparky!uunet!ogicse!uwm.edu!psuvax1!rutgers!modus!mas.sublink.org!Francesco_Munda
  2. From: Francesco_Munda@mas.sublink.org (Francesco Munda)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: Term won't hang up..
  5. Message-ID: <Francesco_Munda.00us@mas.sublink.org>
  6. Date: 28 Aug 92 04:43:39 GMT
  7. Article-I.D.: mas.Francesco_Munda.00us
  8. Organization: MangaZone Advanced Services, Rome - ITALY
  9. Lines: 25
  10.  
  11. Dear Jyanken,
  12.  
  13. The exact code sequence to hang up the line with term isn't only "+++ ATH",
  14. cause this won't let the modem know that you are "calling" it with the
  15. "+++" escape code. You need to put some sort of a pause between the
  16. "+++"and the "ATH" command. So term let you pad the string with the "~"
  17. (tilde) character, which pauses the command flow for exactly half a second.
  18. Since the modem needs AT LEAST a full second to go off-line (and be able to
  19. receive and process your commands), you need to reconfigure the hangup
  20. string:
  21.  
  22. ~~~+++~~~ATH\r
  23.  
  24. is the correct syntax.
  25. The triple "~" before the "+++" sequence are needed cause the modem need at
  26. least a second of quiet even BEFORE the issuing of the triple "+" code.
  27.  
  28. Hope this helps,
  29.  
  30. Regards,
  31. Francesco.
  32.  
  33. (Momentarily without a signature...)
  34.  
  35. -- Via DLG Pro v0.992
  36.