home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / SX501P1.ZIP / XPSYS.ZIP / IRRPORT.CTL < prev    next >
Text File  |  1994-01-21  |  2KB  |  55 lines

  1. ;----------------------------------------------------------------------------
  2. ; Silver Xpress Optional Irregular Port Settings File
  3. ; copyright (c) 1992-194 by Santronics Software.
  4. ; All Rights Reserved World Wide
  5. ;----------------------------------------------------------------------------
  6. ; Description:  If found, this file is read by XPMAIL in DIRECT COMMUNICATION
  7. ;               mode. It is not read if the FOSSIL is enabled.  If you need
  8. ;               irregular comports, you may use environment strings instead:
  9. ;
  10. ;                  SET BASE=hexaddress     i.e.,  SET BASE=3F8
  11. ;                  SET IRQ=irqnumber       i.e.,  SET IRQ=5
  12. ;
  13. ;               If you do need irregular comports, remove or rename this
  14. ;               file to avoid the reading time at startup.
  15. ;----------------------------------------------------------------------------
  16. ;
  17. ; FORMAT:
  18. ;
  19. ; column1: com port #
  20. ; column2: com port address, or 0 to keep the current default
  21. ; column3: interrupt number, or 0 to keep the current default
  22. ; column4: interrupt vector address, or 0 to keep the current default
  23. ;
  24. ; Use $ for hex numbers, otherwise it is read as a decimal number.
  25. ;----------------------------------------------------------------------------
  26. ;
  27. ; The following is the standard settings on a IBM PC or compatible.
  28.  
  29. 1 $03F8 4 $0C
  30. 2 $02F8 3 $0B
  31. 3 $03E8 4 $0C
  32. 4 $02E8 3 $0B
  33.  
  34. ; These are some alternative com3 settings for a NON PS/2 machine
  35. ; Remove the semi-colon to active one of them. Or change it.
  36.  
  37. ;3 $03E8 2 $0A
  38. ;3 $03E8 3 $0B
  39. ;3 $03E8 4 $0C
  40. ;3 $03E8 5 $0D
  41. ;3 $03E8 6 $0E
  42. ;3 $03E8 7 $0F
  43.  
  44. ; These are some alternative com4 settings for a NON PS/2 machine
  45. ; Remove the semi-colon to active one of them. Or change it.
  46.  
  47. ;4 $02E8 5 $0B
  48.  
  49. ; and some other settings for other wierd ports. Rare.
  50.  
  51. 5 $4220 3 $0B
  52. 6 $4228 3 $0B
  53. 7 $5220 3 $0B
  54. 8 $5228 3 $0B
  55.