|
|
1.1 root 1: : /usr/bin/modeminit 9/7/90
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: DEV=/dev/modem
6: BAUD=9600
7: sleep 2 >$DEV&
8: stty $BAUD >$DEV
9: cat >$DEV <<\!
10: AT E0 S0=1
11: !
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.