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

📄 defines.h

📁 The EZ320 utility demonstrates the communication program between host PC and the MR320.
💻 H
字号:
#define NULL_PROTOCOL	0
#define ACK_PROTOCOL	1
#define MULTI_PROTOCOL	2
#define F1		0x81
#define F2		0x82
#define F3		0x83
#define F4		0x84
#define F5		0x85
#define F6		0x86
#define F7		0x87
#define F8		0x88
#define F9		0x89
#define F10		0x8A
#define ESC_KEY 	0x1B

typedef struct{
    char baud;
    char stopbit;
    char databit;
    char parity;
    char protocol;
    char addr;
    char timeout[2];
    char flowctl;
    char null;
    } COM_CONFIG;

⌨️ 快捷键说明

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