代码搜索:ControlCAN
找到约 174 项符合「ControlCAN」的源代码
代码结果 174
www.eeworm.com/read/244244/4511774
h controlcan.h
//接口卡类型定义
#define VCI_PCI5121 1
#define VCI_PCI9810 2
#define VCI_USBCAN1 3
#define VCI_USBCAN2 4
#define VCI_PCI9820 5
#define VCI_CAN232 6
//CAN错误码
#define ERR_CAN_OVERFLOW 0x0
www.eeworm.com/read/381324/2647631
h controlcan.h
//接口卡类型定义
#define VCI_PCI5121 1
#define VCI_PCI9810 2
#define VCI_USBCAN1 3
#define VCI_USBCAN2 4
#define VCI_PCI9820 5
#define VCI_CAN232 6
//CAN错误码
#define ERR_CAN_OVERFLOW 0x0
www.eeworm.com/read/381324/2647654
~pas controlcan.~pas
unit ControlCAN;
interface
uses
WinTypes;
const
DLL_NAME = 'ControlCAN.dll';//动态库名称
type
//声明各个数据结构
//1.ZLGCAN系列接口卡信息的数据类型。
VCI_BOARD_INFO = Record
hw_Version : WORD;
f
www.eeworm.com/read/381324/2647658
pas controlcan.pas
unit ControlCAN;
interface
uses
WinTypes;
const
DLL_NAME = 'ControlCAN.dll';//动态库名称
type
//声明各个数据结构
//1.ZLGCAN系列接口卡信息的数据类型。
VCI_BOARD_INFO = Record
hw_Version : WORD;
f
www.eeworm.com/read/237639/13939916
dll controlcan.dll
www.eeworm.com/read/237639/13939940
dcu controlcan.dcu
www.eeworm.com/read/237639/13939947
pas controlcan.pas
unit ControlCAN;
interface
uses
WinTypes;
const
DLL_NAME = 'ControlCAN.dll';//动态库名称
type
//声明各个数据结构
//1.ZLGCAN系列接口卡信息的数据类型。
VCI_BOARD_INFO = Record
hw_Version : WORD;
f
www.eeworm.com/read/235343/14074198
txt controlcan.txt
//接口卡类型定义
#define VCI_PCI5121 1
#define VCI_PCI9810 2
#define VCI_USBCAN1 3
#define VCI_USBCAN2 4
#define VCI_PCI9820 5
#define VCI_CAN232 6
//CAN错误码
#define ERR_CAN_OVERFLOW 0x0
www.eeworm.com/read/235343/14074199
dll controlcan.dll
www.eeworm.com/read/286303/8773336
bas module1.bas
Attribute VB_Name = "Module1"
'定义需要用到的数据结构
Public Type VCI_BOARD_INFO
hw_Version As Integer
fw_Version As Integer
dr_Version As Integer
in_Version As Integer
irq_num As Inte