6410 - touchcom

Analyzer
I have downloaded the latest Mini6410-WinCE6-Suite-1046 and made the
changes in configuration file: SMDK6410.bat
I can`t get the touch interface TOUCHCOM-1034 working with WinCE. It is
working properly with Linux and Android without making any changes in
config files. 
Please help me to choose right parameters regarding    
set BSP_NOTOUCH=
set BSP_NOTOUCH_ADC=
set BSP_NOTOUCHCOM=1
set BSP_NOTOUCH_1WIRE=

Or maybe I miss something.
Thank you

Errol
If i'm not mistaken then you have DISABLED the touchcom driver.

bsp_NOtouchcom=1 means "it is true that there is no touchcom"

maybe try:
set BSP_NOTOUCH=1
set BSP_NOTOUCH_ADC=1
set BSP_NOTOUCHCOM=
set BSP_NOTOUCH_1WIRE=1

Thanks,
Errol

Analyzer
Thanks for help, I got it working, but the touch screen is not accurate.
Pointer is dispayed about 2cm (1 inch) lower than I touch, and there is no
calibration "Stylus" in "Control panel". Probably because I am using
Touchcom.
Any ideas?

Thank you