资源简介
51单片机实现的485通讯程序:#ifndef __485_C__
#define __485_C__
#include
#include
#define unsigned char uchar
#define unsigned int uint
/* 通信命令 */
#define __ACTIVE_ 0x01 // 主机询问从机是否存在
#define __GETDATA_ 0x02 // 主机发送读设备请求
#define __OK_ 0x03 // 从机应答
#define __STATUS_ 0x04 // 从机发送设备状态信息
代码片段和文件信息
- 上一篇:频率计用protues做的
- 下一篇:PKPM模型插件
评论
共有 条评论