# ======================================================================= #
# =                     Readme for TKCal tool                           = #
# =                                               version: 3.01-32b-k24 = #
# =                                               released: 2010/01/28  = #
# ======================================================================= #

TKCal is a tool for eGalax Touch controller for

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

Usage:
    TKCal [Port] [CalType] [Flag]

    [Port]: Port device name where the controller is connected.
    [CalType]: Function options.
        It can be Cal   -> To do 4 points calibration.
                  Linz9 -> To do 9 points calibration.
                  Linz  -> To do 25 points calibration.
                  Draw  -> To execute DrawTest for function testing.
    [Flag]: NoTimer
        It can be used to remove timer bar on the bottom of calibration 
        window. Note that it does NOT support Draw Test functionality.

Example:
    TKCal /dev/ttyS0 Cal

    for 4 points calibration for the eGalax Touch controller on COM1.

    Software developer can use function call "system" to integrate with
    its application program as follows.

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

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