Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbatt!cbosgd!mark From: mark@cbosgd.UUCP (Mark Horton) Newsgroups: net.dcom,net.unix-wizards Subject: Re: Smart Modem Dial Out Database Message-ID: <2268@cbosgd.UUCP> Date: Sat, 5-Jul-86 00:21:40 EDT Article-I.D.: cbosgd.2268 Posted: Sat Jul 5 00:21:40 1986 Date-Received: Sat, 5-Jul-86 09:00:32 EDT References: <802@mit-trillian.MIT.EDU> Organization: AT&T Bell Laboratories, Columbus, Oh Lines: 18 Xref: watmath net.dcom:2019 net.unix-wizards:18726 In article <802@mit-trillian.MIT.EDU> martillo@mit-athena.UUCP (Yakim Martillo) writes: >Has anything like termcap or printcap been developed for smart modem >dial-out and modem-control? Honey DanBer UUCP has such an animal in the /usr/lib/uucp/Dialers file. It's based on the chat script, just like L.sys/Systems file lines. Here's an example: hayes =,-, "" AT\r\c OK\r \EATDT\T\r\c CONNECT This says that the string for pause or dialtone wait (= or -) is comma, and that you dial by saying AT (CR, no NL), wait for OK (CR), turn on echo checking, send ATDT, send the phone number, CR, no NL, then wait for CONNECT. Then the /usr/lib/uucp/Devices file says which ports are hayes dialers. Mark