UmpComXP.inf Driver File Contents (wirelessusb.exe)

;******************************************************************************
;*   COPYRIGHT (C) 2002 TEXAS INSTRUMENTS INCORPORATED.
;*   ALL RIGHTS RESERVED. ONLY USE WITH TEXAS INSTRUMENTS SILICON.
;******************************************************************************
;*
;*   FILE:           UmpComXP.INF
;*   SUBSYSTEM:      UMP Devices
;*
;*   ABSTRACT:       Texas Instruments Driver Installation file for
;*                   a UMP Serial Port
;*
;* REVISION HISTORY:
;*
;*  STR #         INIT   DATE        SHORT TITLE
;* [Initial Rev]  PJG   08/20/2002  Initial revision of win200/XP
;* [.....]        PJG   10/21/2002  Fix Parity and GetCommStatus on reads......
;* [.....]        DWB   10/30/2002  Fix Timeout timing/Win2K UNINSTALL hang....
;* [.....]        DWM   02/20/2004  Changed to reflect Multi-Tech Systems......
;* [.....]        xxx   mm/dd/yyyy  ...........................................
;*
;******************************************************************************
;*
[version]
Signature="$CHICAGO$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%Provider%
;CatalogFile = "MTSUMPser.cat"
DriverVer= 04/10/2003,1.1.0.0

[ControlFlags]
ExcludeFromSelect = umpport\com

; -----------------------------------------------------------------------------
; Table of Contents:  manufacturer, then devices.
; -----------------------------------------------------------------------------
[Manufacturer]
%MTSUMP%=MTSUMP

; -----------------------------------------------------------------------------
; The devices
; -----------------------------------------------------------------------------
[MTSUMP]
%MTSUMP.Com.Desc% = MTSUMPSER.Install, umpport\com

; -----------------------------------------------------------------------------
; Specify target paths...
; -----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir                  = 11 ; LDID_SYS
MTSUMPSER.NT.CopyFiles                   = 12 ; system32\drivers

; -----------------------------------------------------------------------------
; Specify the install disks.  A bit unwieldy during development.
; -----------------------------------------------------------------------------
[SourceDisksNames]
1=%DiskString%,"MTSUMPUSB",,

[SourceDisksFiles]
umpusbxp.sys = 1

; -----------------------------------------------------------------------------
; Class Installer
; -----------------------------------------------------------------------------
[ClassInstall32.NT]
AddReg=PortsClass.NT.AddReg

[PortsClass.NT.AddReg]
HKR,,,,%PortsClassName%
HKR,,Icon,,"-23"
HKR,,Installer32,,"MsPorts.Dll,PortsClassInstaller"

; -----------------------------------------------------------------------------
;       MTSUMPSER.SYS Device installation
; -----------------------------------------------------------------------------

; -----------------------------------------------------------------------------
;       How to install the WDM driver on NT
; -----------------------------------------------------------------------------
[MTSUMPSER.Install.NT]
Include=msports.inf
Needs=SerialEnumerator.NT
CopyFiles                       = MTSUMPSER.NT.CopyFiles
AddReg                          = MTSUMPSER.NT.AddReg
; addreg and copy files for serenum.sys

; -----------------------------------------------------------------------------
;       How to start the WDM driver on NT
; -----------------------------------------------------------------------------
[MTSUMPSER.Install.NT.Services]
Include=msports.inf
Needs=SerialEnumerator.NT.Services
AddService              = umpusbxp, 0x00000002, MTSUMPSER.AddService
; install the serenum service itself

[MTSUMPSER.AddService]
DisplayName             = %MTSUMP.Com.ServiceDesc%
ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
StartType               = 3     ; SERVICE_DEMAND_START
ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
ServiceBinary           = %12%\umpusbxp.sys
LoadOrderGroup          = Extended Base

; -----------------------------------------------------------------------------
;       WDM registry entries (NT only)
; -----------------------------------------------------------------------------
[MTSUMPSER.NT.AddReg]
HKR,,PortSubClass,1,01
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
; What effect does the Properties directive have on a COM port?
;HKR,,Properties, 1, C0,01,00,00, FF,00,00,00, FF,00,00,00, 07,00,00,00, 0F,00,00,00, F7,03,00,00, 00,C2,01,00, 40,83,00,00
; DCB's - DWORDS and words are byte reversed.
; ByteSize (Number of bits/byte, 4-8).
; Parity (0-4=None,Odd,Even,Mark,Space). StopBits (0,1,2 = 1, 1.5, 2)
;
; Example:
;
;              |DCBLength   |BaudRate    |Bit Mask
;HKR,, DCB, 3, 1C,00,00,00, 80,25,00,00, 15,20,00,00, <cont. next line>
;
; |Rsvd  |XonLim|XofLim|   |   |   |Xon|Xof|Err|Eof|Evt
; 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00  <end DCB line>

HKR,,DCB,3,1c,00,00,00,00,C2,01,00,11,33,00,00,00,00,0a,00,0a,00,08,00,00,11,13,00,00,00

; -----------------------------------------------------------------------------
;       The WDM copy list for NT -- different because things go in
;       different places.
; -----------------------------------------------------------------------------
[MTSUMPSER.NT.CopyFiles]
;umpusbxp.sys

; -----------------------------------------------------------------------------
;   The Hardware list for NT.  This comes from msports.inf for ComPorts.
; -----------------------------------------------------------------------------
[MTSUMPSER.Install.NT.HW]
AddReg = MTSUMPSER.NT.HW.AddReg

[MTSUMPSER.NT.HW.AddReg]
HKR,,"UpperFilters", 0x00010000, "serenum"

; -----------------------------------------------------------------------------
; Localizable Strings
; -----------------------------------------------------------------------------
[strings]

;BEGIN ENG - US English Strings
Provider                        = "Multi-Tech Systems"
MTSUMP                           = "Multi-Tech Systems"
DiskString                      = ""
PortsClassName          = "MTS USB Serial Port"
MTSUMP.Com.ServiceDesc= "MTS Serial Port Driver"
MTSUMP.Com.Desc          = "MTS USB Serial Port"
MTSUMP.Service.Desc      = "MTS USB Serial Port"
UpperDescription        = "MTS USB Serial Port"

;END ENG - US English Strings
;*** end of file ***
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: web2, load: 0.87