;************************************************************************************
;
;      Touch Panel driver setting (Windows3.1)
;
;             Fidmour.drv , Fidmouse.ini
;
;       All rights reserved, Copyright(C)
;       Fujitsu Takamisawa Component Ltd. 1995-2001
;************************************************************************************
This Touch Panel driver uses the parameters in Fidmouse.ini to configure the connection port.

  IRQNO   : IRQ number
  IOADR   : I/O address

 1. IRQ number
        0x1 ` 0xF (IRQ1`IRQ15)

 2. I/O adress
        0x0 ` 0xFFFF
           

         Ex)  When setting I/O=2f8h, IRQ=3, COM2

              IRQNO = 3  
              IOADR = 0x2f8

 [Installation]
        copy the Fidmouse.ini file to windows folder.
        copy the Fidmour.drv file to windows\system folder.

        change the system.ini file at windows folder as follows.
           mouse.drv = Fidmour.drv

        and then restart your system.


