README file:

Introduction:
=============
    This directory contains files as following:
1. \win95\setup.exe  :  setup program of tablet driver.
2. \win95\setup.inf  :  setup reference file(PLEASE DON'T MODIFY CONTENTS).
3. \win95\pen.drv    :  one of tablet drivers for Windows 95.
4. \win95\vpend.vxd  :  one of tablet virtual device drivers for Windows 95.
5. \win95\cplapp.cpl :  configuration program to control tablet attributes.
6. \win95\remove.exe :  program for uninstalling tablet driver.
7. \win95\readme     :  this file.

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 95.
4. Push "Start" button of command bar on your desktop for Windows 95.
5. Choose "Run" item.
6. Type "a:\win95\SETUP.EXE" in "open" field of Run dialog.
7. Push "OK" button in Run Dialog.
8. Follow the instructions of Setup process.
9. When you successfully setup driver on your system,please restart Windows
   95 to enable our tablet driver.

How to uninstall:
=================
1. Push "Start" button of command bar on your desktop for Windows 95.
2. Choose "Run" item.
3. Type "c:\win95\system\REMOVE.EXE" in "open" field of Run dialog.
4. Push "OK" button in Run Dialog.
5. Follow the instructions of uninstallation process.
6. When you successfully uninstall driver on your system,please restart Windows
   95 to disable our tablet driver.

Features:
=========
1. Our tablet provides a 32 bit VxD(Virtual Device Driver)to support MS
   Windows 95.
2. It provides automatic Install/Uninstall programs (named by SETUP.EXE/
   REMOVE.EXE) to avoid annoying installation/Uninstallation 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 "Tablet" item in "Control Panel" of "My Computer" to setup
   private settings of attribute of tablet.
2. Relative/Absolute : you can change tablet operation mode in relative or
                       absolute mode through toggling these two radio button.
3. Full/Half Speed   : You can choose "Full Speed" radio button in control panel
                       application to increase tablet report rate if you feel
                       drawing curve is not smooth enough.
4. 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.
5. Swap button       : it can swap tip and barrel buttons definitions of stylus
                       pen.
6. 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.
7.Test button        : test new mapping area or parameter of double click time.
8.Undo button        : restore original mapping area or parameter of double
                       click time.
9.Ok   button        : When you pusk "Ok" button,it respresent that you already
                       accept new parameters like mapping area,double click
                       speed,operation mode,and report rate.Control panel app-
                       lication will record these favorite settings in registry
                       database of Windows 95.That is to say,tablet driver will
                       operate according to your settings value.
10.Cancal button     : abort your settings value.

NOTE:
=====
1. The setup program of WIN95 subdirectory only copy Windows 95's drivers and
   modify system parameter to your system,if you want to use other driver(like
   DOS driver),you must copy files that you need to your hardisk.
2. When you setup successfully,setup program do following changes in your
   system:
   * Copy "pen.drv","vpend.vxd","cplapp.cpl",and "remove.exe" to you \SYSTEM
     directory.
   * 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 "device=vpend.vxd" string to last line in [386Enh] section.
         [386Enh]
         ...
         device=vpend.vxd           <-------- add this line
     (3) add "pen=pen.drv" string to [drivers] section
         [drivers]
         ...
         "pen=pen.drv"              <-------- add this line

3. When you uninstall tablet driver(run REMOVE.EXE),this program will auto-
   matically restore original settings in your system.
4. If you want to use DOS driver(\runner\wtrun.com) in Windows 95,please first
   uninstall tablet driver using REMOVE.EXE.
5. The current version of driver only support "MS DOS Prompt"(i.e., DOS BOX) in
   windows mode,so if you used to use DOS BOX in full-screen mode,please change
   full-screen mode to windows mode using keys "ALT+Enter" to utilize tablet.
6. If you use "Add new hardware wizard" in Control Panel,you will find tablet
   cursor can't move during windows 95 detects your hardware devices.This
   problem is due to windows 95 system send some message to disable our tablet
   temporarily.You just run tablet configuration program in control panel again
   to enable tablet driver.
7. If you run any program(DOS or WINDOWS) that access communication port directly
   ,the directly access means that program do access comm. I/O port directly
   using like in/out instructions,it will casue tablet operate abnormally owing
   to this port is in use by our virtual device driver. You will find message
   like following:

   ***************************************************************************
   *                      Windows (MS-DOS Prompt)                            *
   *  This application's attempt to get access to COM1(COM2) has been failed.*
   *  Because the port is in use by a virtual device.                        *
   ***************************************************************************

   After this situation,you must restart windows to keep digitizer operate
   normally.
