Jump to content

MONMOU02.SYS: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "Serial Touchscreen Controller on PS/2 System DEVICE=MONMOU02.SYS <parameter> '''Parameter:''' where is: :4035 for the IntelliTouch E281-4035 PC-Bus controller. :4025 for the..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 2: Line 2:
  DEVICE=MONMOU02.SYS <parameter>
  DEVICE=MONMOU02.SYS <parameter>


'''Parameter:'''
==Parameters==
where is:
;4035:for the IntelliTouch E281-4035 PC-Bus controller.
:4035 for the IntelliTouch E281-4035 PC-Bus controller.
;4025:for the IntelliTouch E281{A}-4025 PC-Bus controllers.
:4025 for the IntelliTouch E281{A}-4025 PC-Bus controllers.
;2201:for the AccuTouch E271-2201 PC-Bus controller.
:2201 for the AccuTouch E271-2201 PC-Bus controller.
;141:for the AccuTouch E271-141 PC-Bus controller.
:141 for the AccuTouch E271-141 PC-Bus controller.


matches the jumper settings on the controller.
matches the jumper settings on the controller.
Line 13: Line 12:
matches the interrupt jumper on the controller.
matches the interrupt jumper on the controller.


'''NOTE:''' Disabling the COM Drivers
;Note: Disabling the COM Drivers
If you selected IRQ4 or IRQ3 for the touchscreen controller (the interrupts reserved for COM1 and COM2), move the DEVICE=COM.SYS and DEVICE=VCOM.SYS commands (if present) before the DEVICE= MONMOU03.SYS command in CONFIG.SYS. This prevents the COM drivers from displaying a message saying the COM port is unavailable. Add the flag (,0,0) to COM.SYS, where is 1 for IRQ4 or 2 for IRQ3.
:If you selected IRQ4 or IRQ3 for the touchscreen controller (the interrupts reserved for COM1 and COM2), move the DEVICE=COM.SYS and DEVICE=VCOM.SYS commands (if present) before the DEVICE= MONMOU03.SYS command in CONFIG.SYS. This prevents the COM drivers from displaying a message saying the COM port is unavailable. Add the flag (,0,0) to COM.SYS, where is 1 for IRQ4 or 2 for IRQ3.
 
;Note: If you do not wish to have a mouse connected, change the "stype=elomou$" flag to "type=elomou$" on the DEVICE=[[MOUSE.SYS]] command.
'''NOTE:''' If you do not wish to have a mouse connected, change the "stype=elomou$" flag to "type=elomou$" on the DEVICE=[[MOUSE.SYS]] command.
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|No
|No
|Yes
|Yes
|}


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

Latest revision as of 17:17, 29 August 2021

Serial Touchscreen Controller on PS/2 System

DEVICE=MONMOU02.SYS <parameter>

Parameters

4035
for the IntelliTouch E281-4035 PC-Bus controller.
4025
for the IntelliTouch E281{A}-4025 PC-Bus controllers.
2201
for the AccuTouch E271-2201 PC-Bus controller.
141
for the AccuTouch E271-141 PC-Bus controller.

matches the jumper settings on the controller.

matches the interrupt jumper on the controller.

Note
Disabling the COM Drivers
If you selected IRQ4 or IRQ3 for the touchscreen controller (the interrupts reserved for COM1 and COM2), move the DEVICE=COM.SYS and DEVICE=VCOM.SYS commands (if present) before the DEVICE= MONMOU03.SYS command in CONFIG.SYS. This prevents the COM drivers from displaying a message saying the COM port is unavailable. Add the flag (,0,0) to COM.SYS, where is 1 for IRQ4 or 2 for IRQ3.
Note
If you do not wish to have a mouse connected, change the "stype=elomou$" flag to "type=elomou$" on the DEVICE=MOUSE.SYS command.