PCLOGIC.SYS: Difference between revisions
Appearance
Created page with "This is the Logitech mouse driver for OS/2. ==CONFIG.SYS== DEVICE=x:\OS2\MDOS\VMOUSE.SYS DEVICE=x:\OS2\POINTDD.SYS DEVICE=x:\OS2\PCLOGIC.SYS SERIAL=COMy ..." |
No edit summary |
||
Line 2: | Line 2: | ||
==CONFIG.SYS== | ==CONFIG.SYS== | ||
DEVICE=x:\OS2\PCLOGIC.SYS SERIAL=COMy | |||
==Parameters== | |||
; SERIAL=COMy : y is the COM port the mouse is using. | |||
==CONFIG.SYS Example== | |||
DEVICE=x:\OS2\MDOS\VMOUSE.SYS | DEVICE=x:\OS2\MDOS\VMOUSE.SYS | ||
DEVICE=x:\OS2\POINTDD.SYS | DEVICE=x:\OS2\POINTDD.SYS | ||
DEVICE=x:\OS2\PCLOGIC.SYS SERIAL= | DEVICE=x:\OS2\PCLOGIC.SYS SERIAL=COM1 | ||
DEVICE=x:\OS2\MOUSE.SYS TYPE=PCLOGIC$ | DEVICE=x:\OS2\MOUSE.SYS TYPE=PCLOGIC$ | ||
x is the OS/2 drive. | |||
[[Category:BASEDEV Statements]] | [[Category:BASEDEV Statements]] | ||
[[Category:Drivers]] | [[Category:Drivers]] |
Revision as of 14:15, 18 August 2017
This is the Logitech mouse driver for OS/2.
CONFIG.SYS
DEVICE=x:\OS2\PCLOGIC.SYS SERIAL=COMy
Parameters
- SERIAL=COMy
- y is the COM port the mouse is using.
CONFIG.SYS Example
DEVICE=x:\OS2\MDOS\VMOUSE.SYS DEVICE=x:\OS2\POINTDD.SYS DEVICE=x:\OS2\PCLOGIC.SYS SERIAL=COM1 DEVICE=x:\OS2\MOUSE.SYS TYPE=PCLOGIC$
x is the OS/2 drive.