head     1.2;
branch   ;
access   ;
symbols  ;
locks    ;
comment  @@;


1.2
date     91.08.26.09.22.12;  author bin;  state Exp;
branches ;
next     1.1;

1.1
date     91.02.05.18.20.54;  author bin;  state Exp;
branches ;
next     ;


desc
@310 ship ver pulled from ship disks... script file
@


1.2
log
@chnages by steve
@
text
@# /usr/bin/modeminit 6/28/91
# Initialize modem, typically called from /etc/rc.
# This example initializes a Hayes-compatible modem for echo off, autoanswer.
# The sleep is required to keep the desired baud rate for the cat command.

DEV=/dev/modem
BAUD=9600
sleep 2 >$DEV&
stty $BAUD >$DEV
cat >$DEV <<\!
AT E0 V0 Q1 S0=1
!

# end of /usr/bin/modeminit
@


1.1
log
@Initial revision
@
text
@d1 5
a5 4
: /usr/bin/modeminit 9/7/90
: Initialize modem, typically called from /etc/rc.
: This example initializes a Hayes-compatible modem for echo off, autoanswer.
: The sleep is required to keep the desired baud rate for the cat command.
d11 1
a11 1
AT E0 S0=1
d13 2
@
