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

                    Readme for TKCal tool
                                              version: 2.03-64b-k26
                                              released date: 2008/05/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 as follows.

        system("TKCal /dev/ttyS0 Cal");

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