当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
2 Star 5 Fork 6

lgnstar / hanking.gas.modbus
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
modbus.h 247 Bytes
一键复制 编辑 原始数据 按行查看 历史
lgnstar 提交于 2015-06-04 16:54 . 完成通讯部分代码
#ifndef _MODULE_MODBUS_H
#define _MODULE_MODBUS_H
int8s_t modbus_is_crc16(int8u_t *pdat, int32u_t cnt);
int32u_t modbus_set_crc16(int8u_t *pdat, int32u_t cnt);
int32u_t modbus_get_crc16(int8u_t *pdat, int32u_t cnt);
#endif //_MODULE_MODBUS_H
C++
1
https://gitee.com/lgnstar/hanking.gas.modbus.git
git@gitee.com:lgnstar/hanking.gas.modbus.git
lgnstar
hanking.gas.modbus
hanking.gas.modbus
master

搜索帮助