[EMAIL PROTECTED] wrote:

> I think (?) the modem needed the CR to kick it in the butt.

I would expect the modem to be a little confused when you start up; I
would always put a line using the "-" to specify a retry in the chat
script.

ABORT           '\nBUSY\r'
ABORT           '\nNO ANSWER\r'
ABORT           '\nRINGING\r\n\r\nRINGING\r'
TIMEOUT         3
''              \rAT
'OK-+++\c-OK'   ATH0

Since you may have to retry, you should not use a "useful" command (like
your "AT&F1M3" at that point - use just "AT" as above to establish that
the modem is talking, then start issuing commands. Although the extra \n
in your modified script will often wake up the modem, you are still open
to the potential that your modem config. command will not be executed,
as the retry sends only a carriage return.

--
Nick Phillips ([EMAIL PROTECTED])

-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to