=============================================================================

   User Manual for MOXA Smartio/Industio-PC/104 Windows CE6 Driver for x86 Platform 
                   Copyright (C) 2008, Moxa Inc.
	
=============================================================================
Date: 10/01/2008

CONTENTS

0. Note
1. Introduction
2. Installation with an installation package
   2.1 Installation procedure   
   2.2 Removing driver on a target
3. Appendix
   3.1 Change COM number in the registry
   3.2 Disable/Enable FIFO

-----------------------------------------------------------------------------
0. Note

   0.1 MOXA Smartio/Industio-PC/104 Windows CE6 driver supports 
       four multi MOXA Smartio/Industio-PC/104 cards.
        

-----------------------------------------------------------------------------
1. Introduction

   This document provides the procedure to install MOXA Smartio/Industio-PC/104
   Windows CE6 Driver to a OS design.
   
   1.1 Supported Products
   
       The following products are supported by Moxa in WinCE 6.0:
       
        CA-132
	CA-132I
	CA-132v2
	CA-132Iv2
	CA-104
	CA-104v2
	CA-114
	CA-134I
	CA-108

 
----------------------------------------------------------------------------- 
2. Installation with an installation package

   2.1 Installation procedure
 
       1)  Obtain a copy of MOXA Smartio/Industio-PCI,PC/104-Plus WinCE 6.0 driver package and extract it to
           your computer. Double click the installation package and it will automatically copy 
           the Mxser folder to C:\MOXADRV\wince600\Mxpcdrv).
       
       2)  Launch Visual Studio 2006 with Platform Builder WinCE6.0. 
           Open your OSDesign which you want to install MOXA Smartio/Industio-PC/104 Driver. 
       
       3)  Select Project -> Add Existing Subproject.
       
       4)  Switch the folder to C:\MOXADRV\wince600\Mxser and to add subprojects into your OSDesign,
           Choose the pbpxml file. (i.e.mxserce6.pbpxml) 
          
       5)  After you add catalog items, you will find the subprojects inside your OSDesign.
          
       6)  After adding the driver, you will find it in your workspace.
	
       7)  Edit "Projects->mxserce6->Parameter files->mxserce6.reg" in "FileView",
           or "mxserce6.reg" in "C:\MOXADRV\wince600\Mxser"
   	   Insert your Serial Port setting of file end,you must setting for each port.
   	   ;Example :
	   ;Please puts ISA Driver setting in the ISA folder,ex:[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOMX]
	   ;-----------------------------------------------------------------------
	   ;Serial Port Information
	   ;-----------------------------------------------------------------------
	   	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM0]
	   "SysIntr"=dword:1A              (This is your IRQ + 0x10 )
	   "Irq"=dword:A                   (This is your IRQ )
	   "IoBase"=multi_sz:"0180","01c0" (These are your serial card IoBase and Interrupt vecter jump Setting;
	                                    Default setting: Iobase:"0180",Interrupt vecter:"01c0" )
	   "DeviceArrayIndex"=dword:0      (Device Array Index,zero is initializes)
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:2                 (This is your serial port number)
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1                  (This property is setting FIFO Enable or Disable. this property can be ignored.
	                                   (0:Disable,1:Enable)default is Enable.
	   "CHIP"=dword:3
			
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM0\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 2:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
           ;-----------------------------------------------------------------------
	   ;Example the second Port
	   ;-----------------------------------------------------------------------		
		 
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM0]
	   "SysIntr"=dword:1A
	   "Irq"=dword:A
	   "IoBase"=multi_sz:"0180","01c0"
	   "DeviceArrayIndex"=dword:0
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:2
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1
	   "CHIP"=dword:3
		
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM0\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 2:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM1]
	   "SysIntr"=dword:1A
	   "Irq"=dword:A
	   "IoBase"=multi_sz:"0188","01c0"
	   "DeviceArrayIndex"=dword:1
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:3
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1 
	   "CHIP"=dword:3	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM1\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 3:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
	
	   ;-----------------------------------------------------------------------
	   ;Example the eighth Port
	   ;-----------------------------------------------------------------------	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM0]
	   "SysIntr"=dword:1A
	   "Irq"=dword:A
	   "IoBase"=multi_sz:"0180","01c0"
	   "DeviceArrayIndex"=dword:0
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:2
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1
	   "CHIP"=dword:3
		
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM0\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 2:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM1]
	   "SysIntr"=dword:1A
	   "Irq"=dword:A
	   "IoBase"=multi_sz:"0188","01c0"
	   "DeviceArrayIndex"=dword:1
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:3
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1 
	   "CHIP"=dword:3	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM1\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 3:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM2]
	   "SysIntr"=dword:1A
	   "Irq"=dword:A
	   "IoBase"=multi_sz:"0190","01c0"
	   "DeviceArrayIndex"=dword:2
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:4
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1
	   "CHIP"=dword:3
		
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM2\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 4:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM3]
	   "SysIntr"=dword:1A
	   "Irq"=dword:A
	   "IoBase"=multi_sz:"0198","01c0"
	   "DeviceArrayIndex"=dword:3
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:5
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1 
	   "CHIP"=dword:3	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM3\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 5:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM4]
	   "SysIntr"=dword:1A
	   "Irq"=dword:A
	   "IoBase"=multi_sz:"01a0","01c0"
	   "DeviceArrayIndex"=dword:4
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:6
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1
	   "CHIP"=dword:3
		
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM4\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 6:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM5]
	   "SysIntr"=dword:1A
	   "Irq"=dword:A
	   "IoBase"=multi_sz:"01a8","01c0"
	   "DeviceArrayIndex"=dword:5
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:7
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1 
	   "CHIP"=dword:3	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM5\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 7:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM6]
	   "SysIntr"=dword:1A
	   "Irq"=dword:A
	   "IoBase"=multi_sz:"01b0","01c0"
	   "DeviceArrayIndex"=dword:6
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:8
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1
	   "CHIP"=dword:3
		
	  [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM6\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 8:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM7]
	   "SysIntr"=dword:1A
	   "Irq"=dword:A
	   "IoBase"=multi_sz:"01b8","01c0"
	   "DeviceArrayIndex"=dword:7
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:9
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1 
	   "CHIP"=dword:3	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM7\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 9:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
	   
	   ;-----------------------------------------------------------------------
	   ;Example the tow ISA cards (CA-132 and CA-104)
	   ;-----------------------------------------------------------------------	
	   
	   //	CA-132 ( 2 ports )
	   
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM0]
	   "SysIntr"=dword:1A
	   "Irq"=dword:A
	   "IoBase"=multi_sz:"0180","01c0"
	   "DeviceArrayIndex"=dword:0
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:2
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1
	   "CHIP"=dword:3
		
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM0\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 2:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM1]
	   "SysIntr"=dword:1A
	   "Irq"=dword:A
	   "IoBase"=multi_sz:"0188","01c0"
	   "DeviceArrayIndex"=dword:1
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:3
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1 
	   "CHIP"=dword:3	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM1\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 3:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
	   
	   //	CA-104 ( 4 ports ) 
	   
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM2]
	   "SysIntr"=dword:1B
	   "Irq"=dword:B
	   "IoBase"=multi_sz:"0280","02c0"
	   "DeviceArrayIndex"=dword:2  <-------- Please note the number incresed.
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:4             <-------- Please note the number incresed
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1
	   "CHIP"=dword:3
		
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM2\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 4:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM3]
	   "SysIntr"=dword:1B
	   "Irq"=dword:B
	   "IoBase"=multi_sz:"0288","02c0"
	   "DeviceArrayIndex"=dword:3
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:5
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1 
	   "CHIP"=dword:3	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM3\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 5:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM4]
	   "SysIntr"=dword:1A
	   "Irq"=dword:A
	   "IoBase"=multi_sz:"0290","02c0"
	   "DeviceArrayIndex"=dword:4
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:6
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1
	   "CHIP"=dword:3
		
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM4\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 6:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM5]
	   "SysIntr"=dword:1B
	   "Irq"=dword:B
	   "IoBase"=multi_sz:"0298","02c0"
	   "DeviceArrayIndex"=dword:5
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:7
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1 
	   "CHIP"=dword:3	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM5\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 7:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
	   
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM6]
	   "SysIntr"=dword:1B
	   "Irq"=dword:B
	   "IoBase"=multi_sz:"02a0","02c0"
	   "DeviceArrayIndex"=dword:6
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:8
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1 
	   "CHIP"=dword:3	
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM6\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 8:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
		      
	      
       8)  Now you can start to build your OS and downlaod it into a target.
  
   2.2 Removing driver on a target
              
       1) In the "Solution Explorer", delete "mxserce6" project in Subprojects folder.
          
       2) Build your OS again and downlaod it into a target.

    

