2 Star 2 Fork 2

Actor_V / MF_Modbus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mf_mbconfig.h 412 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef __MFFMBCONFIG_H__
#define __MFFMBCONFIG_H__
#include "main.h"
//<<< Use Configuration Wizard in Context Menu >>>
//<o>事件发送周期
//<i>两个事件的时间间隔,毫秒
#define EVENT_SEND_POLL_TIME 100
//<o>接收阻塞超时
//<i>单位:毫秒,等待接收超时时间
#define EVENT_BLOCK_TIME 100
//<o>重发次数
//<i>校验错误后重发,超时重发
#define EVENT_REPE_NUM 2
//<<< end of configuration section >>>
#endif
C
1
https://gitee.com/Actor_V/mf_modbus.git
git@gitee.com:Actor_V/mf_modbus.git
Actor_V
mf_modbus
MF_Modbus
V1.0

搜索帮助