home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / mag8demo.zip / MODEMS.TXT < prev    next >
Text File  |  1995-03-01  |  24KB  |  674 lines

  1.  
  2. This document lists some of the popular modem's startup strings and
  3. dip-switch settings. In order, the modems covered here are:
  4.  
  5.     - US Robotics Courier HST "Dual Standard" (v.34 w/ fax)
  6.     - Hayes V-Series (older V42 modems)
  7.     - Multitech 224E(h)
  8.     - Hayes 2400
  9.     - Multitech 9600 baud V.32 modem
  10.     - Intel 14.4
  11.     - Practical Peripherals PM14400FXSA
  12.     - Zoom v.32bis
  13.     - Supra 9600
  14.     - Boca 144
  15.     - Hayes Optima 144
  16.     - Telebit QBlazer
  17.     - US Robotics Sportster
  18.     - Zoom v.32bis
  19.  
  20. Be sure to read the closing notes at the end of this document!!
  21. It explains how to set up most any modem.
  22.  
  23. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  24.  
  25. ===========================================
  26. =                                         =
  27. = US Robotics Courier HST "Dual Standard" =
  28. =                                         =
  29. ===========================================
  30.  
  31.     LARGE switch labeled CTS:  UP
  32.  
  33. The 10 dipswitches next to that large switch are as follows:
  34.  
  35.     Switch#      Setting
  36.  
  37.       1            UP
  38.       2           DOWN
  39.       3           DOWN
  40.       4           DOWN
  41.       5            UP
  42.       6            UP
  43.       7            UP
  44.       8           DOWN
  45.       9           DOWN
  46.      10            UP
  47.  
  48. The following is the configuration parms for the STARTUP.x file:
  49.  
  50. YMODEMG:      N ; Allow Ymodem-G for non error-correcting modems? (Y/N)
  51. VERBOSE_CONNECT: CONNECT
  52. BAUDRATE:    57600 ; 110,150,300,600,1200,2400,4800,9600,19200,38400,57600,1152
  53. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  54. DATABITS:     8 ; 5, 6, 7, or 8
  55. STOPBITS:     1 ; 1, 1.5, or 2
  56. WAITCARRIER:  40 ; 1 to 255 seconds
  57. MODEMRESET:   AT Z ; Usually AT Z
  58. STARTUP1:     AT &F1 M0 &K3 S2=255 S7=40 &W ; Modem Startup Command
  59. STARTUP2:     ; Modem Startup Command
  60. STARTUP3:     ; Modem Startup Command
  61. REINIT:       AT Z ; Modem Reinitialization string
  62. DELAY1:       1000 ; Modem Delay 1
  63. DELAY2:       100 ; Modem Delay 2
  64. DELAY3:       100 ; Modem Delay 3
  65. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  66. ANSWERTYPE:   r ; r=ring detect, a=autoanswer, d=DCD
  67. OPENMODE:     n ; s=shared mode, n=nonshared mode
  68. ANSWERCMD:    ATA ; Modem answer command
  69. ONHOOK:       ATH0 ; Modem command to go onhook (hangup)
  70. OFFHOOK:      ATM0H1 ; Modem command to go offhook
  71. ESC_CMDMODE:  +++ ; Escape Command (enter cmd mode)
  72. ESC_GRDTIME:  700 ; Escape Command Guard Time (ms)
  73. GO_ONLINE:    AT O ; Go back online (leave ESC_CMD)
  74. END_OFFHOOK:  Y ; Place phone offhook at MBBS termination (y=yes,n=no)
  75. ERRORCHECK:   n ; y=error correcting (EC) modem (ie: MNP/ARQ), n=none
  76.  
  77. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  78.  
  79. ==================
  80. =                =
  81. = Hayes V-Series =
  82. =                =
  83. ==================
  84.  
  85. VERBOSE_CONNECT: CARRIER
  86. BAUDRATE:     38400 ; 110,150,300,600,1200,2400,4800,9600, or 19200
  87. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  88. DATABITS:     8 ; 5, 6, 7, or 8
  89. STOPBITS:     1 ; 1, 1.5, or 2
  90. WAITCARRIER:  30 ; 1 to 255 seconds
  91. MODEMRESET:   AT Z0 ; Usually AT Z
  92. STARTUP1:     AT &F ; Modem Startup Command
  93. STARTUP2:     AT E1M1L1Q0V1X4B1N1W1Y1S7=30S0=0S2=255S36=3S37=9 ; Modem Startup Command
  94. STARTUP3:     AT S10=3S38=2&C1&D2&G0&K3&P0&Q5&R1&S1&Y0&W0 ; Modem Startup Command
  95. REINIT:       AT Z0 ; Modem Reinitialization string
  96. DELAY1:       1000 ; Modem Delay 1
  97. DELAY2:       2000 ; Modem Delay 2
  98. DELAY3:       2000 ; Modem Delay 3
  99. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  100. ANSWERTYPE:   r ; r=ring detect, a=autoanswer
  101. OPENMODE:     n ; s=shared mode, n=nonshared mode
  102. ANSWERCMD:    ATA ; Modem answer command
  103. ONHOOK:       ATH0 ; Modem command to go onhook (hangup)
  104. OFFHOOK:      ATH1 ; Modem command to go offhook
  105. ESC_CMDMODE:  +++ ; Escape Command (enter cmd mode)
  106. ESC_GRDTIME:  700 ; Escape Command Guard Time (ms)
  107. GO_ONLINE:    AT O ; Go back online (leave ESC_CMD)
  108. END_OFFHOOK:  N ; Place phone offhook at MBBS termination (y=yes,n=no)
  109.  
  110. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  111.  
  112. =====================
  113. =                   =
  114. = MultiTech 224E(h) =
  115. =                   =
  116. =====================
  117.  
  118. The dip-switch settings for this modem are as follows:
  119.  
  120. The 8-switch block on the bottom of the modem:
  121.  
  122.     Switch#      Setting
  123.  
  124.       1            UP
  125.       2           DOWN
  126.       3           DOWN
  127.       4           DOWN
  128.       5           DOWN
  129.       6            UP
  130.       7            UP
  131.       8           DOWN
  132.  
  133. The 4-switch block on the inside of the modem:
  134.  
  135.     Switch#      Setting
  136.  
  137.       1           DOWN
  138.       2            UP
  139.       3           DOWN
  140.       4           DOWN
  141.  
  142. All jumpers on the inside of the modem (there's 3 of them) should be jumpered
  143. towards the front two pins. The front is the side where the modem lights are.
  144.  
  145. The following is the configuration parameters for your STARTUP.x file:
  146.  
  147. YMODEMG:      N ; Allow Ymodem-G for non error-correcting modems? (Y/N)
  148. BAUDRATE:     9600 ; 110,150,300,600,1200,2400,4800,9600,19200,38400,57600
  149. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  150. DATABITS:     8 ; 5, 6, 7, or 8
  151. STOPBITS:     1 ; 1, 1.5, or 2
  152. WAITCARRIER:  30 ; 1 to 255 seconds
  153. MODEMRESET:   AT Z ; Usually AT Z
  154. STARTUP1:     AT &F ; Modem Startup Command
  155. STARTUP2:     AT E0&E1&E4&E15&Q0V0M0S7=30X1S2=255 ; Modem Startup Command
  156. STARTUP3:     AT S0=0&BS0&B1$SB9600$BA0&W0 ; Modem Startup Command
  157. REINIT:       AT Z ; Modem Reinitialization string
  158. DELAY1:       500 ; Modem Delay 1
  159. DELAY2:       2500 ; Modem Delay 2
  160. DELAY3:       1500 ; Modem Delay 3
  161. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  162. ANSWERTYPE:   r ; r=ring detect, a=autoanswer, d=DCD
  163. OPENMODE:     n ; s=shared mode, n=nonshared mode
  164. ANSWERCMD:    ATA ; Modem answer command
  165. ONHOOK:       ATH0 ; Modem command to go onhook (hangup)
  166. OFFHOOK:      ATH1 ; Modem command to go offhook
  167. ESC_CMDMODE:  +++ ; Escape Command (enter cmd mode)
  168. ESC_GRDTIME:  700 ; Escape Command Guard Time (ms)
  169. GO_ONLINE:    AT O ; Go back online (leave ESC_CMD)
  170. END_OFFHOOK:  N ; Place phone offhook at MBBS termination (y=yes,n=no)
  171. RC_110:        ; Result Code for 110 baud
  172. RC_150:        ; Result Code for 150 baud
  173. RC_300:       1 ; Result Code for 300 baud
  174. RC_600:        ; Result Code for 600 baud
  175. RC_1200:      5 ; Result Code for 1200 baud
  176. RC_2400:      9 ; Result Code for 2400 baud
  177. RC_4800:       ; Result Code for 4800 baud
  178. RC_9600:       ; Result Code for 9600 buad
  179. RC_12000:      ; Result Code for 12000 baud
  180. RC_14400:      ; Result Code for 14400 baud
  181. RC_16800:      ; Result Code for 16800 baud
  182. RC_19200:      ; Result Code for 19200 baud
  183. ERRORCHECK:   y ; y=error correcting (EC) modem (ie: MNP/ARQ), n=none
  184. ERC_110:       ; EC Result Code for 110 baud
  185. ERC_150:       ; EC Result Code for 150 baud
  186. ERC_300:       ; EC Result Code for 300 baud
  187. ERC_600:       ; EC Result Code for 600 baud
  188. ERC_1200:     5R ; EC Result Code for 1200 baud
  189. ERC_2400:     9R ; EC Result Code for 2400 baud
  190. ERC_4800:      ; EC Result Code for 4800 baud
  191. ERC_9600:      ; EC Result Code for 9600 baud
  192. ERC_12000:     ; EC Result Code for 12000 baud
  193. ERC_14400:     ; EC Result Code for 14400 baud
  194. ERC_16800:     ; EC Result Code for 16800 baud
  195. ERC_19200:     ; EC Result Code for 19200 baud
  196.  
  197. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  198.  
  199. ==============
  200. =            =
  201. = Hayes 2400 =
  202. =            =
  203. ==============
  204.  
  205.    VERBOSE_CONNECT: CONNECT
  206.    BAUDRATE:    2400
  207.    PARITY:      n
  208.    DATABITS:    8
  209.    STOPBITS:    1
  210.    WAITCARRIER: 30
  211.    MODEMRESET:
  212.    STARTUP1:    AT &F&W
  213.    STARTUP2:    AT S10=7E0V1M0Q0&C1&D2S0=1&W
  214.    STARTUP3:
  215.    REINIT:
  216.    DELAY1:      1500
  217.    DELAY2:      1500
  218.    DELAY3:      2500
  219.    DTELOCKED:   n
  220.    ANSWERTYPE:  a
  221.    OPENMODE:    n
  222.    ANSWERCMD:   ATA
  223.    ONHOOK:      ATH0
  224.    OFFHOOK:     ATH1
  225.    ESC_CMDMODE: +++
  226.    ESC_GRDTIM:  700
  227.    GO_ONLINE:   AT O
  228.    END_OFFHOOK: N
  229.    ERRORCHECK:  n
  230.  
  231. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  232.  
  233. ==================================
  234. =                                =
  235. = Multitech 9600 baud V.32 modem =
  236. =                                =
  237. ==================================
  238.  
  239.  
  240. The dip-switch settings for this modem are as follows:
  241.  
  242. The 4-switch block:
  243.  
  244.     Switch#      Setting
  245.  
  246.       1           DOWN
  247.       2            UP
  248.       3           DOWN
  249.       4           DOWN
  250.  
  251. The 8-switch block:
  252.  
  253.     Switch#      Setting
  254.  
  255.       1            UP
  256.       2           DOWN
  257.       3           DOWN
  258.       4           DOWN
  259.       5            UP
  260.       6            UP
  261.       7            UP
  262.       8           DOWN
  263.  
  264. Startup Sequences:
  265.  
  266.    BAUDRATE:    19200
  267.    PARITY:      n
  268.    DATABITS:    8
  269.    STOPBITS:    1
  270.    WAITCARRIER: 30
  271.    MODEMRESET:  AT Z
  272.    STARTUP1:    AT &F
  273.    STARTUP2:    AT E0 &E1 &E4 &E15 $SB19200 $BA0 &R1
  274.    STARTUP3:    AT V0 M1 Q0 X1 S0=1 S2=255 S7=30 &W0
  275.    REINIT:      AT Z
  276.    DELAY1:      1000
  277.    DELAY2:      1500
  278.    DELAY3:      1500
  279.    DTELOCKED:   y
  280.    ANSWERTYPE:  a
  281.    OPENMODE:    n
  282.    ANSWERCMD:   ATA
  283.    ONHOOK:      ATH0
  284.    OFFHOOK:     ATH1
  285.    ESC_CMDMODE: +++
  286.    ESC_GRDTIME: 1200
  287.    GO_ONLINE:   AT O
  288.    END_OFFHOOK: N
  289.    RC_110:
  290.    RC_150:
  291.    RC_300:      1
  292.    RC_600:
  293.    RC_1200:     5
  294.    RC_2400:     9
  295.    RC_4800:     11
  296.    RC_9600:     12
  297.    RC_19200:
  298.    ERRORCHECK:  y
  299.    ERC_110:
  300.    ERC_150:
  301.    ERC_300:     1R
  302.    ERC_600:
  303.    ERC_1200:    5R
  304.    ERC_2400:    9R
  305.    ERC_4800:    11R
  306.    ERC_9600:    12R
  307.    ERC_19200:
  308.  
  309. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  310.  
  311. ====================
  312. =                  =
  313. = Intel 14.4 modem =
  314. =                  =
  315. ====================
  316. ;
  317. ;
  318. ; Magnum BBS Config Parms for Intel 14,400 baud Modem
  319. ;
  320. ;
  321. YMODEMG:      Y ; Allow Ymodem-G for non error-correcting modems? (Y/N)
  322. ;
  323. VERBOSE_CONNECT: CONNECT ; Usually CONNECT or CARRIER
  324. ;
  325. BAUDRATE:     38400 ; 110,150,300,600,1200,2400,4800,9600,19200,38400
  326. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  327. DATABITS:     8 ; 5, 6, 7, or 8
  328. STOPBITS:     1 ; 1, 1.5, or 2
  329. WAITCARRIER:  30 ; 1 to 255 seconds
  330. MODEMRESET:   AT Z ; Usually AT Z
  331. STARTUP1:     AT Z ; Modem Startup Command
  332. STARTUP2:     AT E0&Q0V1M1Q0S7=30X1L0 ; Modem Startup Command
  333. STARTUP3:     AT S0=1S2=255&R1&C1&W0 ; Modem Startup Command
  334. REINIT:       AT Z ; Modem Reinitialization string
  335. DELAY1:       1200 ; Modem Delay 1
  336. DELAY2:       1200 ; Modem Delay 2
  337. DELAY3:       1200 ; Modem Delay 3
  338. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  339. ANSWERTYPE:   a ; r=ring detect, a=autoanswer
  340. OPENMODE:     n ; s=shared mode, n=nonshared mode
  341. ANSWERCMD:    ATA ; Modem answer command
  342. ONHOOK:       ATH0 ; Modem command to go onhook (hangup)
  343. OFFHOOK:      ATM0H1 ; Modem command to go offhook
  344. ESC_CMDMODE:  +++ ; Escape Command (enter cmd mode)
  345. ESC_GRDTIME:  700 ; Escape Command Guard Time (ms)
  346. GO_ONLINE:    AT O ; Go back online (leave ESC_CMD)
  347. END_OFFHOOK:  Y ; Place phone offhook at MBBS termination (y=yes,n=no)
  348. ERRORCHECK:   n ; y=error correcting (EC) modem (ie: MNP/ARQ), n=none
  349.  
  350. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  351.  
  352. ============================================
  353. =                                          =
  354. = Practical Peripherals PM 14400FXSA Modem =
  355. =                                          =
  356. ============================================
  357.  
  358. ;
  359. ;
  360. ; Magnum BBS Config Parms for Practical Peripherals PM14400FXSA External Modem
  361. ;
  362. ;
  363. YMODEMG:      Y ; Allow Ymodem-G for non error-correcting modems? (Y/N)
  364. ;
  365. VERBOSE_CONNECT: CONNECT ; Usually CONNECT or CARRIER
  366. ;
  367. BAUDRATE:     38400 ; 110,150,300,600,1200,2400,4800,9600,19200,38400
  368. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  369. DATABITS:     8 ; 5, 6, 7, or 8
  370. STOPBITS:     1 ; 1, 1.5, or 2
  371. WAITCARRIER:  30 ; 1 to 255 seconds
  372. MODEMRESET:   AT Z1 ; Usually AT Z
  373. STARTUP1:     AT &F1M1L0 ; Modem Startup Command
  374. STARTUP2:     AT Q0V1S7=30X1S0=0S2=255W2S37=11N1S38=0 ; Modem Startup Command
  375. STARTUP3:     AT &C1&D3&K3&Q5&Y1&W1 ; Modem Startup Command
  376. REINIT:       AT Z1 ; Modem Reinitialization string
  377. DELAY1:       1200 ; Modem Delay 1
  378. DELAY2:       1200 ; Modem Delay 2
  379. DELAY3:       1200 ; Modem Delay 3
  380. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  381. ANSWERTYPE:   r ; r=ring detect, a=autoanswer
  382. OPENMODE:     n ; s=shared mode, n=nonshared mode
  383. ANSWERCMD:    ATA ; Modem answer command
  384. ONHOOK:       ATH0 ; Modem command to go onhook (hangup)
  385. OFFHOOK:      ATM0H1&D2 ; Modem command to go offhook
  386. ESC_CMDMODE:  +++ ; Escape Command (enter cmd mode)
  387. ESC_GRDTIME:  700 ; Escape Command Guard Time (ms)
  388. GO_ONLINE:    AT O ; Go back online (leave ESC_CMD)
  389. END_OFFHOOK:  Y ; Place phone offhook at MBBS termination (y=yes,n=no)
  390. ERRORCHECK:   n ; y=error correcting (EC) modem (ie: MNP/ARQ), n=none
  391.  
  392. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  393.  
  394. ======================
  395. =                    =
  396. = Zoom v.32bis modem =
  397. =                    =
  398. ======================
  399. ;
  400. ;
  401. ; Magnum BBS Config Parms for Zoom v.32bis Modem
  402. ;
  403. ;
  404. YMODEMG:      Y ; Allow Ymodem-G for non error-correcting modems? (Y/N)
  405. ;
  406. VERBOSE_CONNECT: CONNECT ; Usually CONNECT or CARRIER
  407. ;
  408. BAUDRATE:     38400 ; 110,150,300,600,1200,2400,4800,9600,19200,38400
  409. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  410. DATABITS:     8 ; 5, 6, 7, or 8
  411. STOPBITS:     1 ; 1, 1.5, or 2
  412. WAITCARRIER:  30 ; 1 to 255 seconds
  413. MODEMRESET:   AT Z0 ; Usually AT Z
  414. STARTUP1:     AT B1N1V1W1X4
  415. STARTUP2:     AT &C1&D2&K3&Q5&R0&S0&X2
  416. STARTUP3:     AT S7=30S36=7S46=136S48=7&Y0&W0
  417. REINIT:       AT Z0 ; Modem Reinitialization string
  418. DELAY1:       1200 ; Modem Delay 1
  419. DELAY2:       1200 ; Modem Delay 2
  420. DELAY3:       1200 ; Modem Delay 3
  421. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  422. ANSWERTYPE:   r ; r=ring detect, a=autoanswer
  423. OPENMODE:     n ; s=shared mode, n=nonshared mode
  424. ANSWERCMD:    ATA ; Modem answer command
  425. ONHOOK:       ATH0 ; Modem command to go onhook (hangup)
  426. OFFHOOK:      ATM0H1&D2 ; Modem command to go offhook
  427. ESC_CMDMODE:  +++ ; Escape Command (enter cmd mode)
  428. ESC_GRDTIME:  700 ; Escape Command Guard Time (ms)
  429. GO_ONLINE:    AT O ; Go back online (leave ESC_CMD)
  430. END_OFFHOOK:  Y ; Place phone offhook at MBBS termination (y=yes,n=no)
  431. ERRORCHECK:   n ; y=error correcting (EC) modem (ie: MNP/ARQ), n=none
  432.  
  433. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  434.  
  435. ==============
  436. =            =
  437. = Supra 9600 =
  438. =            =
  439. ==============
  440.  
  441. YMODEMG:      N ; Allow Ymodem-G for non error-correcting modems? (Y/N)
  442. VERBOSE_CONNECT: CARRIER ; Usually CONNECT or CARRIER
  443. BAUDRATE:     19200 ; 110,150,300,600,1200,2400,4800,9600,19200,38400,57600
  444. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  445. DATABITS:     8 ; 5, 6, 7, or 8
  446. STOPBITS:     1 ; 1, 1.5, or 2
  447. WAITCARRIER:  30 ; 1 to 255 seconds
  448. MODEMRESET:      ; Usually AT Z
  449. STARTUP1:     AT &F2 %C0 &D2 ; Modem Startup Command
  450. STARTUP2:     AT &C1 V1 M0 Q W1 ; Modem Startup Command
  451. STARTUP3:     AT S0=1 ; Modem Startup Command
  452. REINIT:               ; Modem Reinitialization string
  453. DELAY1:       1500 ; Modem Delay 1
  454. DELAY2:       1500 ; Modem Delay 2
  455. DELAY3:       1500 ; Modem Delay 3
  456. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  457. ANSWERTYPE:   a ; r=ring detect, a=autoanswer, d=DCD
  458. OPENMODE:     n ; s=shared mode, n=nonshared mode
  459. ANSWERCMD:    ATA ; Modem answer command
  460. ONHOOK:       ATH0 ; Modem command to go onhook (hangup)
  461. OFFHOOK:      ATH1 ; Modem command to go offhook
  462. ESC_CMDMODE:  +++ ; Escape Command (enter cmd mode)
  463. ESC_GRDTIME:  1000 ; Escape Command Guard Time (ms)
  464. GO_ONLINE:    AT O ; Go back online (leave ESC_CMD)
  465. END_OFFHOOK:  Y ; Place phone offhook at MBBS termination (y=yes,n=no)
  466. ERRORCHECK:   n ; y=error correcting (EC) modem (ie: MNP/ARQ), n=none
  467.  
  468. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  469.  
  470. ===========
  471. =         =
  472. = BOCA144 =
  473. =         =
  474. ===========
  475.  
  476. YMODEMG:      N ; Allow Ymodem-G for non error-correcting modems? (Y/N)
  477. VERBOSE_CONNECT: CONNECT ; Usually CONNECT or CARRIER
  478. BAUDRATE:     38400 ; 110,150,300,600,1200,2400,4800,9600,19200,38400,57600
  479. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  480. DATABITS:     8 ; 5, 6, 7, or 8
  481. STOPBITS:     1 ; 1, 1.5, or 2
  482. WAITCARRIER:  60 ; 1 to 255 seconds
  483. MODEMRESET:   AT Z ; Usually AT Z
  484. STARTUP1:     AT &F ; Modem Startup Command
  485. STARTUP2:     AT E1 S7=60 S11=60 V1 X1 Q0 S0=0 &W ; Modem Startup Command
  486. STARTUP3:     ; Modem Startup Command
  487. REINIT:       AT Z ; Modem Reinitialization string
  488. DELAY1:       1000 ; Modem Delay 1
  489. DELAY2:       1000 ; Modem Delay 2
  490. DELAY3:       100 ; Modem Delay 3
  491. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  492. ANSWERTYPE:   r ; r=ring detect, a=autoanswer, d=DCD
  493. OPENMODE:     n ; s=shared mode, n=nonshared mode
  494. ANSWERCMD:    ATA ; Modem answer command
  495. ONHOOK:       ATH0 ; Modem command to go onhook (hangup)
  496. OFFHOOK:      ATH1 ; Modem command to go offhook
  497. ESC_CMDMODE:  +++ ; Escape Command (enter cmd mode)
  498. ESC_GRDTIME:  1000 ; Escape Command Guard Time (ms)
  499. GO_ONLINE:    AT O ; Go back online (leave ESC_CMD)
  500. END_OFFHOOK:  Y ; Place phone offhook at MBBS termination (y=yes,n=no)
  501. ERRORCHECK:   n ; y=error correcting (EC) modem (ie: MNP/ARQ), n=none
  502.  
  503. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  504.  
  505. ====================
  506. =                  =
  507. = HAYES OPTIMA 144 =
  508. =                  =
  509. ====================
  510.  
  511. YMODEMG:      N ; Allow Ymodem-G for non error-correcting modems? (Y/N)
  512. VERBOSE_CONNECT: CONNECT ; Usually CONNECT or CARRIER
  513. BAUDRATE:     38400 ; 110,150,300,600,1200,2400,4800,9600,19200,38400,57600
  514. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  515. DATABITS:     8 ; 5, 6, 7, or 8
  516. STOPBITS:     1 ; 1, 1.5, or 2
  517. WAITCARRIER:  40 ; 1 to 255 seconds
  518. MODEMRESET:   AT Z0 ; Usually AT Z
  519. STARTUP1:     AT &F ; Modem Startup Command
  520. STARTUP2:     AT V1L1&C1&D2W2S7=40S95=2S2=255S38=1&Y0&W0 ; Startup Command
  521. STARTUP3:     ; Modem Startup Command
  522. REINIT:       AT Z0 ; Modem Reinitialization string
  523. DELAY1:       1000 ; Modem Delay 1
  524. DELAY2:       2500 ; Modem Delay 2
  525. DELAY3:       100 ; Modem Delay 3
  526. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  527. ANSWERTYPE:   r ; r=ring detect, a=autoanswer, d=DCD
  528. OPENMODE:     n ; s=shared mode, n=nonshared mode
  529. ANSWERCMD:    ATA ; Modem answer command
  530. ONHOOK:       ATH0 ; Modem command to go onhook (hangup)
  531. OFFHOOK:      ATH1 ; Modem command to go offhook
  532. ESC_CMDMODE:  +++ ; Escape Command (enter cmd mode)
  533. ESC_GRDTIME:  1000 ; Escape Command Guard Time (ms)
  534. GO_ONLINE:    AT O ; Go back online (leave ESC_CMD)
  535. END_OFFHOOK:  Y ; Place phone offhook at MBBS termination (y=yes,n=no)
  536. ERRORCHECK:   n ; y=error correcting (EC) modem (ie: MNP/ARQ), n=none
  537.  
  538. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  539.  
  540. ===================
  541. =                 =
  542. = TELEBIT QBLAZER =
  543. =                 =
  544. ===================
  545.  
  546. The STARTUP strings on file for this modem are:
  547.  
  548. WAITCARRIER: 40
  549. MODEMRESET:  AT Z0
  550. STARTUP1:    AT &F
  551. STARTUP2:    AT E1V1Q0X2S0=2S51=4
  552. STARTUP3:    AT &C1&D2S58=2S59=15&W0
  553. REINIT:      AT Z0
  554. DELAY1:      1000
  555. DELAY2:      1000
  556. DELAY3:      1000
  557. DTELOCKED:   y
  558. ANSWERTYPE:  a
  559.  
  560. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  561.  
  562. =========================
  563. =                       =
  564. = US Robotics Sportster =
  565. =                       =
  566. =========================
  567.  
  568.  
  569. The 8 dipswitch settings are:
  570.  
  571.     Switch#      Setting
  572.  
  573.       1            UP
  574.       2            UP
  575.       3           DOWN
  576.       4            UP
  577.       5           DOWN
  578.       6            UP
  579.       7            UP
  580.       8           DOWN
  581.  
  582.  
  583. YMODEMG:      N ; Allow Ymodem-G for non error-correcting modems? (Y/N)
  584. VERBOSE_CONNECT: CONNECT
  585. BAUDRATE:    57600 ; 110,150,300,600,1200,2400,4800,9600,19200,38400,57600,1152
  586. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  587. DATABITS:     8 ; 5, 6, 7, or 8
  588. STOPBITS:     1 ; 1, 1.5, or 2
  589. WAITCARRIER:  45 ; 1 to 255 seconds
  590. MODEMRESET:   AT Z ; Usually AT Z
  591. STARTUP1:     AT &F ; Modem Startup Command
  592. STARTUP2:     AT Q0V1X4B0S7=45S0=0S2=255S15=8S10=14; Modem Startup Command
  593. STARTUP3:     AT &A3&B1&H1&I0&K3&M4&N0&R2&S0yY1&W ; Modem Startup Command
  594. REINIT:       AT Z ; Modem Reinitialization string
  595. DELAY1:       2500 ; Modem Delay 1
  596. DELAY2:       2500 ; Modem Delay 2
  597. DELAY3:       2500 ; Modem Delay 3
  598. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  599. ANSWERTYPE:   r ; r=ring detect, a=autoanswer, d=DCD
  600.  
  601. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  602.  
  603. ================
  604. =              =
  605. = ZOOM v.32bis =
  606. =              =
  607. ================
  608.  
  609. YMODEMG:      N ; Allow Ymodem-G for non error-correcting modems? (Y/N)
  610. VERBOSE_CONNECT: CONNECT ; Usually CONNECT or CARRIER
  611. BAUDRATE:     38400 ; 110,150,300,600,1200,2400,4800,9600,19200,38400,57600
  612. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  613. DATABITS:     8 ; 5, 6, 7, or 8
  614. STOPBITS:     1 ; 1, 1.5, or 2
  615. WAITCARRIER:  40 ; 1 to 255 seconds
  616. MODEMRESET:   AT Z ; Usually AT Z
  617. STARTUP1:     AT &F ; Modem Startup Command
  618. STARTUP2:     AT V1B1N1W1X4&C1&D2&K3&Q5&R0&S0&X2 ; Startup Command
  619. STARTUP3:     AT S0=0 S7=40 S36=7 S46=136 S48=7 &Y0 &W0 ; Modem Startup Command
  620. REINIT:       AT Z ; Modem Reinitialization string
  621. DELAY1:       1000 ; Modem Delay 1
  622. DELAY2:       2500 ; Modem Delay 2
  623. DELAY3:       2000 ; Modem Delay 3
  624. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  625. ANSWERTYPE:   r ; r=ring detect, a=autoanswer, d=DCD
  626. OPENMODE:     n ; s=shared mode, n=nonshared mode
  627. ANSWERCMD:    ATA ; Modem answer command
  628. ONHOOK:       ATH0 ; Modem command to go onhook (hangup)
  629. OFFHOOK:      ATH1 ; Modem command to go offhook
  630. ESC_CMDMODE:  +++ ; Escape Command (enter cmd mode)
  631. ESC_GRDTIME:  1000 ; Escape Command Guard Time (ms)
  632. GO_ONLINE:    AT O ; Go back online (leave ESC_CMD)
  633. END_OFFHOOK:  Y ; Place phone offhook at MBBS termination (y=yes,n=no)
  634. ERRORCHECK:   n ; y=error correcting (EC) modem (ie: MNP/ARQ), n=none
  635.  
  636. ===========================================================================
  637.  
  638.                                IMPORTANT!
  639.                              CLOSING NOTES.
  640.  
  641. Modem models change very fast!
  642.  
  643. For the fastest possible setup for any modem, once you've filled in your
  644. STARTUPx strings, use Verbose (word) result codes (a V1 anywhere in
  645. your STARTUP strings should turn on verbose result codes). Then:
  646.  
  647.    VERBOSE_CONNECT: CONNECT
  648.                   (Some Hayes models may need  VERBOSE_CONNECT: CARRIER)
  649.    YMODEMG: N
  650.  
  651. and delete all text lines starting with RC_, ERC_, ERCA_, ERCB_ if any of
  652. these appear in your STARTUP.n file(s).
  653.  
  654. Additionally, create a SPECIAL.x (x=node#) file in your PGM_DIR for that
  655. node.  The contents should be:
  656.  
  657.      ARQ {
  658.          ec
  659.          }
  660.  
  661.      MNP {
  662.          ec
  663.          }
  664.  
  665.      LAP {
  666.          ec
  667.          }
  668.  
  669.      CONNECT {
  670.              log
  671.              }
  672.  
  673. ===========================================================================
  674.