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

: /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.
DEV=/dev/modem
BAUD=9600
sleep 2 >$DEV&
stty $BAUD >$DEV
cat >$DEV <<\!
AT E0 S0=1
!

unix.superglobalmegacorp.com

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