# ========================================================================================== #

                              Readme for TKCal tool                released date: 2007/07/06

TKCal is a tool for TocuhKit controller for

1.) 4 points calibration
2.) 25 points calibration
3.) Draw Test

Usage:
    TKCal [Port] [CalType]

    [Port]
        Port device name where the controller is connected.	
    [CalType]
        Function options. It can be 
        Cal: To do 4 points calibration.
        Linz: To do 25 points calibration.
        Draw: To execute DrawTest for function testing.

Example:
    TKCal /dev/ttyS0 Cal

    for 4 points calibration for the TouchKit controller on COM1.

Software developer can use function call "system" to integrate with its application program.
For example:
    system("TKCal /dev/ttyS0 Cal");

Note: 
    The root permission is required to run this tool program.

# ========================================================================================== #
