代码搜索:modbus rtu 通信

找到约 10,000 项符合「modbus rtu 通信」的源代码

代码结果 10,000
www.eeworm.com/read/298517/7952882

rlf modbus.rlf

www.eeworm.com/read/298517/7952888

sdb 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 _
www.eeworm.com/read/298517/7952897

c modbus.c

//modbus module. #include "pic16f62xa.h" #include "pic.h" #include "typedefine.h" #include "extern.h" //host station. #define RERECEVIE RB4=0 #define RESEND RB4=1 #define FLASE
www.eeworm.com/read/298517/7952910

lst modbus.lst

HI-TECH Software PICC Macro Assembler V8.05PL1 Serial number: HCPIC-90508 Sat Nov 10 13:01:05 2007 Licensed to: ONE 1 processor 16F6
www.eeworm.com/read/298517/7952946

obj modbus.obj

www.eeworm.com/read/197519/7989082

h 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
www.eeworm.com/read/197519/7989090

c modbus.c

#include "reg52.h" #include //类型定义 typedef unsigned char uchar; typedef unsigned int uint; typedef unsigned long ulong; sbit E485=P3^2; //max485发送允许 uchar *pushMsg; /*要进行C
www.eeworm.com/read/197519/7989104

obj modbus.obj

www.eeworm.com/read/197519/7989115

lst modbus.lst

C51 COMPILER V8.01 MODBUS 03/26/2007 20:26:46 PAGE 1 C51 COMPILER V8.01, COMPILATION OF MODULE MODBUS OBJECT MODULE PLACED IN
www.eeworm.com/read/196543/8076303

c 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