SxPorts.inf Driver File Contents (sx-x86.zip)

; SXPORTS.INF
;
; Copyright (c) 2007  Perle Systems Limited
;

[version]
Signature   		= "$Windows NT$"
Class			= Ports
ClassGuid		= {4D36E978-E325-11CE-BFC1-08002BE10318}
Provider		= %Perle_Systems%
CatalogFile.ntx86	= Sx.cat

;------------------------------------------------------------------------
; Driver Package Version Information
;
; DriverVer = mm/dd/yyyy, [a.b.c.d]
;------------------------------------------------------------------------
DriverVer = 06/14/2007, 2.0.0.0007

;*******************************************************************************************
; Control Flags
;*******************************************************************************************

[ControlFlags]
ExcludeFromSelect	= *		; Do not allow a manual install of any ports

;*******************************************************************************************
; Manufacturer
;*******************************************************************************************

[Manufacturer]
%Perle_Systems% = Perle



;*******************************************************************************************
; Perle Ports
;*******************************************************************************************

[Perle]
; DisplayName             	Section       	DeviceID
; -----------             	-------       	--------
; SX Ports
%SX_SXDC8&DX.DeviceDesc% 	= SX_Port, 	SX\SXDC8&DX			; SX SXDC8/DX DB25 Ports
%SX_SXDC8&RJX.DeviceDesc% 	= SX_Port, 	SX\SXDC8&RJX		; SX SXDC8/RJX RJ45 Ports
%SX_SXDC8&PXP.DeviceDesc% 	= SX_Port, 	SX\SXDC8&PXP		; SX SXDC8/PX Parallel Ports
%SX_SXDC8&PXR.DeviceDesc% 	= SX_Port, 	SX\SXDC8&PXR		; SX SXDC8/PX Reduced Functionality Ports
%SX_SXDC8&PXS.DeviceDesc% 	= SX_Port, 	SX\SXDC8&PXS		; SX SXDC8/PX DB25 Serial Ports
%SX_SXDC8&MX.DeviceDesc% 	= SX_Port, 	SX\SXDC8&MX			; SX SXDC8/MX DB25 DTE Ports
%SX_SXDC8&422DX.DeviceDesc%	= SX_Port, 	SX\SXDC8&422DX		; SX SXDC8/422DX DB25 DTE Ports
%SX_SXDC8.DeviceDesc% 		= SX_Port, 	SX\SXDC8			; SX SXDC8 Generic Serial Ports

%SX_MTA8&DM.DeviceDesc% 	= SX_Port, 	SX\MTA8&DM			; SX MTA8 DB25 Ports (male and female)
%SX_MTA8&RJ.DeviceDesc% 	= SX_Port, 	SX\MTA8&RJ			; SX MTA8 RJ45 Ports 
%SX_MTA8&RJX.DeviceDesc% 	= SX_Port, 	SX\MTA8&RJX			; SX MTA8 RJ45 Ports (shielded)
%SX_MTA8&O.DeviceDesc% 		= SX_Port, 	SX\MTA8&O			; SX MTA8 RJ45 Ports (opto-isolated)
%SX_MTA8&PP.DeviceDesc% 	= SX_Port, 	SX\MTA8&PP			; SX MTA8 Parallel Ports 
%SX_MTA8&PR.DeviceDesc% 	= SX_Port, 	SX\MTA8&PR			; SX MTA8 Reduced Functionality Ports 
%SX_MTA8&422.DeviceDesc% 	= SX_Port, 	SX\MTA8&422			; SX MTA8 RS422 Ports 
%SX_MTA8.DeviceDesc% 		= SX_Port, 	SX\MTA8				; SX MTA8 Generic Serial Ports 

%SX_TA8.DeviceDesc% 		= SX_Port, 	SX\TA8				; SX TA8 DB25 Ports 
%SX_TA4.DeviceDesc%	 		= SX_Port, 	SX\TA4				; SX TA4 DB25 Ports 
%SX_TA.DeviceDesc% 			= SX_Port, 	SX\TA				; SX TA Generic Serial Ports 

; XIO Ports			
%XIO_MTA8&DM.DeviceDesc% 	= XIO_Port, 	XIO\MTA8&DM		; XIO MTA8 DB25 Ports (male and female)
%XIO_MTA8&RJ.DeviceDesc% 	= XIO_Port, 	XIO\MTA8&RJ		; XIO MTA8 RJ45 Ports 
%XIO_MTA8&RJX.DeviceDesc% 	= XIO_Port, 	XIO\MTA8&RJX	; XIO MTA8 RJ45 Ports (shielded)
%XIO_MTA8&O.DeviceDesc% 	= XIO_Port, 	XIO\MTA8&O		; XIO MTA8 RJ45 Ports (opto-isolated)
%XIO_MTA8&PP.DeviceDesc% 	= XIO_Port, 	XIO\MTA8&PP		; XIO MTA8 Parallel Ports 
%XIO_MTA8&PR.DeviceDesc% 	= XIO_Port, 	XIO\MTA8&PR		; XIO MTA8 Reduced Functionality Ports 
%XIO_MTA8&422.DeviceDesc% 	= XIO_Port, 	XIO\MTA8&422	; XIO MTA8 RS422 Ports 
%XIO_MTA8.DeviceDesc% 		= XIO_Port, 	XIO\MTA8		; XIO MTA8 Generic Serial Ports 

