代码搜索:modbus rtu 通信
找到约 10,000 项符合「modbus rtu 通信」的源代码
代码结果 10,000
www.eeworm.com/read/296688/8081165
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/295707/8143881
modbus51
www.eeworm.com/read/295707/8143914
h modbus.h
www.eeworm.com/read/295707/8143922
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/295707/8143945
obj modbus.obj
www.eeworm.com/read/295707/8143969
lst modbus.lst
C51 COMPILER V7.06 MODBUS 03/16/2005 16:48:06 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE MODBUS
OBJECT MODULE PLACED IN
www.eeworm.com/read/245117/12818220
h modbus.h
#ifdef LASAL_VERSION
#if LASAL_VERSION > 57
//LASAL_INCLUDES
#pragma once
#endif//LASALVERSION > 57
#endif//LASAL_VERSION
#include "..\Modbus.h"
www.eeworm.com/read/245117/12818232
h modbus.h
#ifdef LASAL_VERSION
#if LASAL_VERSION > 57
//LASAL_INCLUDES
#pragma once
#endif//LASALVERSION > 57
#endif//LASAL_VERSION
RAMex : CLASS;
System : CLASS;
#define USER_CNT_Modbus 0
Modbus :
www.eeworm.com/read/245117/12818244
h modbus.h
#ifdef LASAL_VERSION
#if LASAL_VERSION > 57
//LASAL_INCLUDES
#pragma once
#endif//LASALVERSION > 57
#endif//LASAL_VERSION
#include "..\Modbus.h"
#include ".\RAMex.h"
#include ".\System.h"
www.eeworm.com/read/245117/12818264