home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / cas-301.zip / CAS-BIN.ZIP / PORTS4.BBS < prev    next >
File List  |  1992-01-05  |  4KB  |  75 lines

  1. ;
  2. ; PORTS.BBS
  3. ; ---------
  4. ; This file identifies the I/O port assignments used for Mycroft Doorware
  5. ; products or any doors compiled using the Mycroft DM Library Version 3.00
  6. ; or newer.
  7. ;
  8. ; Lines starting with a ';' and blank lines are ignored.  Other lines are
  9. ; processed and entered into the port table used by the door program.  Ports
  10. ; not specified in this file use the default values (as described below).
  11. ;
  12. ; The format of each entry contains the following entries in the order shown
  13. ; here:
  14. ;
  15. ; PORT - Comm Port ID           This field indicates which port is being
  16. ;                               defined.  It may range anywhere between
  17. ;                               COM1 and COM8.
  18. ; ADDR - I/O Port Address       This field identified the physical I/O port
  19. ;                               address.  This value is expressed as a four
  20. ;                               digit hex number.
  21. ; IRQ# - IRQ Number             This field identifies the IRQ (Interrupt
  22. ;                               Request) line used by the I/O port.  This
  23. ;                               value may range between IRQ0 and IRQ15.
  24. ; ACCS - Access Type            This field indicates how the I/O is to be
  25. ;                               performed.  The following values are allowed:
  26. ;                                       BIOS - BIOS or Fossil driver
  27. ;                                       PORT - Direct access to the I/O ports
  28. ;                                       INTT - Interrupt driven transmit only
  29. ;                                       INTR - Interrupt driven receive only
  30. ;                                       INTB - Interrupt driven bi-dir
  31. ; HAND - Handshake Flag         This field indicates what type of handshaking
  32. ;                               the program is to use when communicating with
  33. ;                               your modem.  This value may be one of the
  34. ;                               following values:
  35. ;                                       NONE - No handshake
  36. ;                                       SOFT - XON/XOFF handshaking
  37. ;                                       HARD - RTS/CTS hardware handshake
  38. ;                                       BOTH - Both XON/XOFF & RTS/CTS
  39. ;                               It is recommended that HARD be used.  If your
  40. ;                               modem does not produce CTS then it is suggested
  41. ;                               that you use NONE.
  42. ; PASS - Pass Through Flag      This field indicates whether the IRQ being
  43. ;                               used is shared with another device.  This field
  44. ;                               may be set to either YES to allow interrupt
  45. ;                               passthrough or NO to disable it.  This field
  46. ;                               is ignored if the INTE field is set to NO.
  47. ;                               Suggested value for this field is NO unless
  48. ;                               you are using true shared interrupts.
  49. ;
  50. ;
  51. ; No defaults are provided for COM5 through COM8 and they must be defined
  52. ; if they are to be used.
  53. ;
  54. ; Defaults for COM1 through COM4 are as follows:
  55. ;
  56. ; PORT   ADDR   IRQ#   INTE   HAND   PASS
  57. ; ---------------------------------------
  58. ; COM1   03F8   IRQ4   INTB   HARD   NO
  59. ; COM2   02F8   IRQ3   INTB   HARD   NO
  60. ; COM3   03E8   IRQ4   INTB   HARD   NO
  61. ; COM4   02E8   IRQ3   INTB   HARD   NO
  62. ;
  63. ;
  64. ; Actual Definitions:
  65. ;
  66. ; PORT   ADDR   IRQ#   INTE   HAND   PASS
  67. ; ---------------------------------------
  68.   COM1   03F8   IRQ4   INTB   HARD   NO
  69.   COM2   02E8   IRQ3   INTB   HARD   NO
  70.   COM3   03F8   IRQ4   INTB   HARD   NO
  71.   COM4   02E8   IRQ3   INTB   HARD   NO
  72. ;
  73. ; End of file
  74. ;
  75.