; SPDPORTS.INF
;
; Copyright (c) 2004-2006 Perle Systems Limited
;
[version]
Signature = "$Windows NT$"
Class = Ports
ClassGuid = {4D36E978-E325-11CE-BFC1-08002BE10318}
Provider = %Perle_Systems%
;CatalogFile.ntx86 = Speed.cat This version not signed
;------------------------------------------------------------------------
; Driver Package Version Information
;
; DriverVer = mm/dd/yyyy, [a.b.c.d]
;------------------------------------------------------------------------
DriverVer = 08/04/2006, 2.2.0.0000
;*******************************************************************************************
; Control Flags
;*******************************************************************************************
[ControlFlags]
ExcludeFromSelect = * ; Do not allow a manual install of any ports
;*******************************************************************************************
; Manufacturer
;*******************************************************************************************
[Manufacturer]
%Perle_Systems% = Perle
;*******************************************************************************************
; Perle Ports
;*******************************************************************************************
[Perle]
; DisplayName Section DeviceID
; ----------- ------- --------
; SPEED Ports
%SPEED2_Port.DeviceDesc% = SPEED_Port, SPEED\SPD2&8PINRJ45 ; SPEED2 Port
%SPEED2P_Port.DeviceDesc% = SPEED_Port, SPEED\SPD2P&10PINRJ45 ; SPEED2+ Port
%SPEED4_Port.DeviceDesc% = SPEED_Port, SPEED\SPD4&8PINRJ45 ; SPEED4 Port
%SPEED4P_Port.DeviceDesc% = SPEED_Port, SPEED\SPD4P&10PINRJ45 ; SPEED4+ Port
; FAST Ports
%FAST_Port.DeviceDesc% = FAST_Port, FAST\FAST&8PINRJ45 ; FAST Port
%FAST_Port.DeviceDesc% = FAST_Port, FAST\FAST&8PINXXXX ; FAST Port
%FAST_Port.DeviceDesc% = FAST_Port, FAST\FAST&6PINXXXX ; FAST Port
; RAS Ports
%RAS_Port.DeviceDesc% = RAS_Port, SPDRAS\RASPort ; RAS Port
; UltraPort Ports
%ULTRAPORT_Port.DeviceDesc% = ULTRAPORT_Port, ULTRAPORT\ULTRAPORT&10PINDB9 ; UltraPort1/2 DB9 Port
%ULTRAPORT_Port.DeviceDesc% = ULTRAPORT_Port, ULTRAPORT\ULTRAPORT&10PINRJ45 ; UltraPort4 RJ45 Port
%ULTRAPORT_Port.DeviceDesc% = ULTRAPORT_Port, ULTRAPORT\ULTRAPORT&10PINXXXX ; UltraPort8/16 RJ45, DB9 or DB25 Port
%ULTRAPORT_Port.DeviceDesc% = ULTRAPORT_Port, ULTRAPORT\ULTRAPORT&6PINRJ12 ; UltraPort8i RJ12 Port
%ULTRAPORTSI_Port.DeviceDesc% = ULTRAPORTSI_Port, ULTRAPSI\ULTRAPSI&10PINDB9 ; UltraPort1/2 SI DB9 Port
%ULTRAPORTSI_Port.DeviceDesc% = ULTRAPORTSI_Port, ULTRAPSI\ULTRAPSI&10PINRJ45 ; UltraPort4 SI RJ45 Port
%ULTRAPORTSI_Port.DeviceDesc% = ULTRAPORTSI_Port, ULTRAPSI\ULTRAPSI&10PINXXXX ; UltraPort8/16 SI RJ45, DB9 or DB25 Port
%ULTRAPORTSI_Port.DeviceDesc% = ULTRAPORTSI_Port, ULTRAPSI\ULTRAPSI&6PINRJ12 ; UltraPort8i RJ12 Port
%ULTRAPORTEXP_Port.DeviceDesc% = ULTRAPORTEXP_Port, ULTRAPEXP\ULTRAPEXP&10PINXXXX ; UltraPort1/2/4/8 EXP RJ45, DB9 or DB25 Port
%ULTRAPORTEXP_Port.DeviceDesc% = ULTRAPORTEXP_Port, ULTRAPEXP\ULTRAPEXP&6PINRJ12 ; UltraPort8i EXP RJ12 Port
; SPEED LE Ports
%SPEEDLE_Port.DeviceDesc% = SPEEDLE_Port, SPEEDLE\SPEEDLE&10PINXXXX ; UNIVERSAL 4/8 RJ45, DB9 or DB25 Port
;*******************************************************************************************
; Perle Ports
;*******************************************************************************************
[SPEED_Port.ntx86]
Include = msports.inf
Needs = SerialEnumerator.NT
AddReg = SPEED_DLL.AddReg
[SPEED_Port.ntx86.Services]
Include = msports.inf
AddService = Serenum,0x00000002,Serenum_Service_Inst
[FAST_Port.ntx86]
Include = msports.inf
Needs = SerialEnumerator.NT
AddReg = SPEED_DLL.AddReg
[FAST_Port.ntx86.Services]
Include = msports.inf
AddService = Serenum,0x00000002,Serenum_Service_Inst
[RAS_Port.ntx86]
Include = msports.inf
Needs = SerialEnumerator.NT
AddReg = SPEED_DLL.AddReg
[RAS_Port.ntx86.Services]
Include = msports.inf
AddService = Serenum,0x00000002,Serenum_Service_Inst
; UltraPort Ports
[ULTRAPORT_Port.ntx86]
Include = msports.inf
Needs = SerialEnumerator.NT
AddReg = SPEED_DLL.AddReg
[ULTRAPORT_Port.ntx86.Services]
Include = msports.inf
AddService = Serenum,0x00000002,Serenum_Service_Inst
; UltraPort SI Ports
[ULTRAPORTSI_Port.ntx86]
Include = msports.inf
Needs = SerialEnumerator.NT
AddReg = SPEED_DLL.AddReg
[ULTRAPORTSI_Port.ntx86.Services]
Include = msports.inf
AddService = Serenum,0x00000002,Serenum_Service_Inst
; UltraPort EXP Ports
[ULTRAPORTEXP_Port.ntx86]
Include = msports.inf
Needs = SerialEnumerator.NT
AddReg = SPEED_DLL.AddReg
[ULTRAPORTEXP_Port.ntx86.Services]
Include = msports.inf
AddService = Serenum,0x00000002,Serenum_Service_Inst
; SPEED LE Ports
[SPEEDLE_Port.ntx86]
Include = msports.inf
Needs = SerialEnumerator.NT
AddReg = SPEED_DLL.AddReg
[SPEEDLE_Port.ntx86.Services]
Include = msports.inf
AddService = Serenum,0x00000002,Serenum_Service_Inst
;*******************************************************************************************
; Add Reg section
;*******************************************************************************************
[SPEED_DLL.AddReg]
HKR,,EnumPropPages32,,"SpdPorts.dll,SPXPortProperties"
;*******************************************************************************************
; Strings
;*******************************************************************************************
[Strings]
Perle_Systems = "Perle Systems Limited"
; SPEED Ports
SPEED2_Port.DeviceDesc = "Perle SPEED2 Serial Port"
SPEED2P_Port.DeviceDesc = "Perle SPEED2+ Serial Port"
SPEED4_Port.DeviceDesc = "Perle SPEED4 Serial Port"
SPEED4P_Port.DeviceDesc = "Perle SPEED4+ Serial Port"
; FAST Ports
FAST_Port.DeviceDesc = "Perle Fast Serial Port"
; RAS Ports
RAS_Port.DeviceDesc = "Perle RAS Port"
; UltraPort Ports
ULTRAPORT_Port.DeviceDesc = "Perle UltraPort Serial Port"
ULTRAPORTSI_Port.DeviceDesc = "Perle UltraPort SI Serial Port"
ULTRAPORTEXP_Port.DeviceDesc = "Perle UltraPort Express Serial Port"
; Universal Ports
SPEEDLE_Port.DeviceDesc = "Perle SPEED LE Serial Port"
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.