代码搜索结果
找到约 1,320 项符合
Modbus 的代码
modbus.sdb
[p GLOBOPT AUTOSTATIC PIC14 PICMIDHI PICLOMID ]
"13 c:\program files\HT-PIC\INCLUDE\pic16f62xa.h
[v _TMR0 `Vuc 1 s 1 @1 ]
"14
[v _PCL `Vuc 1 s 1 @2 ]
"15
[v _STATUS `Vuc 1 s 1 @3 ]
"16
[v _
1101newkeyborad.mcs
[Header]
MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7}
Version=1.0
[File000]
Location=D:\NewKeyBoard\main.obj
Folder=Intermediary
[File001]
Location=D:\NewKeyBoard\main.cce
Folder=Interme
index.htm
MODBUS RTU-TCP/IP and Allen Bradley DF1 P
modbus slave.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 {
modbus.h
#ifndef __MODBUS_H__
#define __MODBUS_H__
extern unsigned char idata MBFrame_OK;
extern int Parameter_Table[10];
extern void ModBusProtocolProcess(void); //接收到的消息命令处理函数
extern void MBSer
main.c
#include "reg52.h"
#include
/*==============*/
/*==系统主函数==*/
/*==============*/
unsigned char idata MBFrame_OK=0;//接收到一个命令结束,等待处理时为1;否则为0.
unsigned char idata test[5]={0xff,0x00,0x00