home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / mag7demo.zip / MODEMS.TXT < prev    next >
Text File  |  1993-09-01  |  17KB  |  499 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 HST "Dual Standard"
  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.  
  15. Be sure to read the closing notes at the end of this document!!
  16. It explains how to set up most any modem.
  17.  
  18. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  19.  
  20. ===================================
  21. =                                 =
  22. = US Robotics HST "Dual Standard" =
  23. =                                 =
  24. ===================================
  25.  
  26.     LARGE switch labeled CTS:  UP
  27.  
  28. The 10 dipswitches next to that large switch are as follows:
  29.  
  30.     Switch#      Setting
  31.  
  32.       1            UP
  33.       2           DOWN
  34.       3           DOWN
  35.       4           DOWN
  36.       5            UP
  37.       6            UP
  38.       7            UP
  39.       8           DOWN
  40.       9           DOWN
  41.      10            UP
  42.  
  43. The following is the configuration parms for the STARTUP.x file:
  44.  
  45. YMODEMG:      N ; Allow Ymodem-G for non error-correcting modems? (Y/N)
  46. VERBOSE_CONNECT: CONNECT
  47. BAUDRATE:     19200 ; 110,150,300,600,1200,2400,4800,9600,19200,38400,57600
  48. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  49. DATABITS:     8 ; 5, 6, 7, or 8
  50. STOPBITS:     1 ; 1, 1.5, or 2
  51. WAITCARRIER:  30 ; 1 to 255 seconds
  52. MODEMRESET:   AT Z M0 ; Usually AT Z
  53. STARTUP1:     AT &FS28=1 ; Modem Startup Command
  54. STARTUP2:     AT C1E1F1M0Q0V1X4B0S7=30S0=0S2=255S15=8 ; Modem Startup Command
  55. STARTUP3:     AT &A1&B1&G0&H1&I0&K3&M4&N0&P0&R2&S1&Y1&W ; Modem Startup Command
  56. REINIT:       AT Z ; Modem Reinitialization string
  57. DELAY1:       500 ; Modem Delay 1
  58. DELAY2:       2500 ; Modem Delay 2
  59. DELAY3:       1500 ; Modem Delay 3
  60. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  61. ANSWERTYPE:   r ; r=ring detect, a=autoanswer, d=DCD
  62. OPENMODE:     n ; s=shared mode, n=nonshared mode
  63. ANSWERCMD:    ATA ; Modem answer command
  64. ONHOOK:       ATH0 ; Modem command to go onhook (hangup)
  65. OFFHOOK:      ATM0H1 ; Modem command to go offhook
  66. ESC_CMDMODE:  +++ ; Escape Command (enter cmd mode)
  67. ESC_GRDTIME:  700 ; Escape Command Guard Time (ms)
  68. GO_ONLINE:    AT O ; Go back online (leave ESC_CMD)
  69. END_OFFHOOK:  Y ; Place phone offhook at MBBS termination (y=yes,n=no)
  70. ERRORCHECK:   n ; y=error correcting (EC) modem (ie: MNP/ARQ), n=none
  71.  
  72. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  73.  
  74. ==================
  75. =                =
  76. = Hayes V-Series =
  77. =                =
  78. ==================
  79.  
  80. VERBOSE_CONNECT: CARRIER
  81. BAUDRATE:     19200 ; 110,150,300,600,1200,2400,4800,9600, or 19200
  82. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  83. DATABITS:     8 ; 5, 6, 7, or 8
  84. STOPBITS:     1 ; 1, 1.5, or 2
  85. WAITCARRIER:  30 ; 1 to 255 seconds
  86. MODEMRESET:   AT Z0 ; Usually AT Z
  87. STARTUP1:     AT &F ; Modem Startup Command
  88. STARTUP2:     AT E1M1L1Q0V1X4B1N1W1Y1S7=30S0=0S2=255S36=3S37=9 ; Modem Startup Command
  89. STARTUP3:     AT S10=3S38=2&C1&D2&G0&K3&P0&Q5&R1&S1&Y0&W0 ; Modem Startup Command
  90. REINIT:       AT Z0 ; Modem Reinitialization string
  91. DELAY1:       1000 ; Modem Delay 1
  92. DELAY2:       2000 ; Modem Delay 2
  93. DELAY3:       2000 ; Modem Delay 3
  94. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  95. ANSWERTYPE:   r ; r=ring detect, a=autoanswer
  96. OPENMODE:     n ; s=shared mode, n=nonshared mode
  97. ANSWERCMD:    ATA ; Modem answer command
  98. ONHOOK:       ATH0 ; Modem command to go onhook (hangup)
  99. OFFHOOK:      ATH1 ; Modem command to go offhook
  100. ESC_CMDMODE:  +++ ; Escape Command (enter cmd mode)
  101. ESC_GRDTIME:  700 ; Escape Command Guard Time (ms)
  102. GO_ONLINE:    AT O ; Go back online (leave ESC_CMD)
  103. END_OFFHOOK:  N ; Place phone offhook at MBBS termination (y=yes,n=no)
  104.  
  105. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  106.  
  107. =====================
  108. =                   =
  109. = MultiTech 224E(h) =
  110. =                   =
  111. =====================
  112.  
  113. The dip-switch settings for this modem are as follows:
  114.  
  115. The 8-switch block on the bottom of the modem:
  116.  
  117.     Switch#      Setting
  118.  
  119.       1            UP
  120.       2           DOWN
  121.       3           DOWN
  122.       4           DOWN
  123.       5           DOWN
  124.       6            UP
  125.       7            UP
  126.       8           DOWN
  127.  
  128. The 4-switch block on the inside of the modem:
  129.  
  130.     Switch#      Setting
  131.  
  132.       1           DOWN
  133.       2            UP
  134.       3           DOWN
  135.       4           DOWN
  136.  
  137. All jumpers on the inside of the modem (there's 3 of them) should be jumpered
  138. towards the front two pins. The front is the side where the modem lights are.
  139.  
  140. The following is the configuration parameters for your STARTUP.x file:
  141.  
  142. YMODEMG:      N ; Allow Ymodem-G for non error-correcting modems? (Y/N)
  143. BAUDRATE:     9600 ; 110,150,300,600,1200,2400,4800,9600,19200,38400,57600
  144. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  145. DATABITS:     8 ; 5, 6, 7, or 8
  146. STOPBITS:     1 ; 1, 1.5, or 2
  147. WAITCARRIER:  30 ; 1 to 255 seconds
  148. MODEMRESET:   AT Z ; Usually AT Z
  149. STARTUP1:     AT &F ; Modem Startup Command
  150. STARTUP2:     AT E0&E1&E4&E15&Q0V0M0S7=30X1S2=255 ; Modem Startup Command
  151. STARTUP3:     AT S0=0&BS0&B1$SB9600$BA0&W0 ; Modem Startup Command
  152. REINIT:       AT Z ; Modem Reinitialization string
  153. DELAY1:       500 ; Modem Delay 1
  154. DELAY2:       2500 ; Modem Delay 2
  155. DELAY3:       1500 ; Modem Delay 3
  156. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  157. ANSWERTYPE:   r ; r=ring detect, a=autoanswer, d=DCD
  158. OPENMODE:     n ; s=shared mode, n=nonshared mode
  159. ANSWERCMD:    ATA ; Modem answer command
  160. ONHOOK:       ATH0 ; Modem command to go onhook (hangup)
  161. OFFHOOK:      ATH1 ; Modem command to go offhook
  162. ESC_CMDMODE:  +++ ; Escape Command (enter cmd mode)
  163. ESC_GRDTIME:  700 ; Escape Command Guard Time (ms)
  164. GO_ONLINE:    AT O ; Go back online (leave ESC_CMD)
  165. END_OFFHOOK:  N ; Place phone offhook at MBBS termination (y=yes,n=no)
  166. RC_110:        ; Result Code for 110 baud
  167. RC_150:        ; Result Code for 150 baud
  168. RC_300:       1 ; Result Code for 300 baud
  169. RC_600:        ; Result Code for 600 baud
  170. RC_1200:      5 ; Result Code for 1200 baud
  171. RC_2400:      9 ; Result Code for 2400 baud
  172. RC_4800:       ; Result Code for 4800 baud
  173. RC_9600:       ; Result Code for 9600 buad
  174. RC_12000:      ; Result Code for 12000 baud
  175. RC_14400:      ; Result Code for 14400 baud
  176. RC_16800:      ; Result Code for 16800 baud
  177. RC_19200:      ; Result Code for 19200 baud
  178. ERRORCHECK:   y ; y=error correcting (EC) modem (ie: MNP/ARQ), n=none
  179. ERC_110:       ; EC Result Code for 110 baud
  180. ERC_150:       ; EC Result Code for 150 baud
  181. ERC_300:       ; EC Result Code for 300 baud
  182. ERC_600:       ; EC Result Code for 600 baud
  183. ERC_1200:     5R ; EC Result Code for 1200 baud
  184. ERC_2400:     9R ; EC Result Code for 2400 baud
  185. ERC_4800:      ; EC Result Code for 4800 baud
  186. ERC_9600:      ; EC Result Code for 9600 baud
  187. ERC_12000:     ; EC Result Code for 12000 baud
  188. ERC_14400:     ; EC Result Code for 14400 baud
  189. ERC_16800:     ; EC Result Code for 16800 baud
  190. ERC_19200:     ; EC Result Code for 19200 baud
  191.  
  192. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  193.  
  194. ==============
  195. =            =
  196. = Hayes 2400 =
  197. =            =
  198. ==============
  199.  
  200.    VERBOSE_CONNECT: CONNECT
  201.    BAUDRATE:    2400
  202.    PARITY:      n
  203.    DATABITS:    8
  204.    STOPBITS:    1
  205.    WAITCARRIER: 30
  206.    MODEMRESET:
  207.    STARTUP1:    AT &F&W
  208.    STARTUP2:    AT S10=7E0V1M0Q0&C1&D2S0=1&W
  209.    STARTUP3:
  210.    REINIT:
  211.    DELAY1:      1500
  212.    DELAY2:      1500
  213.    DELAY3:      2500
  214.    DTELOCKED:   n
  215.    ANSWERTYPE:  a
  216.    OPENMODE:    n
  217.    ANSWERCMD:   ATA
  218.    ONHOOK:      ATH0
  219.    OFFHOOK:     ATH1
  220.    ESC_CMDMODE: +++
  221.    ESC_GRDTIM:  700
  222.    GO_ONLINE:   AT O
  223.    END_OFFHOOK: N
  224.    ERRORCHECK:  n
  225.  
  226. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  227.  
  228. ==================================
  229. =                                =
  230. = Multitech 9600 baud V.32 modem =
  231. =                                =
  232. ==================================
  233.  
  234.  
  235. The dip-switch settings for this modem are as follows:
  236.  
  237. The 4-switch block:
  238.  
  239.     Switch#      Setting
  240.  
  241.       1           DOWN
  242.       2            UP
  243.       3           DOWN
  244.       4           DOWN
  245.  
  246. The 8-switch block:
  247.  
  248.     Switch#      Setting
  249.  
  250.       1            UP
  251.       2           DOWN
  252.       3           DOWN
  253.       4           DOWN
  254.       5            UP
  255.       6            UP
  256.       7            UP
  257.       8           DOWN
  258.  
  259. Startup Sequences:
  260.  
  261.    BAUDRATE:    19200
  262.    PARITY:      n
  263.    DATABITS:    8
  264.    STOPBITS:    1
  265.    WAITCARRIER: 30
  266.    MODEMRESET:  AT Z
  267.    STARTUP1:    AT &F
  268.    STARTUP2:    AT E0 &E1 &E4 &E15 $SB19200 $BA0 &R1
  269.    STARTUP3:    AT V0 M1 Q0 X1 S0=1 S2=255 S7=30 &W0
  270.    REINIT:      AT Z
  271.    DELAY1:      1000
  272.    DELAY2:      1500
  273.    DELAY3:      1500
  274.    DTELOCKED:   y
  275.    ANSWERTYPE:  a
  276.    OPENMODE:    n
  277.    ANSWERCMD:   ATA
  278.    ONHOOK:      ATH0
  279.    OFFHOOK:     ATH1
  280.    ESC_CMDMODE: +++
  281.    ESC_GRDTIME: 1200
  282.    GO_ONLINE:   AT O
  283.    END_OFFHOOK: N
  284.    RC_110:
  285.    RC_150:
  286.    RC_300:      1
  287.    RC_600:
  288.    RC_1200:     5
  289.    RC_2400:     9
  290.    RC_4800:     11
  291.    RC_9600:     12
  292.    RC_19200:
  293.    ERRORCHECK:  y
  294.    ERC_110:
  295.    ERC_150:
  296.    ERC_300:     1R
  297.    ERC_600:
  298.    ERC_1200:    5R
  299.    ERC_2400:    9R
  300.    ERC_4800:    11R
  301.    ERC_9600:    12R
  302.    ERC_19200:
  303.  
  304. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  305.  
  306. ====================
  307. =                  =
  308. = Intel 14.4 modem =
  309. =                  =
  310. ====================
  311. ;
  312. ;
  313. ; Magnum BBS Config Parms for Intel 14,400 baud Modem
  314. ;
  315. ;
  316. YMODEMG:      Y ; Allow Ymodem-G for non error-correcting modems? (Y/N)
  317. ;
  318. VERBOSE_CONNECT: CONNECT ; Usually CONNECT or CARRIER
  319. ;
  320. BAUDRATE:     19200 ; 110,150,300,600,1200,2400,4800,9600,19200,38400
  321. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  322. DATABITS:     8 ; 5, 6, 7, or 8
  323. STOPBITS:     1 ; 1, 1.5, or 2
  324. WAITCARRIER:  30 ; 1 to 255 seconds
  325. MODEMRESET:   AT Z ; Usually AT Z
  326. STARTUP1:     AT Z ; Modem Startup Command
  327. STARTUP2:     AT E0&Q0V1M1Q0S7=30X1L0 ; Modem Startup Command
  328. STARTUP3:     AT S0=1S2=255&R1&C1&W0 ; Modem Startup Command
  329. REINIT:       AT Z ; Modem Reinitialization string
  330. DELAY1:       1200 ; Modem Delay 1
  331. DELAY2:       1200 ; Modem Delay 2
  332. DELAY3:       1200 ; Modem Delay 3
  333. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  334. ANSWERTYPE:   a ; r=ring detect, a=autoanswer
  335. OPENMODE:     n ; s=shared mode, n=nonshared mode
  336. ANSWERCMD:    ATA ; Modem answer command
  337. ONHOOK:       ATH0 ; Modem command to go onhook (hangup)
  338. OFFHOOK:      ATM0H1 ; Modem command to go offhook
  339. ESC_CMDMODE:  +++ ; Escape Command (enter cmd mode)
  340. ESC_GRDTIME:  700 ; Escape Command Guard Time (ms)
  341. GO_ONLINE:    AT O ; Go back online (leave ESC_CMD)
  342. END_OFFHOOK:  Y ; Place phone offhook at MBBS termination (y=yes,n=no)
  343. ERRORCHECK:   n ; y=error correcting (EC) modem (ie: MNP/ARQ), n=none
  344.  
  345. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  346.  
  347. ============================================
  348. =                                          =
  349. = Practical Peripherals PM 14400FXSA Modem =
  350. =                                          =
  351. ============================================
  352.  
  353. ;
  354. ;
  355. ; Magnum BBS Config Parms for Practical Peripherals PM14400FXSA External Modem
  356. ;
  357. ;
  358. YMODEMG:      Y ; Allow Ymodem-G for non error-correcting modems? (Y/N)
  359. ;
  360. VERBOSE_CONNECT: CONNECT ; Usually CONNECT or CARRIER
  361. ;
  362. BAUDRATE:     19200 ; 110,150,300,600,1200,2400,4800,9600,19200,38400
  363. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  364. DATABITS:     8 ; 5, 6, 7, or 8
  365. STOPBITS:     1 ; 1, 1.5, or 2
  366. WAITCARRIER:  30 ; 1 to 255 seconds
  367. MODEMRESET:   AT Z1 ; Usually AT Z
  368. STARTUP1:     AT &F1M1L0 ; Modem Startup Command
  369. STARTUP2:     AT Q0V1S7=30X1S0=0S2=255W2S37=11N1S38=0 ; Modem Startup Command
  370. STARTUP3:     AT &C1&D3&K3&Q5&Y1&W1 ; Modem Startup Command
  371. REINIT:       AT Z1 ; Modem Reinitialization string
  372. DELAY1:       1200 ; Modem Delay 1
  373. DELAY2:       1200 ; Modem Delay 2
  374. DELAY3:       1200 ; Modem Delay 3
  375. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  376. ANSWERTYPE:   r ; r=ring detect, a=autoanswer
  377. OPENMODE:     n ; s=shared mode, n=nonshared mode
  378. ANSWERCMD:    ATA ; Modem answer command
  379. ONHOOK:       ATH0 ; Modem command to go onhook (hangup)
  380. OFFHOOK:      ATM0H1&D2 ; Modem command to go offhook
  381. ESC_CMDMODE:  +++ ; Escape Command (enter cmd mode)
  382. ESC_GRDTIME:  700 ; Escape Command Guard Time (ms)
  383. GO_ONLINE:    AT O ; Go back online (leave ESC_CMD)
  384. END_OFFHOOK:  Y ; Place phone offhook at MBBS termination (y=yes,n=no)
  385. ERRORCHECK:   n ; y=error correcting (EC) modem (ie: MNP/ARQ), n=none
  386.  
  387. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  388.  
  389. ======================
  390. =                    =
  391. = Zoom v.32bis modem =
  392. =                    =
  393. ======================
  394. ;
  395. ;
  396. ; Magnum BBS Config Parms for Zoom v.32bis Modem
  397. ;
  398. ;
  399. YMODEMG:      Y ; Allow Ymodem-G for non error-correcting modems? (Y/N)
  400. ;
  401. VERBOSE_CONNECT: CONNECT ; Usually CONNECT or CARRIER
  402. ;
  403. BAUDRATE:     19200 ; 110,150,300,600,1200,2400,4800,9600,19200,38400
  404. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  405. DATABITS:     8 ; 5, 6, 7, or 8
  406. STOPBITS:     1 ; 1, 1.5, or 2
  407. WAITCARRIER:  30 ; 1 to 255 seconds
  408. MODEMRESET:   AT Z0 ; Usually AT Z
  409. STARTUP1:     AT B1N1V1W1X4
  410. STARTUP2:     AT &C1&D2&K3&Q5&R0&S0&X2
  411. STARTUP3:     AT S7=30S36=7S46=136S48=7&Y0&W0
  412. REINIT:       AT Z0 ; Modem Reinitialization string
  413. DELAY1:       1200 ; Modem Delay 1
  414. DELAY2:       1200 ; Modem Delay 2
  415. DELAY3:       1200 ; Modem Delay 3
  416. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  417. ANSWERTYPE:   r ; r=ring detect, a=autoanswer
  418. OPENMODE:     n ; s=shared mode, n=nonshared mode
  419. ANSWERCMD:    ATA ; Modem answer command
  420. ONHOOK:       ATH0 ; Modem command to go onhook (hangup)
  421. OFFHOOK:      ATM0H1&D2 ; Modem command to go offhook
  422. ESC_CMDMODE:  +++ ; Escape Command (enter cmd mode)
  423. ESC_GRDTIME:  700 ; Escape Command Guard Time (ms)
  424. GO_ONLINE:    AT O ; Go back online (leave ESC_CMD)
  425. END_OFFHOOK:  Y ; Place phone offhook at MBBS termination (y=yes,n=no)
  426. ERRORCHECK:   n ; y=error correcting (EC) modem (ie: MNP/ARQ), n=none
  427.  
  428. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  429.  
  430. ==============
  431. =            =
  432. = Supra 9600 =
  433. =            =
  434. ==============
  435.  
  436. YMODEMG:      N ; Allow Ymodem-G for non error-correcting modems? (Y/N)
  437. VERBOSE_CONNECT: CARRIER ; Usually CONNECT or CARRIER
  438. BAUDRATE:     19200 ; 110,150,300,600,1200,2400,4800,9600,19200,38400,57600
  439. PARITY:       n ; N,E,O,M, or S (None,Even,Odd,Mark,Space)
  440. DATABITS:     8 ; 5, 6, 7, or 8
  441. STOPBITS:     1 ; 1, 1.5, or 2
  442. WAITCARRIER:  30 ; 1 to 255 seconds
  443. MODEMRESET:      ; Usually AT Z
  444. STARTUP1:     AT &F2 %C0 &D2 ; Modem Startup Command
  445. STARTUP2:     AT &C1 V1 M0 Q W1 ; Modem Startup Command
  446. STARTUP3:     AT S0=1 ; Modem Startup Command
  447. REINIT:               ; Modem Reinitialization string
  448. DELAY1:       1500 ; Modem Delay 1
  449. DELAY2:       1500 ; Modem Delay 2
  450. DELAY3:       1500 ; Modem Delay 3
  451. DTELOCKED:    y ; y=Lock DTE at BAUDRATE, n=do not lock
  452. ANSWERTYPE:   a ; r=ring detect, a=autoanswer, d=DCD
  453. OPENMODE:     n ; s=shared mode, n=nonshared mode
  454. ANSWERCMD:    ATA ; Modem answer command
  455. ONHOOK:       ATH0 ; Modem command to go onhook (hangup)
  456. OFFHOOK:      ATH1 ; Modem command to go offhook
  457. ESC_CMDMODE:  +++ ; Escape Command (enter cmd mode)
  458. ESC_GRDTIME:  1000 ; Escape Command Guard Time (ms)
  459. GO_ONLINE:    AT ; Go back online (leave ESC_CMD)
  460. END_OFFHOOK:  Y ; Place phone offhook at MBBS termination (y=yes,n=no)
  461. ERRORCHECK:   n ; y=error correcting (EC) modem (ie: MNP/ARQ), n=none
  462.  
  463. ===========================================================================
  464.  
  465.                                IMPORTANT!
  466.                              CLOSING NOTES.
  467.  
  468. Modem models change very fast. For example, the US Robotics "Dual
  469. Standard" modem we're using is the older modem with v.32 (9600 baud)
  470. capability. The newer "Dual Standard" modems have v.32bis (14400 baud)
  471. capability.
  472.  
  473. For the fastest possible setup for any modem, once you've filled in your
  474. STARTUPx strings, use Verbose (word) result codes (a V1 anywhere in
  475. your STARTUP strings should turn on verbose result codes). Then:
  476.  
  477.    VERBOSE_CONNECT: CONNECT
  478.                   (Some Hayes models may need  VERBOSE_CONNECT: CARRIER)
  479.    YMODEMG: N
  480.  
  481. and delete all text lines starting with RC_, ERC_, ERCA_, ERCB_
  482.  
  483. Additionally, create a SPECIAL.x (x=node#) file in your PGM_DIR for that
  484. node.  The contents should be:
  485.  
  486.      ARQ {
  487.          ec
  488.          }
  489.  
  490.      MNP {
  491.          ec
  492.          }
  493.  
  494.      LAP {
  495.          ec
  496.          }
  497.  
  498. ===========================================================================
  499.