home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zodiac Super OZ
/
MEDIADEPOT.ISO
/
FILES
/
13
/
COMMIO0B.ZIP
/
DOOR.INI
< prev
next >
Wrap
Text File
|
1996-05-20
|
3KB
|
63 lines
; Example INI file for the COMMIO door kit.
; Most of the following values MUST be set to the correct values for your
; BBS, since i have not finished the LoadDropFile() procedures. And each
; node of the BBS must have its own INI with the correct values for the
; comport.
; NOTE: currently, the door assumes the user has ANSI enabled. so colors
; and animations will always be sent. This is because i have not
; made a DetectAnsi() function yet.
Usefossil = no
; Are you using a Fossil Driver? NO will use the internal comm routines.
; values: yes/true/1=yes, no/false/0=no
node = 1
; What node are we on?
; the door doesn't care what this is set to.
ComPort = 1
; What comport does this node use?
; 0=local mode
Baudrate = 57600
; What is the baudrate of the comport?
; baudrate is ignored if comport=0
; values are: 300,1200,2400,4800,9600,19200,38400 [,57600,115200]
; NOTE: if using a fossil driver, the highest baudrate allowed is 38400
UseFIFOs = yes
; Unless you have an OLD/CHEAP modem, you probably don't have to worry about
; this value. You want it set to YES if possible. See below...
; If yes then use FIFO's if found else ... do not use FIFO's, even if found.
; This is here because i do not have a DetectUart function yet. And some
; UARTs either have NO fifos, and some have BUGGY fifos (16550 [no A]) If
; you know that your comport has a 16550 [no A] UART, set this to NO. If
; you have anything higher, or lower it doesn't matter. The init routines
; will detect if FIFO's are present or not (they just can't tell if the FIFOs
; are working or not)
;;IRQ = 4
; non-standard IRQ for comport. If the comport is using a non-standard
; IRQ, then uncomment the IRQ line above, and select the correct IRQ.
; I'm not sure, but this might only work with the Internal comm routines,
; I know it works for those, but i don't know if the fossil driver will
; accept it.
WordSize = 8
; WordSize (Databits). You probably don't have to mess with this.
Parity = "N"
; Parity. You probably don't have to mess with this.
; values are: "N"one,"E"ven,"O"dd (char in quotes only)
StopBits = 1
; StopBits. You probably don't have to mess with this.
InBufSize = 512
OutBufSize = 1024
; INPUT & OUTPUT buffer sizes. These values are only used for the Internal
; COMM routines, it makes no difference if using a Fossil. (because i don't
; know how to change the buffer sizes for a Fossil driver, but i'm looking)
; Max values are: 32767 bytes