File:  [MW Coherent from dump] / coherent / f / usr / bin / modeminit
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:40 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

# /usr/bin/modeminit 9/5/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=2400
sleep 2 >$DEV&
stty $BAUD >$DEV
cat >$DEV <<\!
AT E0 V0 Q1 S0=1
!

# end of /usr/bin/modeminit

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.