"ZFilterThreshold"=dword:800
"ZFilterBound"=dword:00100001
"SoundType"=dword:0;---------------------------->This is the default sound type.
; SoundType = 0 is no sound
; SoundType = 1 is Beep in touch down.
; SoundType = 2 is Beep in lift off.
; b)If you want to used USB module:
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\14371_1\0_0_0\255_255_255\USB_TOUCH_Driver]
"DLL"="USBTouch.dll"
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\14371_2\0_0_0\255_255_255\USB_TOUCH_Driver]
"DLL"="USBTouch.dll"
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\4660_1\0_0_0\255_255_255\USB_TOUCH_Driver]
"DLL"="USBTouch.dll"
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\3823_1\0_0_0\255_255_255\USB_TOUCH_Driver]
"DLL"="USBTouch.dll"
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\3823_2\0_0_0\255_255_255\USB_TOUCH_Driver]
"DLL"="USBTouch.dll"
; c)If you want to used RS232 module 1:
; [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\TouchKit1]
; "Dll"="TouchKit.dll"
; "Order"=dword:00000001
; "Prefix"="TKT"
; "Index"=dword:00000001
; "Context"=dword:1;-------------------------------->This is the COM Port index which you used.
; If you want to used RS232 module 2:
; [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\TouchKit2]
; "Dll"="TouchKit.dll"
; "Order"=dword:00000001
; "Prefix"="TKT"
; "Index"=dword:00000002
; "Context"=dword:2;-------------------------------->This is the COM Port index which you used.
d)If you want to used other language for your utility:
#include "C:\CEDB\language_tch.reg";---------------------->Chose one language you want to use.
platform.bib文件内容
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;
; Use of this source code is subject to the terms of the Microsoft end-user
; license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
; If you did not accept the terms of the EULA, you are not authorized to use
; this source code. For a copy of the EULA, please see the LICENSE.RTF on your
; install media.
;
MODULES
; Name Path Memory Type
; -------------- --------------------------------------------- -----------
; b)If you want to used USB module:
USBTouch.dll c:\CEDB\UsbTouch.dll NK SH
; c)If you want to used RS232 module:
; TouchKit.dll c:\CEDB\touchkit.dll NK SH
FILES
; Name Path Memory Type
; -------------- --------------------------------------------- -----------
; a)The TouchKit utility:
TouchKit.exe c:\CEDB\TouchKit.exe NK S
DrawTest.exe c:\CEDB\drawtest.exe NK S
Calbration.exe c:\CEDB\calbration.exe NK S
UpdateEEPROM.exe c:\CEDB\UpdateEEPROM.exe NK S