MPAP200.SYS: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Quatech MPAP-200 RS-422 or RS-485 serial interface OS/2 PCMCIA Driver. | Quatech MPAP-200 RS-422 or RS-485 serial interface OS/2 PCMCIA Driver. | ||
DEVICE=drive:\path\MPAP200.SYS (addr,irq) ... (addr,irq) | DEVICE=drive:\path\MPAP200.SYS (addr,irq)=Sx ... (addr,irq)=Sx | ||
;drive:\path :Specifies the drive letter and directory to which you copied the client driver file, and (addr,irq) ... (addr,irq) stand for a variable number of desired configurations. | ;drive:\path :Specifies the drive letter and directory to which you copied the client driver file, and (addr,irq) ... (addr,irq) stand for a variable number of desired configurations. | ||
Line 8: | Line 8: | ||
;irq :(required) The interrupt level (IRQ) of the MPAP-200. This decimal number must be one of the following values: 3, 4, 5, 7, 9, 10, 11, 12, 14, 15, or 0 if no IRQ is desired. | ;irq :(required) The interrupt level (IRQ) of the MPAP-200. This decimal number must be one of the following values: 3, 4, 5, 7, 9, 10, 11, 12, 14, 15, or 0 if no IRQ is desired. | ||
;=Sx :Tying a configuration to a particular socket A configuration can be made specific to a socket by appending "=Sx" after the closing parenthesis, where "X" is the desired socket number. | |||
Example: Configure the MPAP-200 at base address 300 hex and IRQ 5. Configuration | |||
will fail if any of these resources are already in use. Only one MPAP-200 can be used. | |||
DEVICE=C:\MPAP-200\MPAP200.SYS (300,5) | |||
Example: Configure the MPAP-200 at base address 300 hex and IRQ 5. Configuration | |||
will fail if any of these resources are already in use. Only one MPAP-200 can be used. | |||
DEVICE=C:\MPAP-200\MPAP200.SYS (300,5) | |||
Example: Configure the MPAP-200 at base address 300 hex and IRQ 5. If any of these | |||
resources are not available, the second choice is to configure the MPAP-200 at base address | |||
110 hex and IRQ 15. Up to two MPAP-200s can be used. | |||
DEVICE=C:\MPAP-200\MPAP200.SYS (300,5) (110,15) | |||
Example: If an MPAP-200 is inserted into socket 1, configure it at base address 300 hex | |||
and IRQ 5. If any of these resources are not available, the card will not be configured. If an | |||
MPAP-200 is inserted into socket 2, configure it at base address 110 hex and IRQ 15. If any of | |||
these resources are not available, the card will not be configured. Up to two MPAP-200s can be | |||
used. | |||
DEVICE=C:\MPAP-200\MPAP200.SYS (300,5)=S1 (110,15)=S2 | |||
==Links== | ==Links== |
Revision as of 16:04, 31 December 2021
Quatech MPAP-200 RS-422 or RS-485 serial interface OS/2 PCMCIA Driver.
DEVICE=drive:\path\MPAP200.SYS (addr,irq)=Sx ... (addr,irq)=Sx
- drive
- \path :Specifies the drive letter and directory to which you copied the client driver file, and (addr,irq) ... (addr,irq) stand for a variable number of desired configurations.
- addr
- (required) The base I/O address of the MPAP-200. This number must be a three-digit hexadecimal value ending in 0.
- irq
- (required) The interrupt level (IRQ) of the MPAP-200. This decimal number must be one of the following values: 3, 4, 5, 7, 9, 10, 11, 12, 14, 15, or 0 if no IRQ is desired.
- =Sx
- Tying a configuration to a particular socket A configuration can be made specific to a socket by appending "=Sx" after the closing parenthesis, where "X" is the desired socket number.
Example: Configure the MPAP-200 at base address 300 hex and IRQ 5. Configuration will fail if any of these resources are already in use. Only one MPAP-200 can be used.
DEVICE=C:\MPAP-200\MPAP200.SYS (300,5)
Example: Configure the MPAP-200 at base address 300 hex and IRQ 5. Configuration will fail if any of these resources are already in use. Only one MPAP-200 can be used.
DEVICE=C:\MPAP-200\MPAP200.SYS (300,5)
Example: Configure the MPAP-200 at base address 300 hex and IRQ 5. If any of these resources are not available, the second choice is to configure the MPAP-200 at base address 110 hex and IRQ 15. Up to two MPAP-200s can be used.
DEVICE=C:\MPAP-200\MPAP200.SYS (300,5) (110,15)
Example: If an MPAP-200 is inserted into socket 1, configure it at base address 300 hex and IRQ 5. If any of these resources are not available, the card will not be configured. If an MPAP-200 is inserted into socket 2, configure it at base address 110 hex and IRQ 15. If any of these resources are not available, the card will not be configured. Up to two MPAP-200s can be used.
DEVICE=C:\MPAP-200\MPAP200.SYS (300,5)=S1 (110,15)=S2