📄 canbus.reg
字号:
; Generic Driver Registry Entries and Descriptions
;
; This feature driver acts as a typical CE.Net stream driver frame work
; reference code. As a sample, here is its registry settings which may
; need to be copied to platform.reg or project.reg file. - Wang Aimin
;-----------------------------------------------------------------------------
;
; Devices Supported:
;
;
;-----------------------------------------------------------------------------
;
; Registry Entries:
;
; All of the listed keys are optional. When the driver cannot find a
; registry entry to configure the driver, a default value is used.
; The value shown here are defaults. Change them when necessary.
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CANBus]
"Prefix"="CAN"
"Dll"="CANBus.dll"
"Order"=dword:1
"Index"=dword:1
;u32ThreadPriority: 0 - 255
; default = 109
"u32ThreadPriority"=dword:1
;"gulInterruptA"=dword:???
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -