代码搜索结果
找到约 1,839 项符合
Modbus 的代码
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,
modbus16.lis
.module modbus16.c
.area lit(rom, con, rel)
0000 _auchCRCHi::
0000 00C1 .byte 0,193
0002 8140 .byte 129,64
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,
modbus16.o
XL
H 6 areas 23 global symbols
M modbus16.c
S push_gset2 Ref0000
S push_gset3 Ref0000
S push_gset4 Ref0000
S push_gset5 Ref0000
S pop_gset2 Ref0000
S pop_gset3 Ref0000
S empy16s Ref0000
S po
modbus16.s
.module modbus16.c
.area lit(rom, con, rel)
_auchCRCHi::
.byte 0,193
.byte 129,64
.byte 1,192
.byte 128,'A
.byte 1,192
.byte 128,'A
.byte 0,193
.byte 129,64
.byte 1,192
.byte 1
modbus2.txt
#include "REG51.h"
#include
#define uchar unsigned char
#define length 8
unsigned char sum=0;
unsigned int crc;
unsigned char crc_tmp=0;
typedef unsigned char uint8;
typedef
modbus_tcp.h
/* modbus_tcp.h
By P.C
modbus_rtu.h
/* modbus_rtu.h
By P.Costigan email: phil@pcscada.com.au http://pcscada.com.au
These library of functions are designed to enable a program send and
receive data from a device that commun