home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / GENUTIL / FCI0106.ZIP / FCI.CFG next >
Text File  |  1994-10-24  |  2KB  |  55 lines

  1. ;
  2. ; Global parameter
  3. ;
  4. ; PORTN        d    Number of port (default 2)
  5. ; MAXWAIT    ddd    Number 'nop' call before automatic idle (default 100)
  6. ; MAXTWAIT    ddd    Number of tick for MAXWAIT (default 10)
  7. ; MAXAUTORX    ddd    Number of tick before automatic RX (default 800)
  8. ; MAXAUTOTX    ddd    Number of tick before automatic TX (default 800)
  9. ;
  10. ; Port parameter
  11. ;
  12. ; BASEx        hhhh    Base address
  13. ; PSTSx        hhhh    Port status address for multiserial board
  14. ; PMASKx    hh    Port status mask for multiserial  board
  15. ; PVALUEx    hh    Port status value for multiserial board
  16. ; IRQx        dd    Interrupt request, 0 if polling
  17. ; RXSIZEx    dddd    Rx buffer size (default 1024)
  18. ; TXSIZEx    dddd    Tx buffer size (default 512)
  19. ; RXVHIx    dddd    Limit for XOFF after any char (default RXSIZE * 7 / 8)
  20. ; RXHIx        dddd    Limit for XOFF (default RXSIZE * 3 / 4 )
  21. ; RXLOWx    dddd    Limit for XON (default RXSIZE / 2)
  22. ; BAUDx        ddddd    Fixed baud rate
  23. ; FIFOx        dd    FIFO Rx size (default 8)
  24. ; FLAGIDLEx        Flag idle time
  25. ; FLAGAUTORXx        Flag autorx 
  26. ; FLAGAUTOTXx        Flag autotx
  27. ; FLAGINT13x        Flag disable RTS when INT 13
  28. ; FLAGDSRx        Flag DSR every time on
  29. ; FLAGCTSx        Flag CTS every time on
  30. ; FLAGDCDx        Flag DCD every time on
  31. ;
  32. ; This is one sample configuration for one BBS with two line
  33. ; COM1 & COM2 with fixed baud rate at 38400, detect idle time
  34. ; and autorx/tx enabled.
  35. ;
  36. PORTN        2
  37. MAXAUTORX    800
  38. MAXAUTOTX    800
  39. BASE0        3F8
  40. IRQ0        4
  41. BASE1        2F8
  42. IRQ1        3
  43. RXSIZE0        4096
  44. TXSIZE0        4096
  45. RXSIZE1        4096
  46. TXSIZE1        4096
  47. BAUD0        38400
  48. BAUD1        38400
  49. FLAGAUTORX0
  50. FLAGAUTORX1
  51. FLAGAUTOTX0
  52. FLAGAUTOTX1
  53. FLAGIDLE0
  54. FLAGIDLE1
  55.