上传者: lgy119988
|
上传时间: 2019-12-21 20:07:16
|
文件大小: 5KB
|
文件类型: txt
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 // 从机发送设备状态信息