PCAN_ISA Windows CE.NET installation

Revision: 1.1.0

Operating System: CE.NET


Type: PCAN_ISA

Date: 15-09-2004


---------------------------------------------------------

I. Files  -> (platform.bib) 

FILES
;  Name            Path                                           Memory Type
;  --------------  ---------------------------------------------  -----------

CANDotNetTest.exe	$(_FLATRELEASEDIR)\CanDotNetTest.exe	NK 
CANtest.exe		$(_FLATRELEASEDIR)\cantest.exe		NK 
pcanisa.dll		$(_FLATRELEASEDIR)\pcanisa.dll		NK SH
canapi.dll		$(_FLATRELEASEDIR)\canapi.dll		NK SH




II. Registry   -> (platform.reg)  

[HKEY_LOCAL_MACHINE\Drivers\ISA\pcanisa]
   "Prefix"="CAN"
   "Dll"="pcanisa.dll"
   "Order"=dword:20
   "BusType"=dword:1
   "DeviceType"=dword:0
   "SysIntr"=dword:1A
   "Irq"=dword:A
   "IoBase"=dword:0300
   "IoLen"=dword:20
   "InterfaceType"=dword:1
   "IsrDll"="giisr.dll"
   "IsrHandler"="ISRHandler"
   "Priority256"=dword:55        ; Interrupt Service Thread Priority, please change if necessary
   "QueueXMT"=dword:100          ; (0x100=256d) Sending Queue Size, size MUST be 2^n (n=1,2,3....)
   "QueueRCV"=dword:200          ; (0x200) Receive Queue size, size = 2^n (n=1,2,3....)





