;$$$wncomprn_CoInst$$$ Do not edit this line!
; wncomprn_x64.inf
;
; Installation file (.inf) for the USB Serial device driver.
;
; Copyright © 2010 Thesycon
;
[Version]
Signature="$Windows NT$"
Provider=%S_Provider%
ClassGUID={4d36e978-e325-11ce-bfc1-08002be10318}
Class=Ports
CatalogFile=wncomprn_x64.cat
DriverVer=07/28/2010,1.86.0.0
;
; Driver information
;
[Manufacturer]
%S_Mfg%=_Devices, ntamd64
[_Devices.ntamd64]
%S_DeviceDesc1%=Install,USB\VID_0aa7&PID_4300
;
; General installation section
;
[Install.ntamd64]
CopyFiles=_CopyFiles_sys
AddReg=Common_AddReg
[Install.ntamd64.HW]
AddReg=_AddReg_Param
;
; Service Installation
;
[Install.ntamd64.Services]
AddService = %S_DriverName%, 0x00000002 , Install_Service_Inst, Install_EventLog_Inst
AddReg = _AddRegService
[Install_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\%S_DriverName%.sys
[Install_EventLog_Inst]
AddReg = Install_EventLog_AddReg
[Install_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\%S_DriverName%.sys"
HKR,,TypesSupported,0x00010001,7
[_AddRegService]
HKR,,Parameters,,,
[_AddReg_Param]
; *********************************************************************
; *** the read buffer size grater than the FIFO size requires short ***
; *** packets from the device, see documentation for details! ***
; *********************************************************************
HKR,,ReadBufferSize, %REG_DWORD%, 1024
HKR,,WriteBufferSize, %REG_DWORD%, 1024
HKR,,UseLogicBuffer, %REG_DWORD%, 0
HKR,,ReadBufferCount, %REG_DWORD%, 1
HKR,,WriteBufferCount,%REG_DWORD%, 1
HKR,,SendLineCoding, %REG_DWORD%, 0
HKR,,SendLineState, %REG_DWORD%, 0
HKR,,SendBreak, %REG_DWORD%, 0
; 0 - CDCACM, 1 - Bulk Only, 2 - Bulk special, 3- automatic
HKR,,OperationMode,%REG_DWORD%, 1
; set this to 0 to suppress the Clear Feature Endpoint Halt during Open and Wakeup
HKR,,ClearFeatureOnStart,%REG_DWORD%, 1
HKR,,VendorPipeReset,%REG_DWORD%, 0
; or'ed value of: CTS: 0x10, DSR: 0x20, RI: 0x40, DCD: 0x80
HKR,,DefaultLineState,%REG_DWORD%,0xb0
HKR,,IgnorePurgeTxClear,%REG_DWORD%,1
HKR,,IsPrinter,%REG_DWORD%,1
HKR,,StaticDeviceObject,%REG_DWORD%,1
; the next line enables the private interface, uncomment it if it is not required
; create a new GUID and use the new GUID instead of
HKR,,DriverUserInterfaceGuid,%REG_SZ%,"{60D44232-0A2E-4e84-9F0F-76AD4CCF695B}"
HKR,,DeviceObjectName,%REG_SZ%,"Serial"
[Common_AddReg]
; is a serial port
HKR,,PortSubClass,1,01
; property page, system default
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[DestinationDirs]
DefaultDestDir = 12 ; %windir%\system32\drivers
_CopyFiles_sys = 12
;
; Source file information
;
[SourceDisksNames.amd64]
1 = %S_DiskName%,,,""
[SourceDisksFiles]
wncomprn_x64.sys = 1,,
[_CopyFiles_sys]
wncomprn_x64.sys
[Strings]
;
; Non-Localizable Strings
;
REG_SZ = 0x00000000
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_BINARY = 0x00000001
REG_DWORD = 0x00010001
SERVICEROOT = "System\CurrentControlSet\Services"
;
; Localizable Strings
;
S_Provider="Wincor Nixdorf"
S_Mfg="Wincor Nixdorf"
S_DeviceDesc1="HighPrint Interface"
S_DiskName="Wincor COM Printer Driver disk"
S_DriverName="wncomprn_x64"
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.