代码搜索:modbus rtu 通信
找到约 10,000 项符合「modbus rtu 通信」的源代码
代码结果 10,000
www.eeworm.com/read/349489/10824059
h modbus.h
www.eeworm.com/read/349489/10824062
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/349489/10824072
obj modbus.obj
www.eeworm.com/read/349489/10824081
lst modbus.lst
C51 COMPILER V8.05a MODBUS 08/19/2008 15:20:43 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE MODBUS
OBJECT MODULE PLACED IN
www.eeworm.com/read/274194/10885573
doc modbus.doc
www.eeworm.com/read/271546/10989966
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/468590/6985662
doc modbus.doc
www.eeworm.com/read/460932/7237386
h modbus.h
/*******************************************************************************
*
* MODBUS通信协议
*
*********************************************************************
www.eeworm.com/read/460932/7237387
c modbus.c
#define MODBUS_GLOBAL
#include "MODBUS.H"
void InitTime0(void)
{
TCCR0 = DIVIDED; //分频
TCNT0 = T0_COUNT;
TIMSK |= T0_TIMSK_VAL; //开放T0溢出中断;不同芯片配置不同
}
/*初始化串口通讯包括
www.eeworm.com/read/459107/7282519
c modbus.c
#include "p18f8490.h"
//#include "Parameter.h"
//#include "Com_parameter.h"
//#include "VARbits.h"
#include "pindefine.h"
#include "Parameter.h"
#include "variable.h"
void SendModbusData(unsig