README file:

Introduction:
=============
    This directory contains files as following:
1. \windows\setup.exe   :  setup program for tablet driver in Windows 3.X.
2. \windows\setup.inf   :  setup reference file(PLEASE DON'T MODIFY CONTENTS).
3. \windows\tablet.drv  :  tablet drivers for Windows 3.X(coexist with mouse).
4. \windows\wtconfig.exe:  configuration program to control tablet attributes.
5. \windows\readme      :  the file you are reading

How to Install:
===============
1. Turn off your computer.
2. Please connect your tablet to serial port (COM1 or COM2) and make sure power
   socket is properly connected.
3. Starting MS Windows 3.X.
4. Select "Run" item of File Menu in program manager in Windows 3.X
5. type "A:(or B:)\windows\setup.exe" in Run dialog.
6. Follow the instructions of Setup process.
7. When you successfully setup driver on your system,please restart Windows
   3.X to enable our tablet driver.

How to uninstall:
=================
1. You can remove our tablet driver from DRIVERS item of Control Panel,then
   restart Windows.

Features:
=========
1. Our tablet provides a 16 bit installable driver to support MS Windows 3.X.
2. It provides automatic Install programs (SETUP.EXE) to avoid annoying
   installation operations.
3. Tablet can exist alone or coexist with your mouse when it operates under
   Windows 95.
4. Tablet can replace mouse when it operates in relative mode.

Control Panel Application Operation:
====================================
1. You can run "Mouse/Pen" item in "Control Panel" setup private settings of
   attributes of tablet.
2. Relative/Absolute : you can change tablet operation mode in relative or
                       absolute mode through toggling these two radio button.
3. Double Click Speed: it can change double click time in your system like
                       mouse,but you must push "Test" button to enable this
                       function after you change it.
4. Swap button       : it can swap tip and barrel buttons definitions of stylus
                       pen.
5. Mapping Area      : you can change tablet working area that maps full screen
                       area by assigning lower left and upper right coordinates
                       After your select favorite settings,you must push "Test"
                       button to enable this mapping.
6.Test button        : test new mapping area that you like.
7.Undo button        : restore original mapping area.
8.Save button        : When you pusk "Save" button,it means that you already
                       accept new parameters like mapping area,double click
                       speed,and operation mode.Control panel application will
                       record these favorite settings in [Tablet] section of
                       "win.ini" file.That is to say,tablet driver will operate
                       according to your settings value.
8.Ok   button        : When you pusk "Ok" button,it respresent that you already
                       accept new parameters temporarily like mapping area,
                       double click speed,operation mode.Control panel appli-
                       cation will not record these favorite settings in [Tablet]
                       section of "win.ini" file.
9.Cancal button      : abort your settings value.

NOTE:
=====
1. The setup program of WINDOWS subdirectory copies Windows 3.X's drivers and
   modify system parameter to your system,In the meanwhile,it copy other drivers
   like DOS drive,AutoCAD driver,...),to your hardisk in specified directory.
2. When you setup successfully,setup program do following changes in your
   system:
   * change your SYSTEM.INI parameter settings:
     (1) add "pen" string to "drivers=...." key in [boot] section.
         [boot]
         ...
         drivers=mmsystem.dll pen   <-------- add "pen" here
         ...
     (2) add "pen=tablet.drv" string to [drivers] section
         [drivers]
         ...
         "pen=tablet.drv"              <-------- add this line

End of file                                           
