; oemport.inf
; Copyright (c) 2007 Multi-Tech Systems
;
; INF file to specify another PNP ID for serial ports
;
[version]
signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%MTS%
DriverVer=12/10/2007,3.6.0.0
[DestinationDirs]
ComPort.MTS.Copy = 12
[ControlFlags]
ExcludeFromSelect=*
; Drivers
;----------------------------------------------------------
[Manufacturer]
%MultiTech%=MultiTech, ntamd64
[MultiTech.ntamd64]
%MTSPNP0501.DeviceDesc% = ComPort.MTS, OEMPORT ; Communications Port
[ComPort.MTS]
; NT install section, redirect
; we also need to add this for benefit of Ports class
AddReg=ComPort.MTS.AddReg, ComPort.MTS.NT.AddReg
CopyFiles=ComPort.MTS.Copy
; addreg and copy files for PnP serenum.sys
Include=msports.inf
Needs=SerialEnumerator
[ComPort.MTS.AddReg]
; Let Ports class know this is a serial port
HKR,,PortSubClass,1,01
[ComPort.MTS.NT.AddReg]
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[ComPort.MTS.Copy]
ser15x.sys
[ComPort.MTS.NT.HW.AddReg]
HKR,,UpperFilters,0x00010000,serenum
[ComPort.MTS.HW]
AddReg=ComPort.MTS.NT.HW.AddReg
[ComPort.MTS.Services]
AddService = Ser15x, 0x00000002, Ser15x_Service_Inst, Ser15x_EventLog_Inst
; install the serenum service itself
Include=msports.inf
Needs=SerialEnumerator.NT.Services
; -------------- Serial Port Driver install sections
[Ser15x_Service_Inst]
DisplayName = %Ser15x.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
ServiceBinary = %12%\ser15x.sys
LoadOrderGroup = Extended base
[Ser15x_EventLog_Inst]
AddReg = Ser15x_EventLog_AddReg
[Ser15x_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\ser15x.sys"
HKR,,TypesSupported,0x00010001,7
; User readable strings
;----------------------------------------------------------
[Strings]
MTS = "Multi-Tech Systems"
MTSPNP0501.DeviceDesc = "Multi-Tech Communications Port"
Ser15x.SVCDESC = "Multi-Tech's Serial Port Driver"
Download Driver Pack
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.