SxPorts.inf Driver File Contents (sx-w2k-1.1.0.zip)

; SXPORTS.INF
;
; Copyright (c) 2000  Specialix International Ltd.
;

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

;------------------------------------------------------------------------
; Driver Package Version Information
;
; DriverVer = mm/dd/yyyy, [a.b.c.d]	; a.b.c.d version number optional
;------------------------------------------------------------------------
DriverVer = 01/19/2000, 1.1.0.0002	; 1.1.0 Build 0002

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

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

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

[Manufacturer]
%Specialix_Int% 	= Specialix


;*******************************************************************************************
; Specialix Ports
;*******************************************************************************************

[Specialix]
; 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 

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

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

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

;*******************************************************************************************
; Add Reg section
;*******************************************************************************************
[Common.AddReg]
HKR,,EnumPropPages32,,"spxports.dll,SPXPortProperties"


;*******************************************************************************************
; Strings
;*******************************************************************************************
[Strings]
Specialix_Int			= "Specialix International Ltd."
DiskDescription			= "Specialix Driver Disk or CDROM"

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

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

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

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

; SI Ports
SI_TA8.DeviceDesc 		= "Specialix TA8 Serial Port" 
SI_TA4.DeviceDesc	 	= "Specialix TA4 Serial Port" 
SI_TA.DeviceDesc 		= "Specialix 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: web4, load: 1.76