Jump to content

MPAP200.SYS: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by one other user not shown)
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.
==Parameter==
;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.


;addr :(required) The base I/O address of the MPAP-200. This number must be a three-digit hexadecimal value ending in 0.
==Examples==
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)
 
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)


;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.
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==
* [https://hobbes.nmsu.edu/?search=Quatech_MPAP-200_1-0.zip Quatech_MPAP-200_1-0.zip]
* [https://hobbes.nmsu.edu/?search=Quatech_MPAP-200_1-0.zip Quatech_MPAP-200_1-0.zip]
* [https://ia903403.us.archive.org/2/items/quatech-pcmcia-serial-parallel-adapters-manuals/mpap200.pdf Manual]


[[Category:DEVICE Statements]]
[[Category:DEVICE Statements]]

Latest revision as of 03:39, 24 January 2023

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

Parameter

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.

Examples

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)

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)

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