3. Appendix

       If you have a prefered COM number for a default setting, follow the steps
       to modify the registry in your OS Design.

   3.1 Change default COM number in the registry
       
       1) Find in "Subprojects->mxserce6->Parameter files->mxpcdrvce6.reg" in "FileView".
       2) Add " "index"=dword:N " (N is the COM number you prefered.) 
          in [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOMX].
       3) For example, install a  MOXA Smartio/Industio-PC/104 with prefix COM as COM2 in a WinCE device:
	 
	  [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM0]
	   "SysIntr"=dword:1A
	   "Irq"=dword:A
	   "IoBase"=multi_sz:"0180","01c0"
	   "DeviceArrayIndex"=dword:0
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:2            ---->(This is your serial port number) 
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1
	   "CHIP"=dword:3
		
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM0\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 2:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
	   
   3.2 Disable/Enable FIFO
   
        If you want change FIFO default setting to Enable or Disable, follow the setps of 3.1 to modify the
        "FIFO" of registry in your OS Design.
        
	  [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM0]
	   "SysIntr"=dword:1A
	   "Irq"=dword:A
	   "IoBase"=multi_sz:"0180","01c0"
	   "DeviceArrayIndex"=dword:0
	   "Prefix"="COM"
	   "Dll"="mxpcdrv_com.Dll"
	   "index"=dword:2            ---->(This is your serial port number) 
	   "Order"=dword:0
	   "Priority"=dword:0
	   "IsrDll"="mxisr.dll"
	   "IsrHandler"="ISRHandler"
	   "FIFO"=dword:1             ----> (This property is setting FIFO Enable or Disable. this property can be ignored. (0:Disable,1:Enable)default is Enable.
	   "CHIP"=dword:3
		
	   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CACOM0\Unimodem]
	   "Tsp"="Unimodem.dll"
	   "DeviceType"=dword:0
	   "FriendlyName"="Serial Cable on COM 2:"
	   "DevConfig"=hex: 10,00, 00,00, 06,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00
	   
                 	      	      
-----------------------------------------------------------------------------



