Holger Frey
1 year ago
8 changed files with 113 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||||
|
Sartorius USB driver CDC virtual COM port (serial port emulation) |
||||||
|
|
||||||
|
Here you can find current driver: | Aktuelle Treiber finden sie hier: |
||||||
|
http://www.sartorius.com/en/product-family/product-family-detail/m-secura-laboratory-balances/ |
||||||
|
http://www.sartorius.com/en/product-family/product-family-detail/m-quintix-laboratory-balances/ |
||||||
|
http://www.sartorius.com/en/product-family/product-family-detail/m-practum-laboratory-balances/ |
||||||
|
|
Binary file not shown.
@ -0,0 +1,52 @@ |
|||||||
|
; |
||||||
|
; Device installation file for |
||||||
|
; USB 2 COM port emulation |
||||||
|
; |
||||||
|
; |
||||||
|
; |
||||||
|
[Version] |
||||||
|
Signature="$CHICAGO$" |
||||||
|
Class=Ports |
||||||
|
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} |
||||||
|
Provider=%MFGNAME% |
||||||
|
DriverVer=08/18/2008,6.0.2600.1 |
||||||
|
LayoutFile=Layout.inf |
||||||
|
CatalogFile=phxusbcdc_2k.cat |
||||||
|
|
||||||
|
[Manufacturer] |
||||||
|
%MFGNAME%=USB2SerialDeviceList |
||||||
|
|
||||||
|
[USB2SerialDeviceList] |
||||||
|
%DESCRIPTION%=DriverInstall,USB\VID_24BC&PID_0010&MI_00 |
||||||
|
|
||||||
|
[DestinationDirs] |
||||||
|
USB2SerialCopyFiles=12 |
||||||
|
DefaultDestDir=12 |
||||||
|
|
||||||
|
[USB2SerialInstall] |
||||||
|
CopyFiles=USB2SerialCopyFiles |
||||||
|
AddReg=USB2SerialAddReg |
||||||
|
|
||||||
|
[USB2SerialCopyFiles] |
||||||
|
usbser.sys,,,0x20 |
||||||
|
|
||||||
|
[USB2SerialAddReg] |
||||||
|
HKR,,DevLoader,,*ntkern |
||||||
|
HKR,,NTMPDriver,,usbser.sys |
||||||
|
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" |
||||||
|
|
||||||
|
[USB2SerialInstall.Services] |
||||||
|
AddService = usbser,0x0002,USB2SerialService |
||||||
|
|
||||||
|
[USB2SerialService] |
||||||
|
DisplayName = %USB2SERIAL_DISPLAY_NAME% |
||||||
|
ServiceType = 1 ; SERVICE_KERNEL_DRIVER |
||||||
|
StartType = 3 ; SERVICE_DEMAND_START |
||||||
|
ErrorControl = 1 ; SERVICE_ERROR_NORMAL |
||||||
|
ServiceBinary = %12%\usbser.sys |
||||||
|
LoadOrderGroup = Base |
||||||
|
|
||||||
|
[Strings] |
||||||
|
MFGNAME= "Sartorius" |
||||||
|
USB2SERIAL = "USB CDC serial port emulation" |
||||||
|
USB2SERIAL_DISPLAY_NAME = "USB CDC serial port emulation" |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,54 @@ |
|||||||
|
; |
||||||
|
; Device installation file for |
||||||
|
; USB 2 COM port emulation |
||||||
|
; |
||||||
|
; |
||||||
|
; |
||||||
|
[Version] |
||||||
|
Signature="$Windows NT$" |
||||||
|
Class=Ports |
||||||
|
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} |
||||||
|
Provider=%MFGNAME% |
||||||
|
LayoutFile=layout.inf |
||||||
|
DriverVer=11/30/2010,6.0.2600.3 |
||||||
|
CatalogFile=phxusbcdc.cat |
||||||
|
|
||||||
|
[Manufacturer] |
||||||
|
%MFGNAME%=CDCDevice,NT,NTamd64,NTIA64 |
||||||
|
|
||||||
|
[DestinationDirs] |
||||||
|
DefaultDestDir = 12 |
||||||
|
|
||||||
|
[CDCDevice.NT] |
||||||
|
%DESCRIPTION%=DriverInstall,USB\VID_24BC&PID_0010&MI_00 |
||||||
|
|
||||||
|
[CDCDevice.NTamd64] |
||||||
|
%DESCRIPTION%=DriverInstall,USB\VID_24BC&PID_0010&MI_00 |
||||||
|
|
||||||
|
[CDCDevice.NTIA64] |
||||||
|
%DESCRIPTION%=DriverInstall,USB\VID_24BC&PID_0010&MI_00 |
||||||
|
|
||||||
|
[DriverInstall.NT] |
||||||
|
Include=mdmcpq.inf |
||||||
|
CopyFiles=FakeModemCopyFileSection |
||||||
|
AddReg=DriverInstall.NT.AddReg |
||||||
|
|
||||||
|
[DriverInstall.NT.AddReg] |
||||||
|
HKR,,DevLoader,,*ntkern |
||||||
|
HKR,,NTMPDriver,,usbser.sys |
||||||
|
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" |
||||||
|
|
||||||
|
[DriverInstall.NT.Services] |
||||||
|
AddService=usbser, 0x00000002, DriverServiceInst |
||||||
|
|
||||||
|
[DriverServiceInst] |
||||||
|
DisplayName=%SERVICE% |
||||||
|
ServiceType=1 |
||||||
|
StartType=3 |
||||||
|
ErrorControl=1 |
||||||
|
ServiceBinary=%12%\usbser.sys |
||||||
|
|
||||||
|
[Strings] |
||||||
|
MFGNAME = "Sartorius" |
||||||
|
DESCRIPTION = "USB CDC serial port emulation" |
||||||
|
SERVICE = "USB CDC serial port emulation" |
Loading…
Reference in new issue