home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / nwc001.exe / AIOCOMX.TXT < prev    next >
Text File  |  1994-06-17  |  3KB  |  93 lines

  1. AIOCOMX.TXT
  2. 17Jun94
  3.  
  4. If AIOCOMX detects a 16550 UART, the maximum port speed defaults to
  5. 19.2kbps.  If a 16550 UART is not detected, the maximum port speed
  6. defaults to 2400bps.
  7.  
  8. However, some devices (including many internal modems) are capable of
  9. properly supporting a higher speed than the default values.
  10.  
  11. If you have a buffered device capable of supporting speeds higher than
  12. the default rate, use the following load command where N is the
  13. maximum speed rating override:  MAXRATE=N
  14.  
  15. For example:  
  16.   LOAD AIOCOMX MAXRATE=14400 PORT=3F8 INT=4 NODE=0 NAME=BOARD0
  17. would set an internal modem at comm1 to 14.4.
  18.  
  19. NOTE!! In theory, very high speeds can be set.   
  20. However, it is important the MAXRATE command not be abused.
  21.   A. The practical safe speed is determined by the buffering ability
  22.   of the communications device.
  23.   B. Even with extremely capable devices, speeds above 38400 are
  24.   likely to result in lost characters.
  25.   C. The CPU of a busy file server will be stressed, if it has to
  26.   drive a comm port at very high speeds.
  27.  
  28. Additional AIOCOMX LOAD Parameters:
  29.  
  30. 1. ?
  31. Driver command line load information is available by entering 'LOAD
  32. AIOCOMX ?' at server prompt.  (The driver will not be loaded.)
  33.  
  34. 2. NODE= 
  35. AIO requires that the comm ports be numbered starting from zero and
  36. that they have contiguous numbers.
  37. Therefore include a "node=" parameter on the command line.  
  38. For example:
  39.   LOAD AIOCOMX PORT=3F8 INT=4 NODE=0 NAME=COM1
  40.  
  41. sets the board number for this invocation of the driver to zero.
  42. Succeeding load commands for the driver require "node=1", "node=2" ...
  43.  
  44. 3. PORT=N
  45. Where N is the hexadecimal port address which the device resides.
  46.  
  47. 4. INT=N
  48. Where N is the interrupt number assigned to the particular port.
  49.  
  50. 5. NAME=Y  
  51. Where Y is the user defined name which correlated to the board loaded.
  52.  
  53. 6. NODE=N  
  54. Where N is the decimal number which will override the hardware defined
  55. board number.  Ordinarily COM1 is assigned board 0, and COM2 is
  56. assigned board 1.
  57.  
  58. 7. FORCE   
  59. FORCE overrides hardware device validation, resulting in the driver
  60. using the specified hardware resources regardless of whether they
  61. exist.
  62. 8. NOFIFO
  63. NOFIFO will override the automatic selection of 16550 FIFO mode.
  64. Regardless of whether 16500 FIFO mode capability has been detected.
  65.  
  66. 9. RXT=N  
  67. Where N is the default override value to use for the transmitter data
  68. queue, when 16550 FIFO mode has been selected.
  69.  
  70. 10. TXQ=N   
  71. Where N is the default override value to use for transmitter data
  72. queue, when 16550 FIFO mode has been selected.
  73.  
  74. AIOCOMX Performance Issues:
  75. 1. AIOCOMX automatically configures itself to run in enhanced (FIFO)
  76. mode if it detects a 16550 UART.  The receiver data threshold and
  77. transmit queues for the FIFOs can be changed by the user if this mode
  78. is allowed, but their default values are probably optimal.  If a 16550
  79. device is not present in your system the user is prohibited from
  80. attempting to place the driver in enhanced mode.
  81.  
  82. 2. Only ONE port is loaded for each installation of the driver.
  83.  
  84. 3. Operates in both NetWare 3.x and 4.x environments.
  85.  
  86. 4. Multiple command line options available at driver load time.
  87.  
  88. 5. This AIOCOMX allows AIO applications to use the built in serial
  89. ports on the server or those of an add in card that emulates standard
  90. serial ports. 
  91.  
  92. Up to four such ports can be supported.  Each port requires it's own
  93. interrupt.