代码搜索:modbus rtu 通信
找到约 10,000 项符合「modbus rtu 通信」的源代码
代码结果 10,000
www.eeworm.com/read/166936/9988548
obj modbus.obj
www.eeworm.com/read/166936/9988555
lst modbus.lst
C51 COMPILER V7.06 MODBUS 06/26/2006 22:51:02 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE MODBUS
OBJECT MODULE PLACED IN
www.eeworm.com/read/362536/9993628
zip modbus.zip
www.eeworm.com/read/361742/10037854
h modbus.h
#include "reg51.h"
#include "ModBusStr.h"
#define uchar unsigned char
#define uint unsigned int
#define uint8 unsigned char
#define uint16 unsigned int
#define OK 1
#define ERROR 0
#defi
www.eeworm.com/read/165713/10053256
h modbus.h
//This macro file is not the last version
//MODBUS 有关命令宏定义
#ifndef _MODBUS_h
#define _MODBUS_h
#include "Macro.h"
#define POWER_VALUE 100 //掉电检测门限值
#define DEVICE_NUM 1 //本机设备号
www.eeworm.com/read/164939/10081219
dll modbus.dll
www.eeworm.com/read/359694/10129516
h modbus.h
www.eeworm.com/read/359694/10129518
c modbus.c
#include "main.h"
//字地址 0 - 255 (只取低8位)
//位地址 0 - 255 (只取低8位)
/* CRC 高位字节值表 */
const uint8 code auchCRCHi[] = {
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0,
0x80, 0x41, 0x0
www.eeworm.com/read/163976/10135646
modbus51
www.eeworm.com/read/163976/10135657