代码搜索结果
找到约 1,320 项符合
Modbus 的代码
modbus slave_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
modbus slave.hex
:030000000203B345
:0C03B300787FE4F6D8FD7581630203FA40
:10071A00016300055EFF00000000140800000001EC
:10072A000002000300040005000600070008000993
:100226001207A4D28C7863E6B401FA120621850877
:10023600
modbus.c
#pragma small //LARGE
#include
#include
#define uchar unsigned char
#define uint unsigned int
idata uchar in_buff[5],ex_buff[5],r_buff[10],r_ptr,NUM;
idata uint in_value[5
buildnotes.txt
rem ================================================================================
rem
rem 1.00aA 05 Feb 03 TvR Created the file
rem 2.00eH 04 Dec 03 HLK Updated buildnotes to explain bui
k.bat
@echo off
rem ================================================================================
rem
rem 1.00aZ 22 Dec 03 BDW Compiling CCC's from the command line
rem 1.00aA 30 Dec 03 MdS
txd.c
#include "ModBus.h"
//--------公有函数和变量-------
StrTxd xdata sys_txd;
/****************************************/
uint8 lchksum(uint8 data_len); //求LENTH_SUM函数
void txd_sta(void); //发送系统告警信息
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
rxd.c
#include "ModBus.h"
/******************************************************************/
StrRxd xdata sys_rxd; //定义接收处理结构体
/***********************************************************
main.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {