Subject: Re: PPP woes; won't dial.
To: Matthew" , "port-mac68k <port-mac68k@netbsd.org>
From: Bob Nestor <rnestor@augustmail.com>
List: port-mac68k
Date: 10/12/2001 18:07:34
On 10/12/01 4:53 PM, Matthew (mtheobalds@mac.com) wrote:

>On Friday, October 12, 2001, at 10:42  pm, Paul Goyette wrote:
>
>> Try putting an ATE0 in your chat script - looks like the modem
>> echoed your dial command when you were expecting the CONNECT
>> string.
>
>Okie dokie.
>
>Where specifically would I put this in the file?
>
>ATZ OK ATE0 ATDT0-844-040-2001 CONNECT
>
>Like that?

Most likely  "ATZ OK ATE0 OK ATDT0-844-040-2001 CONNECT"

The "script" is written as a command-response pair.  You send a command 
and expect to see the response before sending the next command.  I think 
the man page does a better job of explaining it.

-bob