home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / comx.exe / COMX.TXT < prev   
Text File  |  1994-07-06  |  5KB  |  145 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              AIOCOMX V.2.11
  5. DOCUMENT ID:        TID250188
  6. DOCUMENT REVISION:  C
  7. DATE:               06JUL94
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Issue
  10. README FOR:         COMX.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare Global MHS 2.0
  14.  
  15. ABSTRACT:
  16.  
  17. A stand alone release of AIO.NLM and AIOCOMX.NLM, for Global MHS users.
  18.  
  19. ──────────────────────────────────────────────────────────────────────────────
  20. DISCLAIMER
  21. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL.  NOVELL
  22. MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION.  HOWEVER, THE
  23. INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL
  24. MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  25. ──────────────────────────────────────────────────────────────────────────────
  26.  
  27. SYMPTOM
  28.  
  29. COMX.EXE provides AIOCOMX.NLM and AIO.NLM for Novell asynch products.
  30.  
  31. NOTE:  This AIOCOMX.NLM is NOT a general purpose comm port driver.  Novell has
  32. only tested this driver with Global MHS, and NetWare Connect.
  33.  
  34. SOLUTION
  35.  
  36. Use the files in COMX.EXE according to the instructions below.
  37.  
  38. 1. AIO requires that the comm ports be numbered starting from zero and that
  39. they have contiguous numbers.  Therefore include a "node=" parameter on the
  40. command line.  
  41. For example:
  42.   LOAD AIOCOMX PORT=3F8 INT=4 NODE=0 NAME=COM1
  43.  
  44. sets the board number for this invocation of the driver to zero.  Succeeding
  45. load commands for the driver require "node=1", "node=2" ... 
  46.  
  47. 2. AIOCOMX determines whether or not the port has a 16550 UART.  If a 16550
  48. UART is detected, the maximum port speed defaults to 19.2kbps.  If a 16550
  49. UART is not detected the maximum port speed defaults to 2400bps.  However,
  50. some devices (including many internal modems) are capable of properly
  51. supporting a higher speed than the default values.
  52.  
  53. If you have a buffered device capable of supporting speeds higher than the
  54. default rate, use the following load command where N is the maximum speed
  55. rating override:
  56. For example:  
  57.      LOAD AIOCOMX MAXRATE=14400 PORT=3F8 INT=4 NODE=0 NAME=BOARD0
  58. would set an internal modem at comm1 to 14.4.
  59.  
  60. NOTE!! In theory, very high speeds can be set.  However, it is important the
  61. MAXRATE command not be abused.
  62.   A. The practical safe speed is determined by the buffering ability of the
  63. communications device.
  64.   B. Even with extremely capable devices, speeds above 38400 are likely to
  65. result in lost characters.
  66.   C. The CPU of a busy file server will be stressed, if it has to drive a comm
  67. port at very high speeds.   
  68.  
  69. 3. Other available AIOCOMX load parameters are:
  70.  - PORT=N
  71. Where N is the hexadecimal port address which the device resides.
  72.  
  73.  - INT=N
  74. Where N is the interrupt number assigned to the particular port.
  75.  
  76.  - NAME=Y  
  77. Where Y is the user defined name which correlated to the board loaded.
  78.  
  79.  - NODE=N  
  80. Where N is the decimal number which will override the hardware defined board
  81. number.  Ordinarily COM1 is assigned board 0, and COM2 is assigned board 1.
  82.  
  83.  - FORCE   
  84. FORCE overrides hardware device validation, resulting in the driver using the
  85. specified hardware resources regardless of whether they exist.
  86.  
  87.  - NOFIFO
  88. NOFIFO will override the automatic selection of 16550 FIFO mode. Regardless of
  89. whether 16500 FIFO mode capability has been detected.
  90.  
  91.  - RXT=N  
  92. Where N is the default override value to use for the transmitter data queue,
  93. when 16550 FIFO mode has been selected.
  94.  
  95.  - TXQ=N   
  96. Where N is the default override value to use for transmitter data queue, when
  97. 16550 FIFO mode has been selected.
  98.  
  99. Self-Extracting File Name:  COMX.EXE     Revision:  C
  100.  
  101. Files Included     Size     Date      Time
  102.  
  103. \
  104.     COMX.TXT         (This File)
  105.      AIO.NLM      83033   05-04-94    2:11p
  106.  AIOCOMX.NLM      17537   06-01-94    1:35p
  107.  
  108. Installation Instructions: 
  109.  
  110. Copy AIO.NLM and AIOCOMX.NLM to the SYSTEM subdirectory of the SYS Volume. 
  111.  
  112. Patch History:
  113.  
  114. This release of AIO.NLM and AIOCOMX.NLM is supersedes all prior versions for
  115. Global MHS.  
  116. NOTE: These files also work with NetWare Connect 1.0.  However, NetWare
  117. Connect administrators should download the latest specific NetWare Connect
  118. patch.  
  119.  
  120.  
  121. Performance Issues:
  122.  
  123. 1. AIOCOMX automatically configures itself to run in enhanced (FIFO) mode if
  124. it detects a 16550 UART.  The receiver data threshold and transmit queues for
  125. the FIFOs can be changed by the user if this mode is allowed, but their
  126. default values are probably optimal.  If a 16550 device is not present in your
  127. system the user is prohibited from attempting to place the driver in enhanced
  128. mode.
  129.  
  130. 2. Only ONE port is loaded for each installation of the driver.
  131.  
  132. 3. Operates in both NetWare 3.x and 4.x environments.
  133.  
  134. 4. Multiple command line options available at driver load time.
  135.  
  136. 5. Driver command line load information is available by entering 'LOAD AIOCOMX
  137. ?' at server prompt.  (The driver will not be loaded.)
  138.  
  139. 6. Allows AIO applications to use the built in serial ports on the server or
  140. those of an add in card that emulates standard serial ports.  Up to four such
  141. ports can be supported.  Each port requires it's own interrupt.
  142.  
  143.  
  144.  
  145.