home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / BOTAV201.ZIP / DOOR.CFG < prev    next >
Text File  |  1995-05-26  |  3KB  |  65 lines

  1. ; DOOR.CFG - Battle of The Arts Configuration File
  2. ;
  3. ; This configuration file is only used if you are not using a fossil driver.
  4. ; If you are using a fossil driver, don't worry about editing this file, you
  5. ; don't even have to touch it.
  6. ;
  7. ; Any text following a semi-colon (;), and blank lines, are ignored.
  8. ; By removing the semi-colon (;), you will activate the option.
  9. ;
  10. ;------------------------------------------------------------------------------
  11. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  12. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  13. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  14. ;  the door to always communicate directly with the modem, bypassing any
  15. ;  FOSSIL driver.    
  16. ;
  17. ;NoFossil
  18. ;
  19. ;------------------------------------------------------------------------------
  20. ;
  21. ;  The following options only apply if a FOSSIL driver is NOT being used for
  22. ;  serial communications. If a FOSSIL driver IS being used, these options
  23. ;  are normally set on the FOSSIL driver command line.
  24. ;
  25. ;  Hexidecimal address of the serial port. This address can usually be
  26. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  27. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  28. ;  (;) to activate this option.
  29. ;
  30. ;PortAddress 3E8
  31. ;                               
  32. ;
  33. ;  Interrupt request line that the serial port is using. May be any IRQ line
  34. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  35. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  36. ;  to activate this option.
  37. ;
  38. ;PortIRQ 4
  39. ;
  40. ;
  41. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  42. ;  the serial I/O receive buffer. You may want to increase this buffer size
  43. ;  if you find that characters being sent from the user's modem are being lost.
  44. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  45. ;  buffer. You may want to increase this buffer size for improved performance
  46. ;  in some multitasking environments.
  47. ;
  48. ReceiveBuffer 256
  49. TransmitBuffer 1024
  50. ;
  51. ;
  52. ;  UART FIFO buffers. Normally, OpenDoors will use 16550A UART FIFO buffers
  53. ;  if they are available. You can prevent OpenDoors from using the FIFO
  54. ;  buffers, even if they are available, by removing the semi-colon before
  55. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  56. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  57. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  58. ;  bytes.
  59. ;
  60. ;
  61. ;NoFIFO
  62. FIFOTriggerSize 4
  63. ;
  64. ;------------------------------------------------------------------------------
  65.