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 >
Wrap
Text File
|
1995-05-26
|
3KB
|
65 lines
; DOOR.CFG - Battle of The Arts Configuration File
;
; This configuration file is only used if you are not using a fossil driver.
; If you are using a fossil driver, don't worry about editing this file, you
; don't even have to touch it.
;
; Any text following a semi-colon (;), and blank lines, are ignored.
; By removing the semi-colon (;), you will activate the option.
;
;------------------------------------------------------------------------------
; Normally, a FOSSIL driver is used for serial I/O if one is available. If
; a FOSSIL driver has not been loaded, the door communicates directly with
; the modem. Removing the semi-colon (;) from the "NoFossil" option causes
; the door to always communicate directly with the modem, bypassing any
; FOSSIL driver.
;
;NoFossil
;
;------------------------------------------------------------------------------
;
; The following options only apply if a FOSSIL driver is NOT being used for
; serial communications. If a FOSSIL driver IS being used, these options
; are normally set on the FOSSIL driver command line.
;
; Hexidecimal address of the serial port. This address can usually be
; determined automatically for ports COM1, COM2, COM3, and COM4, and is
; normally only required for ports COM5 and higher. Remove the semi-colon
; (;) to activate this option.
;
;PortAddress 3E8
;
;
; Interrupt request line that the serial port is using. May be any IRQ line
; from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
; while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
; to activate this option.
;
;PortIRQ 4
;
;
; Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
; the serial I/O receive buffer. You may want to increase this buffer size
; if you find that characters being sent from the user's modem are being lost.
; "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
; buffer. You may want to increase this buffer size for improved performance
; in some multitasking environments.
;
ReceiveBuffer 256
TransmitBuffer 1024
;
;
; UART FIFO buffers. Normally, OpenDoors will use 16550A UART FIFO buffers
; if they are available. You can prevent OpenDoors from using the FIFO
; buffers, even if they are available, by removing the semi-colon before
; the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
; may be placed in the FIFO buffers before an serial I/O interrupt is
; envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
; bytes.
;
;
;NoFIFO
FIFOTriggerSize 4
;
;------------------------------------------------------------------------------