Annotation of coherent/c/etc/modemcap, revision 1.1.1.1

1.1       root        1: #
                      2: #       @(#)modemcap    1.0
                      3: #
                      4: #       First attempt at a modem capabilities database.
                      5: #
                      6: #       Capabilities are:
                      7: #
                      8: #       Name    Type    Meaning
                      9: #
                     10: #       as      flag    Numbers are in ASCII, not binary
                     11: #       at      string  Attention string, forces model into command mode
                     12: #                      from online mode
                     13: #       ad      number  Delay after AS
                     14: #       bd      number  Highest online baud rate
                     15: #       bl      number  Alternate lower baud rate
                     16: #       cs      string  Command start string
                     17: #       ce      string  Command end string (required if CS is present)
                     18: #       co      string  String from modem on remote connection at BD baud rate
                     19: #       cl      string  String from modem on remote connection at BL baud rate
                     20: #       di      flag    Modem has a dialer
                     21: #       ds      string  Start dial command string
                     22: #       de      string  End dial command string (required if DS is present)
                     23: #       is      string  Initialization string, resets modem to offline,
                     24: #                      ready to dial
                     25: #       id      number  Delay after IS
                     26: #       hc      flag    Modem hangs up when DTR drops
                     27: #       hu      string  Hangup command
                     28: #       tt      flag    Modem dials touchtone by default (or DS is set
                     29: #                      that way)
                     30: #
                     31: #       All commands, such as DS (dial command) and HU (hang up) will be
                     32: #      prefixed by CS and ended with CE.  If there is a common prefix
                     33: #      and suffix, use this feature. Otherwise, each command will have
                     34: #      to have the entire string built in.
                     35: #
                     36: hy|hayes|Hayes Smartmodem 1200:\
                     37:        :as:at=+++:ad#3:bd#1200:bl#300:cs=AT:ce=\r:co=CONNECT:\
                     38:        :cl=CONNECT:di:ds=DT :de=:is=ATQ0 V1 E1\r:id#2:\
                     39:        :hc:hu=H0 V0 E0 Q1:tt:
                     40: tbfast|Trailblazer:\
                     41:        :as:at=+++:ad#2:bd#9600:bl#9600:cs=AT:ce=\r:co=CONNECT:\
                     42:        :cl=CONNECT:di:ds=E0 Q4 V1 S7=60 S50=255 S51=255 S66=0 S111=30 DT:\
                     43:        :de=:is=AT Q4 V0 E0 S50=0 S111=255\r:id#2:\
                     44:        :hc:hu=H0 V0 E0 Q4:tt:
                     45: xtb2400|Trailblazer:\
                     46:        :as:at=+++:ad#2:bd#2400:bl#2400:cs=AT:ce=\r:co=CONNECT:\
                     47:        :cl=CONNECT:di:ds=E0 Q4 V1 S7=60 S50=3 S51=255 S66=0 S111=30 DT:\
                     48:        :de=:is=AT Q4 V0 E0 S50=0 S111=255\r:id#2:\
                     49:        :hc:hu=H0 V0 E0 Q4:tt:
                     50: av|avatex|Avatex 2400|Hayes Smartmodem clone:\
                     51:        :as:at=+++:ad#6:bd#2400:bl#300:cs=AT:ce=\r:co=CONNECT:\
                     52:        :cl=CONNECT:di:ds=DT :de=:is=ATQ0 V1 E1\r:id#2:\
                     53:        :hc:hu=H0 V0 E0 Q1:tt:
                     54: pr|promodem|Prometheus Promodem 1200:\
                     55:        :as:at=+++:ad#6:bd#1200:bl#300:cs=AT:ce=\r:co=CONNECT:\
                     56:        :cl=CONNECT:di:ds=DT:de=:is=ATQ0V1E1\r:id#2:\
                     57:        :hu=H0V0E0Q1:tt:
                     58: si|mk12|Signalman Mark XII:\
                     59:         :as:at=+++:ad#6:bd#1200:bl#300:cs=AT:ce=\r:co=CONNECT 1200:\
                     60:         :cl=CONNECT:di:ds=DT :de=:is=ATQ0 V1 E1\r:id#2:\
                     61:         :hu=H0 V0 E0 Q1:tt:
                     62: ds|dc300|Radio Shack Direct-Connect 300 Modem:\
                     63:         :bd#300:bl#110:

unix.superglobalmegacorp.com

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