home *** CD-ROM | disk | FTP | other *** search
- BASIC|Basic setup:\
- :el=^C^S^Q^U^D:ie=%$:oe=^D:
- #
- a9600|cua9600|Dial-out on cua at 9600 baud:\
- :dv=/dev/cua:br#9600:tc=BASIC:
- b9600|cub9600|Dial-out on cub at 9600 baud:\
- :dv=/dev/cub:br#9600:tc=BASIC:
- fa9600|cufa9600|Dial-out on cufa at 9600 baud:\
- :dv=/dev/cufa:br#9600:tc=BASIC:
- fb9600|cufb9600|Dial-out on cufb at 9600 baud:\
- :dv=/dev/cufb:br#9600:tc=BASIC:
- ttya9600|Hardwire on ttya at 9600 baud:\
- :dv=/dev/ttya:br#9600:tc=BASIC:
- ttyb9600|Hardwire on ttyb at 9600 baud:\
- :dv=/dev/ttyb:br#9600:tc=BASIC:
- #
- # General dialer definitions used below
- #
- dial1200|1200 Baud Hayes attributes:\
- :dv=/dev/cua:br#1200:at=hayes:du:
- dial300|300 Hayes attributes:\
- :dv=/dev/cua:br#300:at=hayes:du:
- #
- # UNIX system definitions
- #
- UNIX-1200|1200 Baud dial-out to another UNIX system:\
- :el=^U^C^R^O^D^S^Q@:ie=#%$:oe=^D:tc=dial1200:
- UNIX-300|300 Baud dial-out to another UNIX system:\
- :el=^U^C^R^O^D^S^Q@:ie=#%$:oe=^D:tc=dial300:
- #
- tip0|tip1200:tc=UNIX-1200:
- tip300:tc=UNIX-300:
- cu0|cu300:tc=UNIX-300:
- cu1200:tc=UNIX-1200:
- dialer:dv=/dev/cua:br#1200:
- #--------------------------------------------------------------------
- #The attributes are:
- #
- #dv device to use for the tty
- #el EOL marks (default is NULL)
- #du make a call flag (dial up)
- #pn phone numbers (@ =>'s search phones file; possibly taken from
- # PHONES environment variable)
- #at ACU type (vadic, ventel, hayes, courier)
- #ie input EOF marks (default is NULL)
- #oe output EOF string (default is NULL)
- #cu call unit (default is dv)
- #br baud rate (defaults to 300)
- #fs frame size (default is BUFSIZ) -- used in buffering writes
- # on receive operations
- #tc to continue a capability
-