
1. Copy RicstechCE.dll to a directory (Example:  D:\Your InstallSource).

2. =====================================================================
   Add the following into project.BIB ( In the parameters tab).
   =====================================================================
MODULES(<== had exist in project.BIB)
RicstechCE.dll  D:\Your InstallSource\RicstechCE.dll        NK   SH


FILES(<== had exist in project.BIB)
TPUtilityCom.exe  D:\ Your InstallSource\TPUtilityCom.exe       NK 


3. =======================================================================
   Add the following into project.reg (In the parameters tab)
   =======================================================================

; Set TouchPack RS232 Touch Panel parameters
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\RtpRStm]
"Dll"="RicstechCE.dll"
"Baudrate"=dword:00002580
"MouseMod"=dword:00000002
"Rotation"=dword:00000000
"DisableReport"=dword:00000000
"PortNum"=dword:1
"OppositeY"=dword:0
"Prefix"="RTP"

**Notes:
a. Dll -- system uses and do'nt change.

b. Baudrate -- The parameter is the speed of URTC-1000 serial interface.
               Please don'nt modify this value(9600). 
c. MouseMod -- This parameter descripts the emulation mode of mouse.
               1: desktop mode
               2: mouse mode
               3: button mode
d. Rotation -- This parameter descripts the screen direction.
e. DisableReport -- This parameter inhibits touch panel to active mouse cursor.
f. Portnum -- This parameter descripts which port the touch panel is.
   1: COM1
   2: COM2
   etc.
g. SoundType -- 1: Buzzer sound. 2: Audio sound
h. DownSound -- Play a sound when first touch.
i. UpSound -- Play a sound when lift.
j. Prefix --  Touch panel name. Don't change.

4. TPUtilityCom.exe is a tool to use to do free drawing test and 9 points Linearization.
