; Eric: It will use "Prefix" and "Index" for the device file name of ; PenMount Serial driver. ; [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PMSer] "Dll"="pmser.dll" "Prefix"="PMT" "Index"=dword:2 "Order"=dword:3 "Port"=dword:1 ; "Protocol"=dword:1 ;PM9000 "Protocol"=dword:3 ;PM6000R (Serial) ; "Baudrate"=dword:2580 ; 9600 "Baudrate"=dword:4B00 ; 19200 "PMode"=dword:1 "MinADX"=dword:0033 "MinADY"=dword:0067 "MaxADX"=dword:0378 "MaxADY"=dword:03A9 ; ; "ActiveScreenRectLeft" =dword:30 ; "ActiveScreenRectRight" =dword:31F ; "ActiveScreenRectTop" =dword:30 ; "ActiveScreenRectBottom" =dword:257 ; "ActualScreenWidth" =dword:320 ;800 ; "ActualScreenHeight" =dword:258 ;600 ; When DisableEEPROM = 1, It can disable EEPROM feature ; "DisableEEPROM" = dword: 1 [HKEY_LOCAL_MACHINE\Software\PenMount\Calibrate] "NoCal16"=dword:0 ; "DefaultCalib"=dword:9 ; "NoCal16" - remove 16-point calibrate option from UI. ; 1 -> remove ; 0 -> show ; "DefaultCalib" - setting defualt calibrate algorithm. ; 0 --> Standard Calibrate ; 4 --> Advanced 4-Points Calibrate ; 9 --> Advanced 9-Points Calibrate ;10 --> Advanced 16-Points Calibrate