搜索资源列表
Linux环境进程间通信(二):信号(下)
- ModBus通讯协议分为RTU协议和ASCII协议,我公司的多种仪表都采用ModBus RTU通讯协议,如:YD2000智能电力监测仪、巡检表、数显表、光柱数显表等。下面就ModBus RTU协议简要介绍如下: 一、通讯协议 ModBus通讯协议分为RTU协议和ASCII协议,我公司的多种仪表都采用ModBus RTU通讯协议,如:YD2000智能电力监测仪、巡检表、数显表、光柱数显表等。下面就ModBus RTU协议简要介绍如下: 一、通讯协议-ModBus RT
ModbusCommunicationTest
- MODBUS通信协议测试,可发送和接收MODBUS码,支持RTU和ASCII.可自动加CRC校验码.-MODBUS communication protocol test, can send and receive MODBUS yards support RTU and ASCII. May automatic CRC.
Modbus_crc_c
- 】 本文主要讨论了Modbus 通信协议的R TU 帧格式中常用的错误校验方法,即循环冗余校验法( CRC) 。 提出了Modbus 协议反转CRC 校验的方法,推导了反转CRC 校验快速计算表格,并用C 语言实现了基于快速查 表算法的循环冗余校验程序。
ModBus
- 介绍了MODBUS的通信协议和一些编程的注意事项,很有参考价值!
latestModbus
- Modbus通信协议的类库,.net环境下可通用,TCP,RTU多种通信方式
modbus.rar
- 单片机的串口通信协议,该协议为AVR单片的,Single-chip serial communications protocol for the single-chip AVR
AN050101_Modbus_TCP.rar
- modbus通信协议的C#说明,对使用该通信协议的开发人员来说很有用途。,modbus communication protocol of the C# note on the use of the communication protocol is use for developers.
MODBUS_RTU VB-MODBUS通讯协议
- VB-MODBUS通讯协义,MODBUS_RTU通信规约 通信数据类型及格式. -VB-MODBUS communication
MODBUS
- 用VB实现的modbus通信协议-Using VB to achieve modbus communication protocol
MODBUS
- MODBUS串口通信编程驱动,采用MODBUS通信协议,和某智能仪表进行串口通讯,采集解析数据,本软件已经在工程中应用,绝对实用,对学习MODBUS串口编程有比较大的帮助!经过实际应用,绝对真实!-MODBUS serial communication programming-driven, using MODBUS communication protocol, and an intelligent instrument for serial communications, data coll
modbus_rtu
- modbus通信协议,RTU模式程序,带CRC校验-modbus communication protocol, RTU mode programs with CRC check
ModBus
- 这是一个modbus通信协议编程源代码,我已经使用过很多次了,很好用,是模块式的可以和任何单片机结合使用。-This is a modbus communication protocol programming source code, I have used many times, very good, is the module type can be used in conjunction with any single chip microcomputer.
Modbus
- 基于Modbus通信协议的串口通信程序。通过串口和单片机通信。程序主要分为串口类,Modbus类,和主界面操作类,有详细的注释。类封装的很好,可重用。-Modbus communication protocol based on serial communication program. Communication via the serial port and the microcontroller. Programs are divided into serial category, Mo
modbus通信协议加主程序
- PLCmodbus通信,适合于所有的PLC相关的通信(PLCmodbus communication is suitable for all PLC related communications)
各类表的协议规约
- 这里包含了常见的采集各种表的协议包括645-97协议,188的水表协议,modbus的气表协议,以及超声波串口通信协议(Here contains a common collection of various tables of protocols, including 645-97 protocol, 188 meter agreement, MODBUS gas meter agreement, and ultrasonic serial communication protocol)
modbus
- modbus测试工具,通过发送0X01,0X020,X03等命令来实现模拟通信功能(Modbus testing tools, through the sending of 0X01,0X020, X03 and other commands to achieve analog communication function)
NET_Source
- C#编程实现Modbus通信协议,文件里有OPC通信的小demo(C# OPC Communicating protocol)
VB modbus通信主站程序,可用mobbus Slave调试
- vb通过Modbus协议通信主站程序,并通过Modbus Slave调试成功,可以正常使用,提供读和写两种功能。都有源代码(VB through the Modbus protocol to communicate the main station program, and through the Modbus Slave debugging success, can be used normally, to provide reading and writing two functions.
祖亚慧modbus程序
- 本文件是关于modbus协议串口通信的单片机程序,包含ad转换,串口发送(This file is a single chip computer program for serial communication of Modbus Protocol)
modbus串口通信
- 是基于modbus通信协议之间的通信,是十六进制进行通信的 可选波特率,数据位 停止位 采用CRC校验