README - Pen Driver for Pen Windows                         2/15/1996

This file contains the following information for Pen driver:

I.   Introduction
II.  Hardware Requirements and Basic Limitations
III. Files on the diskette
VI.  Installation Notes and Procedures
V.   Release Notes


I.  Introduction
================

We support Pen driver for Pen windows. The drivers apply
all Wintime series product.


II.  Hardware Requirements and Basic Limitations
================================================

All Wintime supports tablets with stylus accessory.

III. Files on the disk
=====================

     The files on the distribution disk as following:

    1 PEN.DRV       --- the standard pen driver

    2 VPEND.386      --- the pen driver for Enhance mode

    3 README	     --- This text file you see now.


VI.  Installation Procedures
===============================================================

Installing the files into Windows
---------------------------------------
This procedure copy all diskette files to Windows directory.

    c:\windows>md wintime (for example)
    c:\windows>cd wintime
    c:\windows\wintime> copy a:*.*

    Note : 1. Please copy YESMOUSE.DRV file in this directory
           2. Please copy VGAP.DRV file in this directory. (for VGA used)

SYSTEM.INI Changes
------------------

The following items must be added or changed in your SYSTEM.INI
file so that the pen extensions will work. NOTE: BACK UP YOUR OLD
SYSTEM.INI file before proceeding.

1.  In the "[boot]" section:

    a. Change the "display.drv=" line so that the display driver
       is the pen capable VGAP.DRV shipped with the Windows SDK.
       For example:

                        display.drv=C:\WINDOWS\WINTIME\VGAP.DRV

       Note:  Only the VGA display device is supported by the pen
       components in the Windows SDK.

    b. Add "pen penwindows" to the list of drivers after the
       "drivers=" key. For example:

             drivers=mmsystem.dll pen penwindows

    c. Change the "mouse.drv=" line so that it points to
       YESMOUSE.DRV. For example:

             mouse.drv=C:\WINDOWS\WINTIME\YESMOUSE.DRV

2. In the "[Drivers]" section:

    a. Add a new item "pen" and set it equal to the path to
       PEN.DRV. For example:

              pen=C:\WINDOWS\WINTIME\PEN.DRV

    b. Add a new item "penwindows" and set it equal to the path
       to PENWIN.DLL.  For example:

              penwindows=C:\WINDOWS\PENWIN.DLL

3. In the "[386Enh]" section:

    a. Add a new item "device" and set it equal to the path to
       VPEND.386. For example:

              device=c:\WINDOWS\WINTIME\VPEND.386

4. In the "[Pen Driver]" section:

    a. Add a new item "COM" and set it equal to 1 (max 4),if serial
       port is com1. For example :

              COM=1


V.  Release Notes
=================
1. More information about orientation, please refer Microsoft SDK.

2. Need Microsoft Windows for Pen computing environment,such as
   penwin.dll mars.dll ... .
