home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / race239.zip / COMPORT.DTA < prev    next >
Text File  |  1993-06-01  |  1KB  |  34 lines

  1. COM5 BASE 3F8 IRQ4
  2. COM6 BASE 2F8 IRQ3
  3. COM7 BASE 3E8 IRQ4
  4. COM8 BASE 2E8 IRQ3
  5.  
  6.  
  7. __________________________________________________________________________
  8.  
  9.  If You Are using one the standard Comports/IRQ's,  there is no need for
  10.   this file.    
  11.   
  12.  Otherwise.... 
  13.  
  14.   Use Your favorite ascii text editor to modify this file to your specs.
  15.  Be sure to use all UPPER CASE letters.
  16.  Valid Base Addresses must be in the range 000 to FFF hexidecimal.
  17.  Valid IRQ's must be in the range IRQ2 to IRQ12
  18.  The first line will correspond to COM5, the second, COM6 etc..
  19.  regardless of what is typed for the COM#.
  20.  
  21. ** The current settings match COM1 through COM4 where COM5 Matches COM1
  22.    and COM6 matches COM2, COM7 matches COM3  etc..
  23.  
  24.  Example : With the current above data, You could specify COM6 in the
  25.            Programs Configuration and it would initialize the Modem at
  26.            Base Address 2F8 ( which is COM2 on Most Computers ) and
  27.            would use IRQ3.
  28.  
  29.  Example : If You wish to run On COM3 with IRQ5, Modify the 3rd line
  30.            to read :  COM7 BASE 3E8 IRQ5
  31.            (3E8 is the Base address for COM3)
  32.            Then specify COM7 in the Program configuration.
  33.  
  34.