home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!uwm.edu!psuvax1!rutgers!modus!mas.sublink.org!Francesco_Munda
- From: Francesco_Munda@mas.sublink.org (Francesco Munda)
- Newsgroups: comp.sys.amiga.datacomm
- Subject: Re: Term won't hang up..
- Message-ID: <Francesco_Munda.00us@mas.sublink.org>
- Date: 28 Aug 92 04:43:39 GMT
- Article-I.D.: mas.Francesco_Munda.00us
- Organization: MangaZone Advanced Services, Rome - ITALY
- Lines: 25
-
- Dear Jyanken,
-
- The exact code sequence to hang up the line with term isn't only "+++ ATH",
- cause this won't let the modem know that you are "calling" it with the
- "+++" escape code. You need to put some sort of a pause between the
- "+++"and the "ATH" command. So term let you pad the string with the "~"
- (tilde) character, which pauses the command flow for exactly half a second.
- Since the modem needs AT LEAST a full second to go off-line (and be able to
- receive and process your commands), you need to reconfigure the hangup
- string:
-
- ~~~+++~~~ATH\r
-
- is the correct syntax.
- The triple "~" before the "+++" sequence are needed cause the modem need at
- least a second of quiet even BEFORE the issuing of the triple "+" code.
-
- Hope this helps,
-
- Regards,
- Francesco.
-
- (Momentarily without a signature...)
-
- -- Via DLG Pro v0.992
-