home *** CD-ROM | disk | FTP | other *** search
- ;----------------------------------------------------------------------------
- ; Silver Xpress Optional Irregular Port Settings File
- ; copyright (c) 1992-1994 by Santronics Software.
- ; All Rights Reserved Worldwide
- ;----------------------------------------------------------------------------
- ; Description: If found, this file is read by XPMAIL in DIRECT COMMUNICATION
- ; mode. It is not read if the FOSSIL is enabled. If you need
- ; irregular com ports, you may use environment strings instead:
- ;
- ; SET BASE=hexaddress i.e., SET BASE=3F8
- ; SET IRQ=irqnumber i.e., SET IRQ=5
- ;
- ; If you do need irregular com ports, remove or rename this
- ; file to avoid the reading time at startup.
- ;----------------------------------------------------------------------------
- ;
- ; FORMAT:
- ;
- ; column1: com port #.
- ; column2: com port address, or 0 to keep the current default.
- ; column3: interrupt number, or 0 to keep the current default.
- ; column4: interrupt vector address, or 0 to keep the current default.
- ;
- ; Use $ for hex numbers, otherwise it is read as a decimal number.
- ;----------------------------------------------------------------------------
- ;
- ; The following is the standard settings on a IBM PC or compatible.
-
- 1 $03F8 4 $0C
- 2 $02F8 3 $0B
- 3 $03E8 4 $0C
- 4 $02E8 3 $0B
-
- ; These are some alternative com3 settings for a NON PS/2 machine
- ; Remove the semi-colon to activate one of them. Or change it.
-
- ;3 $03E8 2 $0A
- ;3 $03E8 3 $0B
- ;3 $03E8 4 $0C
- ;3 $03E8 5 $0D
- ;3 $03E8 6 $0E
- ;3 $03E8 7 $0F
-
- ; These are some alternative com4 settings for a NON PS/2 machine
- ; Remove the semi-colon to activate one of them. Or change it.
-
- ;4 $02E8 5 $0B
-
- ; and some other settings for other wierd ports. Rare.
-
- 5 $4220 3 $0B
- 6 $4228 3 $0B
- 7 $5220 3 $0B
- 8 $5228 3 $0B
-