⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rigolusb.inf

📁 虚拟RIGO公司的仪器DM3052,并通过USB对其进行控制
💻 INF
字号:
;; Rigolusb.inf

;; *********  PLEASE READ ***********
;; The wizard cannot create exact INF files for all buses and device types.
;; You may have to make changes to this file in order to get your device to
;; install. In particular, hardware IDs and logical configurations require
;; intervention.
;;
;; The Windows DDK documentation contains an excellent INF reference.

;--------- Version Section ---------------------------------------------------

[Version]
Signature="$Windows 95$"
Provider="Rigol Technologies"

; If device fits one of the standard classes, use the name and GUID here,
; otherwise create your own device class and GUID as this example shows.

Class="USB Test and Measurement Device"
ClassGUID={ff646f80-8def-11d2-9449-00105a075f6b}
; "68" is the ASCII code for "D" and is compliant with other Rgiol drivers:
DriverVer=08/13/2005,68.1.0.0
;--------- SourceDiskNames and SourceDiskFiles Section -----------------------

; These sections identify source disks and files for installation.  They are
; shown here as an example, but commented out.

;[SourceDisksNames]
;1 = "Install Disk",Disk1,,

;[SourceDisksFiles]
;Rigolusb.sys = 1
;Rigolusb.inf = 1
;--------- ClassInstall/ClassInstall32 Section -------------------------------

; Not necessary if using a standard class

; 9X Style
[ClassInstall]
Addreg=Class_AddReg

; NT Style
[ClassInstall32]
Addreg=Class_AddReg

[Class_AddReg]
HKR,,,,"Rigol USB Test and Measurement Device"
HKR,,Icon,,"-20"

;--------- DestinationDirs Section -------------------------------------------

[DestinationDirs]
Rigolusb_Files_Driver = 10,System32\Drivers

;--------- Manufacturer and Models Sections ----------------------------------

[Manufacturer]
%MfgName%= RIGOL Technologies

[RIGOL Technologies]
;%DeviceDesc%=Rigolusb_DDI, USB\VID_0400&PID_05dc
%DeviceDesc%=Rigolusb_DDI, USB\Class_FE&SubClass_03&PROT_00
%DeviceDesc%=Rigolusb_DDI, USB\Class_FE&SubClass_03&PROT_01

;---------- DDInstall Sections -----------------------------------------------
; --------- Windows 9X -----------------

; Experimentation has shown that DDInstall root names greater than 19 characters
; cause problems in Windows 98

[Rigolusb_DDI]
CopyFiles=Rigolusb_Files_Driver
AddReg=Rigolusb_9X_AddReg
DriverVer=08/13/2005,68.1.0.0

[Rigolusb_9X_AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,Rigolusb.sys
HKR, "Parameters", "BreakOnEntry", 0x00010001, 0

; --------- Windows NT -----------------

[Rigolusb_DDI.NT]
CopyFiles=Rigolusb_Files_Driver
AddReg=Rigolusb_NT_AddReg

[Rigolusb_DDI.NT.Services]
Addservice = Rigolusb, 0x00000002, Rigolusb_AddService

[Rigolusb_AddService]
DisplayName    = %SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\Rigolusb.sys

[Rigolusb_NT_AddReg]
HKLM, "System\CurrentControlSet\Services\Rigolusb\Parameters",\
	"BreakOnEntry", 0x00010001, 0


; --------- Files (common) -------------

[Rigolusb_Files_Driver]
Rigolusb.sys

;--------- Strings Section ---------------------------------------------------

[Strings]
ProviderName="Rigol Technologies"
MfgName="Rigol Technologies"
DeviceDesc="Rigol USB Test and Measurement Device"
DeviceClassName="USB Test and Measurement Device"
SvcDesc="Rigol USBTMC"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -