; ============================================================================ ; ____________________________________________________________________________ ; ______________________________________________ ; SSSSS M M SSSSS CCCCC Standard Microsystems Corporation ; S MM MM S C Austin Design Center ; SSSSS M M M SSSSS C 11000 N. Mopac Expressway ; S M M S C Stonelake Bldg. 6, Suite 500 ; SSSSS M M SSSSS CCCCC Austin, Texas 78759 ; ______________________________________________ ; ____________________________________________________________________________ ; ; INF Driver Install File for Standard Microsystems Windows 2000 Serial Port ; COM Enumerator driver. ; ____________________________________________________________________________ [version] Signature="$CHICAGO$" Class=USB ClassGuid={36FC9E60-C465-11CF-8056-444553540000} Provider=%Provider% CatalogFile = "smscsdet.cat" DriverVer=12/04/2000, 1.10.0.000 [ControlFlags] ExcludeFromSelect = USB\VID_046B&PID_0500&MI_01 ; ----------------------------------------------------------------------------- ; Specify target paths... ; ----------------------------------------------------------------------------- [DestinationDirs] DefaultDestDir = 11 ; LDID_SYS SMSCSDET.NT.CopyFiles = 12 ; system32\drivers ;PropPages.CopyFiles = 11 ; system ; ----------------------------------------------------------------------------- ; Specify the install disks. ; ----------------------------------------------------------------------------- [SourceDisksNames] ; diskid = description[, [tagfile] [, <unused>, subdir]] 1=%DiskString%,"SMSCUSB",, [SourceDisksFiles] ; filename = diskid[, [subdir] [, size]] smscsdet.sys = 1 ; ----------------------------------------------------------------------------- ; Table of Contents: manufacturer, then devices. ; ----------------------------------------------------------------------------- [Manufacturer] %Smsc%=SMSC ; ----------------------------------------------------------------------------- ; The devices ; ----------------------------------------------------------------------------- [SMSC] %SMSC.COMENUM.DESC% = SMSCSDET.Install, USB\VID_046B&PID_0500&MI_00 %SMSC.COMENUM.DESC% = SMSCSDET.Install, USB\VID_046B&PID_0500&MI_01 ; ----------------------------------------------------------------------------- ; How to install the WDM driver on NT ; ----------------------------------------------------------------------------- [SMSCSDET.Install.NT] ;DriverVer = 09/15/2000, 1.2.0.1 CopyFiles = SMSCSDET.NT.CopyFiles AddReg = SMSCSDET.NT.AddReg ;SyssetupPnPFlags = 1 ; ----------------------------------------------------------------------------- ; How to start the WDM driver on NT ; ----------------------------------------------------------------------------- [SMSCSDET.Install.NT.Services] AddService = smscsdet, 2, SMSCSDET.AddService [SMSCSDET.AddService] DisplayName = %SMSC.COMENUM.SERVICEDESC% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\smscsdet.sys LoadOrderGroup = Base ; ----------------------------------------------------------------------------- ; WDM registry entries (all platforms) ; ----------------------------------------------------------------------------- ;[SMSCSDET.AddReg] ;HKR,,ThisSection,,"SMSCSDET.AddReg" ; ----------------------------------------------------------------------------- ; WDM registry entries (W95/98) (including how to start the driver) ; ----------------------------------------------------------------------------- ;[SMSCSDET.W95.AddReg] ; ----------------------------------------------------------------------------- ; WDM registry entries (NT only) ; ----------------------------------------------------------------------------- [SMSCSDET.NT.AddReg] HKR,,ThisSection,,"SMSCSDET.NT.AddReg" ; ----------------------------------------------------------------------------- ; The WDM copy list for NT -- different because things go in ; different places. ; ----------------------------------------------------------------------------- [SMSCSDET.NT.CopyFiles] smscsdet.sys ; ----------------------------------------------------------------------------- ; The Hardware list for NT. This comes from msports.inf for ComPorts. ; ----------------------------------------------------------------------------- ;[SMSCSDET.NT.Hw.AddReg] ;HKR,,ThisSection,,"SMSCSDET.NT.Hw.AddReg" ; ----------------------------------------------------------------------------- ; Localizable Strings ; ----------------------------------------------------------------------------- [strings] ;BEGIN ENG - US English Strings Provider = "Standard Microsystems Corporation" Smsc = "Standard Microsystems Corporation" DiskString = "" SMSC.COMENUM.SERVICEDESC= "SMSC USB Serial Port Enumerator" SMSC.COMENUM.DESC = "SMSC USB Serial Port Enumerator" ;END ENG - US English Strings ;----------------------------------------------------------------------------- ; Following are symbolic constants which don't change per locale. ;----------------------------------------------------------------------------- ;*** end of file ***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.