Install.txt Driver File Contents (DRIV_WCE_UPORT_V1.0_Build08032114.zip)

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

   User Manual for UPort 1200/1400/1600 Windows CE  5.0 for x86 Platform 
                   Copyright (C) 2008, Moxa Technologies Co, Ltd.
	
=============================================================================
Date: 26/03/2008

CONTENTS

0. Note
1. Introduction
2. Installation with a CAB File
   2.1 Installation of the Driver
   2.2 Set Interface
   2.3 Driver removing
3. Installation with an installation package
   3.1 Installation procedure   
   3.2 Removing driver on a target
   3.3 Interface configuration
      
4. Appendix
   4.1 Change COM number in the registry
   4.2 Change interface in the resigtry
   4.3 Enable or disable FIFO in the resigtry

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

   0.1 MOXA UPort 1200/1400/1600 driver supports two prifix names, "COM" and "MXU".
       You may only choose one (MXU or COM) for your OS design. 

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

   This document provides the procedure to install UPort 1200/1400/1600 WinCE 5.0
   driver for WinCE 5.0 either with a CAB file
   or a installation package and the method to add UPort 1200/1400/1600 WinCE 5.0 
   driver to a OS design.
   
   1.1 Supported Products
   
       The following products are supported by Moxa in WinCE 5.0:
       
       UPort 1250
       UPort 1250I
       UPort 1410
       UPort 1450
       UPort 1450I
       UPort 1610-16
       UPort 1610-8
       UPort 1650-16
       UPort 1650-8
 
----------------------------------------------------------------------------- 
2. Installation with a CAB File

   2.1 Installation procedure
	
       2.1.1 Install with ActiveSync
          
       1)  Install Microsoft ActiveSync in source PC. 
       
       2)  Connect the WinCE Device (CEPC) and the PC with a RS232 null modem cable.
       
       3)  Run ActiveSync in source PC.
       
       4)  Open the "Command Prompt" in WinCE device. Enter the command "repllog".
           
       5)  A New Partnership window appears in ActiveSync.
       
       6)  Select "No" and then click on "Next".
       
       7)  Now a connection is established between PC and WinCE device and you will  
           see the connection status as "Connected" in ActiveSync.
           
       8)  Click on the "Explore" button in the ActiveSync window, and then copy
           the UPort_COM_v1.0_Setup.cab file to the "Mobile/Target Device".
            
       9)  Open "My Device" in the WinCE target device (CEPC) and you will 
           find the CAB file, UPort_COM_v1.0_Setup.cab.
           
       10) Double click on the CAB file (UPort_COM_v1.0_Setup) to install UPort 1200/1400/1600
           WinCE 5.0 driver.
           
       11) An installation window will appear. Click "OK" to continue. And then the driver 
           is installed.
           
       12) Now, plug in the UPort 1200/1400/1600 USB Serial device in to the USB
           port of the WinCE Device. The driver will be loaded automatically, and then 
           UPort 1200/1400/1600 is ready to use.

       2.1.2 Install with a USB disk

       1)  Install USB disk driver on WinCE device.
 
       2)  Insert USB disk that contains the CAB file, UPort_COM_v1.0_Setup.cab.

       3)  Repeat the steps from 10 to 12 in 2.1.1.

   2.2 Interface configuration
   
       When installation has finished,the configuration tool will be found in
       "Start->Programs->MOXA UP Configuration Panel\UP_config".

   2.3 Driver removing

       1)  Enter "Control Panel->Remove Programs".

       2)  Select "MOXA Uport_COM v1.0" or "MOXA Uport_MXU v1.0".

       3)  Click "Remove".
 
-----------------------------------------------------------------------------  
3. Installation with an installation package

   3.1 Installation procedure
 
       1)  Obtain a copy of UPort 1200/1400/1600 WinCE 5.0 driver package and extract it to
           your computer. Double click the installation package and it will automatically copy 
           the UPort folder to "\WINCE500\PLATFORM\" (e.g. C:\WINCE500\PLATFORM\UPort) and 
           import UPort 1200/1400/1600 WinCE 5.0 driver into the "Catalog".
       
       2)  Open your workspace in Platform Builder.
       
       3)  Open the "Manage Catalog Items" (View-> Catalog).
       
       4)  You will find UPort 1200/1400/1600 WinCE 5.0 driver in "Third Party" folder.
          
       5)  Right-click on the driver "USB to Serial Adaptors (Prefix COM)" or 
           "USB to Serial Adaptors (Prefix MXU)" and then choose "Add to OS Design".
          
       6)  After adding the driver, you will find it in your workspace.
   
       7)  Now you can start to build your OS and downlaod it into a target.
  
   3.2 Removing driver on a target
              
       1) In the "OSDesign_View", delete "USB to Serial Adaptors (Prefix XXX)".
          
       2) Build your OS again and downlaod it into a target.

   3.3 Interface configuration
   
       After image has been downloaded to WinCE Device, enter the command "UP_config.exe"
       in "Command Prompt" in the WinCE device.

4. Appendix

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

   4.1 Change COM number in the registry
       
       1) Find in "Projects->mxupce5->Parameter files->mxupce5.reg" in "FileView".
       2) Add " "index"=dword:N " (N is the COM number you prefered.) 
          in [HKEY_LOCAL_MACHINE\Drivers\USB\ClientDrivers\MXU_PORT].
       3) For example, install a UPort1250 as COM5 in a WinCE device:

	  [HKEY_LOCAL_MACHINE\Drivers\USB\ClientDrivers\MXU_PORT]
              "Prefix"="COM"
              "DLL"="MXUCOM.DLL"
              "Tsp"="Unimodem.dll"
              "DevConfig"=hex: 10,00, 00,00, 05,00,00,00, 10,01,00,00, 00,4B,00,00,
               00,00, 08, 00, 00, 00,00,00,00
              "DeviceType"=dword:0
              "Interface"=dword:0
	      "index"=dword:5  // COM5 for UPort1250

   4.2 Change interface in the resigtry

       1) Find in "Projects->mxupce5->Parameter files->mxupce5.reg" in "FileView".
       2) Modify " "Interface"=dword:N " (N=0->RS-232, N=1->RS-485 2W,N=2->RS-422,N=3->RS-485 4W) 
          in [HKEY_LOCAL_MACHINE\Drivers\USB\ClientDrivers\MXU_PORT\PORTN(N:port number of UPort)].
       3) For example, install a UPort1250 port 1 as RS422 interface in a WinCE device:

	  [HKEY_LOCAL_MACHINE\Drivers\USB\ClientDrivers\MXU_PORT\PORT0]
           "Interface"=dword:2 // UPort 1150 at RS422 mode
           "FIFO"=dword:1
          
   4.3 Enable or disable FIFO in the resigtry

       1) Find in "Projects->mxupce5->Parameter files->mxupce5.reg" in "FileView".
       2) Modify " "FIFO"=dword:N " (N=0->FIFO disable, N=1->FIFO enable) 
          in [HKEY_LOCAL_MACHINE\Drivers\USB\ClientDrivers\MXU_PORT\PORTN(N:port number of UPort)].
       3) For example, install a UPort1250 port 1 as FIFO enabled in a WinCE device:

	  [HKEY_LOCAL_MACHINE\Drivers\USB\ClientDrivers\MXU_PORT\PORT0]
           "Interface"=dword:2 // UPort 1150 at RS422 mode
           "FIFO"=dword:1   
	      
-----------------------------------------------------------------------------



Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web4, load: 1.07