home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / FW-SETUP.ZIP / 141-209.CFG
Text File  |  1990-07-29  |  3KB  |  96 lines

  1. *Updated 7-29-90*
  2.  
  3.   This file contains the pertinent items in my configuration for OS/2,
  4. Binkley and Maximus.  It is intended to give others a starting point.
  5. However, the one thing I've learned is that different machines work better
  6. with different setups.  With that said, tally ho!
  7.  
  8.  
  9. Here are my HST DS (with v.42bis) NVRAM settings:
  10.  
  11. ati5
  12. USRobotics Courier 14400 HST Dual Standard NRAM Settings...
  13.  
  14.    DIAL=TONE   B0  F1  M0  X7
  15.    BAUD=19200  PARITY=N  WORDLEN=8
  16.  
  17.    &A3  &B0  &G0  &H1  &I0  &J0  &K3  &L0
  18.    &M4  &N0  &P0  &R2  &S0  &X0  &Y1
  19.  
  20.    S02=255   S03=013   S04=010   S05=008
  21.    S06=002   S07=060   S08=002   S09=006
  22.    S10=007   S11=050   S12=050   S13=000
  23.    S15=008   S19=003   S21=010   S22=017
  24.    S23=019   S24=000   S26=000   S27=128
  25.    S28=008   S38=000
  26.  
  27.  
  28. Of paticular note are the &H1 and &R2 settings.  They are preparing for the
  29. proper handshaking via COM01.SYS.  Also, note the &B0 and S27=128 - these are
  30. used in conjunction with the BAUD 19200 and LOCKBAUD 4800 parameters in
  31. BINKLEY.CFG.  This locks the modem at rates above 2400, and lets it float at
  32. 2400 and slower.  When the rate is locked, it is at 19200.
  33.  
  34. My switches are set as follows:
  35.  
  36.         1  2  3  4  5  6  7  8  9 10
  37.        UP UP DN UP DN UP UP DN UP UP
  38.  
  39. ===============================================================================
  40.  
  41. From my BINK.CMD:
  42.  
  43. mode com2:19200,n,8,1,idsr=off,odsr=off,octs=on,dtr=on,rts=hs,buffer=on
  44. btp share
  45.  
  46. Note the rts=hs option; handshaking is the proper selection here rather
  47. than just 'on'.
  48.  
  49. ===============================================================================
  50.  
  51. From BINKLEY.CFG:
  52.  
  53. Snoop     \pipe\bbs
  54. Port      2
  55. Baud      19200
  56. Carrier   80
  57. Init      |~~~|ATZ|
  58. Prefix    |ATS7=60B1&K0DT
  59. ; Suffix
  60. Busy      |~ATH0s0=0M0s13=0|~
  61. Answer    ATA|
  62. LockBaud  4800
  63. ; AutoBaud
  64.  
  65. ===============================================================================
  66.  
  67. From MAX.CTL:
  68.  
  69. %       Output  Com1
  70.         Output  Com2
  71.  
  72.         Baud Maximum    19200
  73.         Mask Carrier    128
  74.         Mask Handshaking        XON
  75.         Mask Handshaking        CTS
  76. %       Mask Handshaking        DSR
  77.         Send Break to Clear Buffer
  78.  
  79. ===============================================================================
  80.  
  81. From SPAWNBBS.CMD:
  82.  
  83. echo off
  84. d:
  85. cd \max
  86. bigbro %2 maxp max -b%1 -p%2 -t%3 -z\pipe\bbs
  87. exit
  88.  
  89. ===============================================================================
  90.  
  91. That's about it.  I hope you find something useful in all this ...
  92.  
  93. Emmitt Dove
  94. 141/209
  95.  
  96.