|
|
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
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.