代码搜索:modbus rtu 通信
找到约 10,000 项符合「modbus rtu 通信」的源代码
代码结果 10,000
www.eeworm.com/read/312283/13614193
ppt modbus_en.ppt
www.eeworm.com/read/311208/13633853
c modbus_console.c
#include
unsigned char ReadBuff[1024],WriteBuff[1024],TxBuff[300];
unsigned int crc_check(unsigned char byte,unsigned int crc)
{ auto unsigned char i,crc_last;
crc=crc^byt
www.eeworm.com/read/304138/13799783
hex modbus51.hex
:03000000020426D1
:0C04260078FFE4F6D8FD75815C02046DDF
:0300230002059D36
:10059D00C0E0C0D0E8C0E0309924C299E516C395FB
:1005AD001550100516744B2516F8E6A2D0929BF542
:1005BD00998032C293751400785B760080
www.eeworm.com/read/304138/13799790
plg modbus51.plg
礦ision2 Build Log
Project:
E:\我的网页\mcuc\download\modbus51\main.uv2
Project File Date: 03/16/2005
Output:
www.eeworm.com/read/372284/6289379
modbus_s4
www.eeworm.com/read/490764/6442150
c modbus_master.c
#define READ_COIL 01
#define READ_DI 02
#define READ_HLD_REG 03
#define READ_AI 04
#define SET_COIL 05
#define SET_HLD_REG 06
#define READ_FIFO 24
#define PROTOCOL_EXCEPTION
www.eeworm.com/read/489652/6468501
exe modbus_crc.exe
www.eeworm.com/read/486433/6532683
_h modbus16._h
www.eeworm.com/read/486433/6532688
_c modbus16._c
#include "main.h"
//字地址 0 - 255
//位地址 0 - 255
/* CRC 高位字节值表 */
const uint8 auchCRCHi[] = {
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0,
0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
www.eeworm.com/read/486433/6532690
lis modbus16.lis
.module modbus16.c
.area lit(rom, con, rel)
0000 _auchCRCHi::
0000 00C1 .byte 0,193
0002 8140 .byte 129,64