home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / RBBS_PC / S3DESQ.ZIP / APPNDX-I.TXT next >
Encoding:
Text File  |  1991-02-03  |  23.6 KB  |  423 lines

  1.   APPENDIX I -- RBBS-PC in a DESQview Environment
  2.   -----------------------------------------------
  3.   DESQview, from Quarterdeck Office Systems, provides an excellent, low-cost,
  4.   software platform for RBBS-PC SysOps wanting multiple nodes on a single PC.
  5.   This appendix has been provided to help  both the novice SysOp and the more
  6.   experienced SysOp with the implementation of multiple nodes under DESQview.
  7.  
  8.   1. Basic Hardware Considerations
  9.   --------------------------------
  10.   If your computer has only 640k, you  will be limited to a single node  when
  11.   using DESQview.  If, however, your computer has 1-Megabyte or  more of EEMS
  12.   memory,  DESQview is  capable  of supporting  up  to  8-nodes on  a  single
  13.   computer.   Providing two nodes  is simple.   Going beyond  two nodes  will
  14.   require  special  software  and hardware.    This  appendix describes  both
  15.   approaches.
  16.  
  17.   Multiple-node operation  will require an  EEMS-compatible memory  expansion
  18.   card for your computer.  Make certain  your memory card is EEMS (not merely
  19.   EMS, but  EEMS)  compatible!   If  you are  not  using an  80386  computer,
  20.   DESQview  can ONLY swap EEMS  memory, so you  will want to  replace as much
  21.   motherboard memory as possible with EEMS RAM.  This limitation is described
  22.   in the DESQview documentation.   These limitations do not apply if  you use
  23.   an 80386/SX  or 80386 based  computer. Therefore, we recommend  an 80386 as
  24.   the  best choice  for a multi-node  host computer.   If you plan  to use an
  25.   80386 or  80386/SX computer,  we suggest you  purchase DESQview/386,  which
  26.   includes  the QEMM memory manager.  This  memory manager allows DESQview to
  27.   use regular  80386 Extended memory in the same manner  as EEMS memory.  The
  28.   QEMM  memory  manager  may be  purchased  separately  if  you already  have
  29.   DESQview.
  30.  
  31.   Before you continue, make  certain you have read and  thoroughly understand
  32.   the instruction manual provided with your copy of DESQview.
  33.  
  34.   2. Modifications to DOS CONFIG.SYS and RBBS-PC batch files
  35.   -----------------------------------------------------------
  36.   The first step in using DESQview with RBBS-PC is setting up your CONFIG.SYS
  37.   file.   The FILES statement  is critical.   Allocate at least 16  files for
  38.   each copy  of RBBS-PC.  QEMM/386  will allow you to  allocate files without
  39.   using base RAM  (see the QEMM manual for details).   Increasing DOS BUFFERS
  40.   will also help, but options such as a disk CACHE will determine the optimum
  41.   setting.
  42.  
  43.   A 2-node CONFIG.SYS file should include the following:
  44.  
  45.        FILES=32
  46.        BUFFERS=25
  47.  
  48.   You should  start RBBS-PC from a  two-level batch file.   A "startup" batch
  49.   file  will perform  functions  required only  once, when  you  open the  DV
  50.   window.   The second  file, RBBS.BAT, will  start RBBS-PC,  and process the
  51.   recycling, doors and daily maintenance.
  52.  
  53.   In  our example,  the "startup" batch  file is  named START.BAT.   The node
  54.   number for  each RBBS-PC node is  passed to START.BAT  by DESQview.   In so
  55.   doing, you only need to provide a .DVP  file for each node.  All the  batch
  56.   files are the same, which reduces confusion and maintenance.
  57.  
  58.    in C:\RBBS\START.BAT         Description of each line's function:
  59.   --------------------------    --------------------------------------
  60.   DVANSI                        loads DESQview ANSI.SYS driver
  61.   SET NODE=%1                   Sets the  node number for this  RBBS-PC node
  62.   LDFILTER.COM                  explained later in this appendix
  63.   SET DSZLOG=XFER-%node%.DEF    set DOS environment variable for DSZ
  64.   RBBS                          call RBBS.BAT
  65.  
  66.   The standard RBBS.BAT  (explained in section 13)  will be adequate  for use
  67.   with each node of RBBS-PC under DESQview.
  68.  
  69.   3. What to Tell RBBS-PC's "CONFIG" Utility
  70.   ------------------------------------------
  71.   When  using DESQview,  you will  need to  change  some parameters  with the
  72.   CONFIG program (supplied with RBBS-PC).   If you are running only one node,
  73.   the only required change is parameter  162 (network environment).  Set this
  74.   to DESQview.  If you are running multiple nodes, consult appendix G for the
  75.   parameters that should be set to properly configure multiple nodes.
  76.  
  77.   4. DESQview Setup Default Settings
  78.   -----------------------------------
  79.   The next step  in configuring DESQview for  use with RBBS-PC is  specifying
  80.   the  default settings for DESQview.  DESQview  has a setup program that may
  81.   be invoked  at the DOS  prompt.   Enter SETUP  to run  this DESQview  setup
  82.   routine. After the SETUP program loads, press RETURN for the Advanced Setup
  83.   Procedure  followed by a "P" for Performance  defaults.  Here is an example
  84.   of the recommended settings:
  85.  
  86.   ------------------------------------------
  87.   I  Task Processing Time (in Clock Ticks) I  Optimum Fore/Backgrnd can vary
  88.   I            Foreground:    9            I  between 15/14 and 4/3.  These
  89.   I            Background:    8            I  settings will vary depending on
  90.   I                                        I  CPU speed and number of nodes
  91.   I  Memory Usage (in K)                   I  in operation.  Experiment with
  92.   I      Common Memory:      24            I  different settings to find the
  93.   I      DOS Buffer for EMS:  2            I  best for your system.
  94.   I                                        I
  95.   I  Optimize communications?    (Y/N): N  I  Select [Y] if you're operating
  96.   I  Allow swapping of programs? (Y/N): Y  I  only 1-node under DESQview!
  97.   I  Manage printer contention?  (Y/N): N  I
  98.   I                                        I
  99.   I           Next field     Tab           I
  100.   I           Backup menu    Esc           I
  101.   I           DONE           <─┘           I
  102.   I                                        I
  103.   ------------------------------------------
  104.  
  105.   NEVER  indicate more  clock ticks  for Background  processing than  you are
  106.   using for the Foreground processing.   DESQview will automatically increase
  107.   the  amount of Background  clock ticks whenever there  is little demand for
  108.   Foreground processing.   This will be the case when  running RBBS-PC in the
  109.   background and doing word  processing or a similar task  in the foreground.
  110.   This feature cannot function properly if the Background clock ticks are set
  111.   higher  than the  Foreground  clock ticks.   Setting  the  High Speed  Comm
  112.   default  to YES will  make communications interrupts  the highest priority.
  113.   While this is suggested if you operate a single node, you should specify NO
  114.   for optimum performance when operating multiple nodes.
  115.  
  116.  
  117.   5. Adding RBBS-PC to DESQview's  "Open Window" Menu
  118.   ---------------------------------------------------
  119.   Refer to the section "Adding Your Own Program" in the DESQview manual.  You
  120.   will need to "Add a Program" for each node of RBBS-PC you intend to operate
  121.   on your system.   You may name the programs N1, N2, etc.   N1 will load the
  122.   batch file START.BAT  with the Parameter "1".  N2  will load START.BAT with
  123.   the Parameter "2" and so  on.  Use the following settings for each node (or
  124.   copy) of RBBS-PC you install.
  125.  
  126.                                  Add a Program
  127.   --------------------------------------------------------------------------
  128.    Program Name............: [NODE-1]
  129.  
  130.    Keys to Use on Open Menu: N1                   Memory Size (in K): 380
  131.  
  132.    Program...: START                  Please note that Memory Size above may
  133.                                       need to be increased if you intend to
  134.    Parameters: 1  (node number)       SHELL (rather than DOOR) to External
  135.                                       file transfer protocols.
  136.    Directory.: C:\RBBS
  137.  
  138.    Options:
  139.                   Writes text directly to screen.......: [Y]
  140.                   Displays graphics information........: [N]
  141.                   Virtualize text/graphics (Y,N,T).....: [T]
  142.                   Uses serial ports (Y,N,1,2)..........: [Y] <-N if Using a
  143.                   Requires floppy diskette.............: [N]   FOSSIL driver
  144.   --------------------------------------------------------------------------
  145.  
  146.   Next, press F1 for the Advanced Options menu.
  147.  
  148.                         Change a Program Advanced Options
  149.   --------------------------------------------------------------------------
  150.   System Memory (in K).......:   0   Maximum Program Memory Size (in K)..:
  151.  
  152.   Script Buffer Size.......:     1   Maximum Expanded Memory Size (in K):
  153.  
  154.   Text Pages: 1  Graphics Pages: 0   Initial Mode:      Interrupts: 00 to FF
  155.  
  156.   Window Position:
  157.      Maximum Height:  25       Starting Height:  25       Starting Row...: 0
  158.      Maximum Width.:  80       Starting Width.:  80       Starting Column: 0
  159.  
  160.                                  Shared Program
  161.   Pathname..:
  162.   Data......:
  163.  
  164.   Close on exit (Y,N,blank)......: [N]  Uses its own colors............: [Y]
  165.   Allow Close Window command.....: [Y]  Runs in background (Y,N,blank).: [Y]
  166.   Uses math coprocessor..........: [N]  Keyboard conflict (0-4)........: [0]
  167.   Share CPU when foreground......: [Y]  Share EGA when foregrnd/zoomed.: [Y]
  168.   Can be swapped out (Y,N,blank).: [N]  Protection level (0-3).........: [0]
  169.   --------------------------------------------------------------------------
  170.  
  171.   6. Memory Considerations
  172.   ------------------------
  173.   Please refer to your  DESQview documentation for information regarding  the
  174.   use of XDV.COM and optimizing  the size for each DESQview window.   Current
  175.   versions  of DESQview require a little under  180k of your system's memory,
  176.   leaving only  430k to  operate RBBS-PC on  a system  with 640k.   Specify a
  177.   minimum window size of  380k for RBBS-PC.   If you choose to SHELL  (rather
  178.   than DOOR) to external protocol  drivers for file transfers, you  will have
  179.   to increase this window size.
  180.  
  181.   It  is necessary to use EEMS memory to run two or more concurrent copies of
  182.   RBBS-PC under DESQview.  If  available EEMS memory allows, you may  wish to
  183.   add an additional  "LOCAL" node for  SysOp use.   When using an  additional
  184.   node for  SysOp duties,  an additional modem  and RS-232 interface  are not
  185.   required.  Simply use CONFIG to set up  the .DEF file for the node you  are
  186.   planning to use for SysOp duties.  You must specify the communications port
  187.   as COM0.  Failure to do so will prevent your local  SysOp node from loading
  188.   properly.
  189.  
  190.   7. Expanded Memory
  191.   ------------------
  192.   If you are using  an "Expanded Memory" board that allows more  than 640k to
  193.   be used for programs, the constraints discussed in the previous section may
  194.   not apply.   Specify a  window size of  460K for each node of   RBBS-PC and
  195.   invoke  the  external protocol  drivers by  SHELLing.   For  information on
  196.   running programs in expanded memory, refer  to the manuals for DESQview and
  197.   your particular memory board.
  198.  
  199.   8. How to AUTOEXEC RBBS-PC From DESQview
  200.   ----------------------------------------
  201.   Refer to the  section "LEARN:  DESQview's Keystroke Macro  Feature" in  the
  202.   DESQview manual.  A script assigned to the ! key (on the DESQview menu) has
  203.   a  special meaning.   It is performed  at the  time you start  up DESQview,
  204.   immediately  after the  DESQview menu appears.   This  is called  a STARTUP
  205.   SCRIPT.   You should "Learn"  the Startup Script  with no windows  open and
  206.   with  the DESQview menu  displayed to be  sure it will  play back properly.
  207.   Use this particular  script to load N1,  N2, etc. of RBBS-PC.   If you load
  208.   DESQview  from your  AUTOEXEC.BAT  file, RBBS-PC  will  load from  DESQview
  209.   automatically. This can be handy  if there is a power outage  while you are
  210.   away and no one is around to re-load RBBS-PC when  the electricity returns.
  211.   You should open the window(s) for  RBBS-PC prior to opening windows for any
  212.   other application software.
  213.  
  214.   9. Quarterdeck Utilities
  215.   ------------------------
  216.   Two Quarterdeck utilities, STDERR.COM and LDFILTER.COM are distributed with
  217.   RBBS-PC.    LDFILTER.COM should  be  executed  when you  open  a window  in
  218.   DESQview.  If you use the  Small & Fast version of RBBS-PC, or  you compile
  219.   RBBS-PC with QuickBASIC v2.01,  you should use LDFILTER.COM.  In  the above
  220.   examples, LDFILTER would be placed into the START.BAT batch file.  LDFILTER
  221.   was  written by  Quarterdeck Office  Systems to  compensate for  the memory
  222.   mismanagement of the BASIC compilers.  If you try to "SHELL" to an external
  223.   routine the error  "not enough  memory to SHELL"  is issued.   LDFILTER.COM
  224.   prevents this error condition by preventing the code generated by the BASIC
  225.   compilers from mis-managing memory.
  226.  
  227.   STDERR.COM should be executed from your autoexec.bat file, prior to loading
  228.   DESQview.  STDERR was  written by Quarterdeck Office Systems  to compensate
  229.   DOS' inability  to redirect the  standard error  output to the  same device
  230.   that the standard output device had been redirected to.  If you are running
  231.   something  remotely and an error occurs,  STDERR.COM allows the error to be
  232.   displayed at the remote user's end and not simply on the PC that is running
  233.   RBBS-PC under DESQview.
  234.  
  235.  
  236.   10. Redirecting I/O Considerations (DOS CTTY Command)
  237.   -----------------------------------------------------
  238.   The DOS CTTY  command is NOT supported under DESQview.   The GATEWAY device
  239.   driver  version 2.0, by Hans D. Kellner, provides an excellent alternative.
  240.   This device driver is available on  many bulletin boards under the filename
  241.   GATEWAY2.ZIP.
  242.  
  243.   Since  the DOS CTTY command is not  supported within a DESQview window, you
  244.   may use GATEWAY2 to  allow redirection of I/O.   This will allow the  SysOp
  245.   Function 7 (drop to DOS)  to function properly!  It will also allow RBBS-PC
  246.   DOORS to function that rely on the CTTY command.
  247.  
  248.   Instructions for installing GATEWAY2 with RBBS-PC.
  249.  
  250.      1) Place the file 'GATEWAY2.SYS' in your boot disk root directory.
  251.      2) Add the following lines to your 'CONFIG.SYS' file:
  252.  
  253.         DEVICE=GATEWAY2.SYS -D -1  <-- for node-1 using COM1
  254.         DEVICE=GATEWAY2.SYS -D -2  <-- for node-2 using COM2
  255.  
  256.        (note) You must change the [-d] parameter to [-f] if you are using a
  257.               FOSSIL driver (described later in this appendix).
  258.  
  259.     3) Run the RBBS-PC  CONFIG.EXE program  for each node  of RBBS-PC  you're
  260.        using.   Select parameter 106,  and specify  that you do  NOT want  to
  261.        redirect via CTTY.  CONFIG will then ask if you wish to redirect via a
  262.        device driver.  Enter "Y", and then enter GATE2 as the device name.
  263.  
  264.   The use of GATEWAY2 has an  added benefit for those SysOps who  provide the
  265.   PC-SIG  collection of  files on  CD-ROM.   When  a user  A)rchives a  disk,
  266.   RBBS-PC  will use Gateway to  redirect the archive  activity (normally seen
  267.   only on the SysOp's screen) to the remote user.  This will allow the caller
  268.   to see the PC-SIG disk being archived!
  269.  
  270.   11. FOSSIL Drivers - Break the 2-node Barrier under DESQview!
  271.   -------------------------------------------------------------
  272.   The BASIC language can only support COM1 and COM2, and when either of these
  273.   are selected  and you specify that you will not be using a "FOSSIL" driver,
  274.   RBBS-PC will use  the built-in BASIC support for remote  access (i.e. via a
  275.   communications port and  a modem).    However, RBBS-PC will  interface with
  276.   "FOSSIL" drivers that support not only COM1 and COM2 but  also COM3 through
  277.   COM8.  If  you use parameter 221 to indicate that RBBS-PC is to  access the
  278.   communication port via a FOSSIL driver, the FOSSIL interface (FOSSCOMM.OBJ)
  279.   written by Daan Van der Weide will be used.  FOSSCOMM is already built into
  280.   RBBS-PC, so it will be active as soon as you select it.  In a multi-tasking
  281.   environment  such  as   DESQview  up  to  8  copies   of  RBBS-PC  can  run
  282.   simultaneously  accessing COM1  to  COM8, respectively,  using Ray  Gwinn's
  283.   X00.SYS device driver.    Ray can be reached  via FidoNet (109/639) or  the
  284.   RENEX bulletin  board at (703) 494-8331 or (703) 690-7950.  X00.SYS is also
  285.   available on many BBSs.
  286.  
  287.   When using FOSSIL support, you will select CONFIG parameter 221.  After you
  288.   specify  a communications  port, CONFIG  will ask  if it should  use FOSSIL
  289.   support.   Answer YES, and then  enter the base  comm port address  for the
  290.   port.  See the chart later  in this section for common base  port settings.
  291.   If  you choose  to implement  a fossil  driver, you'll  want to  change the
  292.   following parameter for each DESQview window:
  293.  
  294.      Options:
  295.  
  296.               Uses serial ports (Y,N,1,2)..........: [N]   <--Set to NO
  297.  
  298.   If the fossil  is handling  communications, you should  tell DESQview  that
  299.   RBBS-PC is NOT using  serial ports.  That way, only the  fossil is handling
  300.   the communications for each port.
  301.  
  302.   In the following text, we  will attempt to give you some  basic information
  303.   regarding the use  of X00.SYS  with RBBS-PC.   For additional  information,
  304.   please refer to the documentation provided with the X00.SYS fossil driver.
  305.  
  306.   There are several  approaches that can be  taken to implement serial  ports
  307.   with Ray Gwinn's X00.SYS.  THE  FIRST APPROACH involves the use of separate
  308.   base I/O  addresses and separate  IRQs for each serial  port.  This  is the
  309.   method  we  use on  our  BBS to  provide  4-ports on  a  single 80386-based
  310.   computer.  We use the following configuration:
  311.  
  312.      Card #1   COM1   IRQ4   3F8h  (standard IRQ, standard base I/O)
  313.      Card #1   COM2   IRQ3   2F8h  (standard IRQ, standard base I/O)
  314.      Card #2   COM3   IRQ7   3E8h  (non-standard IRQ, standard base I/O)
  315.      Card #2   COM4   IRQ5   2E8h  (non-standard IRQ, standard base I/O)
  316.  
  317.   We use serial ports with  the NS16550AFN UART chips.  This  particular chip
  318.   is recommended  if you intend  to use 9600-bps  modems with  multiple nodes
  319.   under DESQview.
  320.  
  321.   Here is  a sample CONFIG.SYS line  that activates X00.SYS.   In addition to
  322.   specifying the  IRQs and  base I/O for  each port,  each port is  locked to
  323.   19,200 bps.  High speed modems, or ones that use data compression will gain
  324.   throughput if the port speed is  locked.  This is not necessary if  you are
  325.   using a  standard Hayes-compatible  2400-bps modem.    This entry  is on  a
  326.   single line but appears as two lines below.
  327.  
  328.    DEVICE=C:\X00.SYS E T=2048 R=2048 0=3F8,IRQ4 1=2F8,IRQ3 2=3E8,IRQ7 3=2E8,
  329.    IRQ5 B,0,19200 B,1,19200 B,2,19200 B,3,19200
  330.  
  331.   We have also configured GATEWAY2  (discussed earlier in this text)  to make
  332.   use of the fossil driver.  The lines in CONFIG.SYS would be:
  333.  
  334.      DEVICE=C:\GATEWAY2.SYS -F -1  (gateway for COM1)
  335.      DEVICE=C:\GATEWAY2.SYS -F -2  (gateway for COM2)
  336.      DEVICE=C:\GATEWAY2.SYS -F -3  (gateway for COM3)
  337.      DEVICE=C:\GATEWAY2.SYS -F -4  (gateway for COM4)
  338.  
  339.   THE SECOND APPROACH also  involves the use of a separate  base I/O for each
  340.   port, but  IRQs are "shared".   Recent versions of X00.SYS  will manage the
  341.   use of a "Shared" IRQ.  For example, COM1 and COM2 on the first serial card
  342.   share IRQ4.   COM3 and COM4  on the second serial  card share IRQ3.   Under
  343.   this arrangement each port sharing an IRQ must be located on the SAME CARD.
  344.   This  requirement  is not  due  to  X00.SYS  but  is, instead,  a  hardware
  345.   restriction; IRQs cannot be shared between boards.
  346.  
  347.   In both the above examples, NON-intelligent serial cards are used.  RBBS-PC
  348.   will NOT support the many "Intelligent" multi-port I/O cards on the market.
  349.   These "Intelligent" boards are popular in other environments (such as UNIX)
  350.   but they  provide  a datastream  into  the host  using  a single  base  I/O
  351.   address.   RBBS-PC must receive  its communications at a  separate base I/O
  352.   for each port.
  353.  
  354.   Here's a  chart of generally accepted  IRQs and base I/O  addresses for the
  355.   standard PC/AT and PS/2.  Although these are the common settings, they vary
  356.   (and we stress VARY) according to serial card manufacturer.
  357.  
  358.              Standard AT BUS                    Microchannel (PS/2) BUS
  359.   ------------------------------------------------------------------------
  360.        PORT      BASE I/O      IRQ            PORT      BASE I/O      IRQ
  361.   ------------------------------------------------------------------------
  362.        COM1       3F8h        IRQ4            COM1       3F8h        IRQ4
  363.        COM2       2F8h        IRQ3            COM2       2F8h        IRQ3
  364.        COM3       3E8h        IRQ4            COM3       3220h       IRQ3
  365.        COM4       2E8h        IRQ3            COM4       3228h       IRQ3
  366.        COM5       3F8h        IRQ4            COM5       4220h       IRQ3
  367.        COM6       2F8h        IRQ3            COM6       4228h       IRQ3
  368.        COM7       3E8h        IRQ4            COM7       5220h       IRQ3
  369.        COM8       2E8h        IRQ3            COM8       5228h       IRQ3
  370.   ------------------------------------------------------------------------
  371.  
  372.   If you  intend to duplicate  the 4-node configuration  as in the  preceding
  373.   example, you will need to  find a serial card that will let  you choose any
  374.   IRQ from IRQ3 to IRQ7 for each port (1 through 4).
  375.  
  376.   In closing, there are also some important issues to  consider when choosing
  377.   to go beyond two ports on a single computer.  These include:
  378.  
  379.   1)   EXTERNAL  PROTOCOL SUPPORT.  The  external protocol drivers you choose
  380.        must let you  either define the IRQ for the  additional ports, or they
  381.        just  rely on the  fossil driver for  their communications.   In other
  382.        words, they must have support for fossil drivers.  Some protocols scan
  383.        a port for I/O without using an IRQ.  These will probably work  if you
  384.        use standard base I/O addresses for your additional ports.
  385.  
  386.    2)  CPU SPEED LIMITATIONS.  Here's a chart indicating  recommendations for
  387.        each computer type, amount of EEMS memory and number of nodes.
  388.  
  389.                              --- PERFORMANCE ---
  390.  
  391.     HOST       1-Node 2-Nodes 3-Nodes 4-Nodes 5-Nodes 6-Nodes 7-Nodes 8-Nodes
  392.   COMPUTER      640k   1.4Mb   2.0Mb   2.6Mb   3.2Mb   3.8Mb   4.4Mb   5.0Mb
  393.   -----------------------------------------------------------------------
  394.   PC 4.77-MHz    A2     C3      F5      F5      F5      F5      F5      F5
  395.   PC 8-12-MHz    A1     B2      D5      F5      F5      F5      F5      F5
  396.   AT 8-12-MHz    A1     B2      C4      D5      F5      F5      F5      F5
  397.   AT 16-20-MHz   A1     A1      B3      C3      D5      D5      F5      F5
  398.   80386/SX       A1     A1      A2      B2      C4      C4      D5      D5
  399.   80386/16-MHz   A1     A1      A2      A2      B3      B3      C4      C4
  400.   80386/25-MHz   A1     A1      A2      A2      B3      B3      C3      C3
  401.   80386/33-MHz   A1     A1      A1      A2      B3      B3      B3      B3
  402.   -------------------------------------------------------------------------
  403.                     A=EXCELLENT at 2400-bps    1=EXCELLENT at 9600-bps
  404.                     B=GOOD at 2400-bps         2=GOOD at 9600-bps
  405.                     C=MARGINAL at 2400-bps     3=MARGINAL at 9600-bps
  406.                     D=POOR at 2400-bps         4=POOR at 9600-bps
  407.                     F=Not Recommended          5=Not Recommended at 9600-bps
  408.   --------------------------------------------------------------------------
  409.   Your results may vary due to specific hardware differences.
  410.  
  411.   If you plan to support BPS rates of 9600 or above on one or more nodes, we
  412.   recommend the use of NS16550AFN UART chips.  These chips are necessary for
  413.   acceptable Zmodem (DSZ) performance under DESQview.
  414.  
  415.   12. RBBS-PC Technical Support For DESQview
  416.   ------------------------------------------
  417.   If  you would like additional  information about DESQview  and RBBS-PC, you
  418.   may contact the following RBBS-PC system:
  419.  
  420.        Indiana On-Line (tm)
  421.        John L. Taylor, SysOp
  422.        (812) 332-RBBS  (3/12/24/96/14.4KBPS)
  423.