; SI Ports
%SI_TA8.DeviceDesc% 		= SI_Port, 	SI\TA8				; SI TA8 DB25 Ports 
%SI_TA4.DeviceDesc%	 		= SI_Port, 	SI\TA4				; SI TA4 DB25 Ports 
%SI_TA.DeviceDesc% 			= SI_Port, 	SI\TA				; SI TA Generic Serial Ports 

;*******************************************************************************************
; Perle Ports
;*******************************************************************************************
[SX_Port.ntx86]
Include 	= msports.inf
Needs		= SerialEnumerator.NT
AddReg		= SX_DLL.AddReg
[SX_Port.ntx86.Services]
Include		= msports.inf
AddService 	= Serenum,0x00000002,Serenum_Service_Inst

[XIO_Port.ntx86]
Include 	= msports.inf
Needs		= SerialEnumerator.NT
AddReg		= SX_DLL.AddReg
[XIO_Port.ntx86.Services]
Include		= msports.inf
AddService 	= Serenum,0x00000002,Serenum_Service_Inst

[SI_Port.ntx86]
Include 	= msports.inf
Needs		= SerialEnumerator.NT
AddReg		= SX_DLL.AddReg
[SI_Port.ntx86.Services]
Include		= msports.inf
AddService 	= Serenum,0x00000002,Serenum_Service_Inst

;*******************************************************************************************
; Add Reg section
;*******************************************************************************************
[SX_DLL.AddReg]
HKR,,EnumPropPages32,,"sxports.dll,SPXPortProperties"


;*******************************************************************************************
; Strings
;*******************************************************************************************
[Strings]
Perle_Systems  			= "Perle Systems Ltd."

; SX Ports
SX_SXDC8&DX.DeviceDesc 		= "Perle SXDC8 Serial Port"	
SX_SXDC8&RJX.DeviceDesc 	= "Perle SXDC8 Serial Port"	
SX_SXDC8&PXP.DeviceDesc 	= "Perle SXDC8 Parallel Port"	
SX_SXDC8&PXR.DeviceDesc 	= "Perle SXDC8 Serial Port"	
SX_SXDC8&PXS.DeviceDesc 	= "Perle SXDC8 Serial Port"		
SX_SXDC8&MX.DeviceDesc 		= "Perle SXDC8 Serial Port"		
SX_SXDC8&422DX.DeviceDesc 	= "Perle SXDC8 Serial Port"
SX_SXDC8.DeviceDesc 		= "Perle SXDC8 Generic Serial Port"		

SX_MTA8&DM.DeviceDesc 		= "Perle MTA8 Serial Port"			
SX_MTA8&RJ.DeviceDesc 		= "Perle MTA8 Serial Port"			
SX_MTA8&RJX.DeviceDesc 		= "Perle MTA8 Serial Port"		
SX_MTA8&O.DeviceDesc 		= "Perle MTA8 Serial Port"	
SX_MTA8&PP.DeviceDesc 		= "Perle MTA8 Parallel Port"	 
SX_MTA8&PR.DeviceDesc 		= "Perle MTA8 Serial Port" 
SX_MTA8&422.DeviceDesc 		= "Perle MTA8 Serial  Port"		 
SX_MTA8.DeviceDesc 		= "Perle MTA8 Generic Serial Port"	 

SX_TA8.DeviceDesc 		= "Perle TA8 Serial Port" 
SX_TA4.DeviceDesc	 	= "Perle TA4 Serial Port" 
SX_TA.DeviceDesc 		= "Perle TA Generic Serial Port" 

; XIO Ports
XIO_MTA8&DM.DeviceDesc 		= "Perle MTA8 Serial Port"			
XIO_MTA8&RJ.DeviceDesc 		= "Perle MTA8 Serial Port"			
XIO_MTA8&RJX.DeviceDesc 	= "Perle MTA8 Serial Port"		
XIO_MTA8&O.DeviceDesc 		= "Perle MTA8 Serial Port"	
XIO_MTA8&PP.DeviceDesc 		= "Perle MTA8 Parallel Port"	 
XIO_MTA8&PR.DeviceDesc 		= "Perle MTA8 Serial Port" 
XIO_MTA8&422.DeviceDesc 	= "Perle MTA8 Serial Port"		 
XIO_MTA8.DeviceDesc 		= "Perle MTA8 Generic Serial Port"	 

; SI Ports
SI_TA8.DeviceDesc 		= "Perle TA8 Serial Port" 
SI_TA4.DeviceDesc	 	= "Perle TA4 Serial Port" 
SI_TA.DeviceDesc 		= "Perle TA Generic Serial Port" 

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: web3, load: 3.17