Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!oliveb!pyramid!csg From: csg@pyramid.UUCP (Carl S. Gutekunst) Newsgroups: comp.dcom.modems Subject: Re: Qubie and THE 2400 baud Message-ID: <2438@pyramid.UUCP> Date: Thu, 21-May-87 23:43:02 EDT Article-I.D.: pyramid.2438 Posted: Thu May 21 23:43:02 1987 Date-Received: Sat, 23-May-87 14:27:44 EDT References: <680@bsu-cs.UUCP> Reply-To: csg@pyramid.UUCP (Carl S. Gutekunst) Organization: Pyramid Technology Corp., Mountain View, CA Lines: 21 Summary: Don't put all that in the L.sys file In article <680@bsu-cs.UUCP> dhesi@bsu-cs.UUCP (Rahul Dhesi) writes: >I don't think the right way to talk to a modem is to compile its >responses into code. Writing the modem dialer in C has many advantages over L.sys chat scripts, acucap entries, and Dialers chat scripts: you can parse multiple responses from the modem; you can provide detailed logs of modem failures; call progress monitoring can be supported; timeouts can be finely controlled. The dialers facility in the next release of 4.3BSD UUCP will provide both the equivalent of the HDB dialers scripts, and the ability for binary-only sites to add C-coded dialers. That's the best of all worlds. >Rather than fool around with that I simply put >the responses into my L.sys expect-send scripts. This is usable only if you have a small number of sites in your L.sys file (we have 178, and some sites have over a thousand) and if you only have one modem (we have six, including four incompatible types that could not be dialed from the same expect/send script).