📄 gdvserial.inf
字号:
; GDVSerial.inf
;
; Installation file for the Virtual Serial Port to Ethernet
;
; (c) Copyright 2003. Gaoda Technologices
;
[Version]
Signature="$Windows NT$"
Provider=%GD%
Class=Ports
ClassGUID={4d36e978-e325-11ce-bfc1-08002be10318}
DriverVer=12/05/2008,1.3.0.0
[DestinationDirs]
GDVSerial.Copy2Drivers = 12
GDVSerial.Copy2System32 = 11
[ControlFlags]
ExcludeFromSelect=Toaster\MsToaster
;
; Driver information
;
[Manufacturer]
%GD% = GD.Mfg
[GD.Mfg]
%GD.DeviceDescEthComm% = GDVSerial_inst,GDVSerial
;
; General installation section
;
[GDVSerial_inst.nt]
CopyFiles = GDVSerial.Copy2Drivers,GDVSerial.Copy2System32
AddReg = GDVSerial_inst_AddReg
;
; File sections
;
[GDVSerial.Copy2Drivers]
GDVSerial.sys,,,2
[GDVSerial.Copy2System32]
GDVSerial.exe,,,2
;
; Service Installation
;
[GDVSerial_inst.nt.Services]
AddService = GDVSerial,0x00000002,GDVSerial_DriverService_Inst
AddService = GDVSerialSvc,,GDVSerial_Service_Inst
[GDVSerial_DriverService_Inst]
DisplayName = %GDVSerial.DrvName%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
ServiceBinary = %12%\GDVSerial.sys
[GDVSerial_Service_Inst]
DisplayName = %GDVSerial.SvcName%
Description = %GDVSerial.SvcDesc%
ServiceType = 0x00000120 ; SERVICE_WIN32_SHARE_PROCESS, SERVICE_INTERACTIVE_PROCESS
StartType = 2 ; SERVICE_AUTO_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
ServiceBinary = %11%\GDVSerial.exe
Dependencies = GDVSerial
AddReg = GDVSerialSvcAddReg
[GDVSerial_inst.nt.HW]
AddReg=GDVSerialHwAddReg
[GDVSerialHwAddReg]
HKR,,PortSubClass,0x00000001,0x00000001
[GDVSerial_inst_AddReg]
[GDVSerialSvcAddReg]
HKR,Parameters,ActiveConnectOnly,0x00010001,0x00000000
;HKR,Parameters,DestinationIP,REG_SZ,"127.0.0.1"
;HKR,Parameters,DestinationPort,0x00010001,0x000017ac
;HKR,Parameters,ServerMode,0x00010001,0x00000001
;
; Localizable Strings
;
[Strings]
GD = "高达科技有限公司"
GD.DeviceDescEthComm = "虚拟串口"
GDVSerial.DrvName = "Gaoda Virtual Serial Port"
GDVSerial.SvcName = "Virtual RS232 to Ethernet"
GDVSerial.SvcDesc = "虚拟串口服务程序,完成虚拟串口驱动程序与以太网之间的通讯转换"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -