|
|
1.1 root 1: # /usr/bin/modeminit 9/5/91
2: # Initialize modem, typically called from /etc/rc.
3: # This example initializes a Hayes-compatible modem for echo off, autoanswer.
4: # The sleep is required to keep the desired baud rate for the cat command.
5:
6: DEV=/dev/modem
7: BAUD=2400
8: sleep 2 >$DEV&
9: stty $BAUD >$DEV
10: cat >$DEV <<\!
11: AT E0 V0 Q1 S0=1
12: !
13:
14: # end of /usr/bin/modeminit
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.