代码搜索结果
找到约 1,839 项符合
Modbus 的代码
modbus.cce
Advisory[1207] : some of the command line options you are using are now obsolete
Advisory[1208] : use --help option or refer to the user manual for option details
modbus.h
extern uint8 sendCount;
extern uint8 receCount;
extern uint8 sendPosi;
void beginSend(void);
void checkComm0Modbus(void);
void readCoil(void);
void readRegisters(void);
void forceSingle
modbus.sdb
[p GLOBOPT AUTOSTATIC PIC14 PICMIDHI PICLOMID ]
"19 C:\Program Files\HI-TECH Software\PICC\9.50\include\pic16f91x.h
[v _INDF `Vuc 1 s 1 @0 ]
"20
[v _TMR0 `Vuc 1 s 1 @1 ]
"21
[v _PCL `Vuc 1 s
modbus.c
#include "main.h"
//字地址 0 - 255 (只取低8位)
//位地址 0 - 255 (只取低8位)
const uint8 auchCRCHi[] = {
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0,
0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x01,