搜索资源列表
Modbus_crc_c
- 】 本文主要讨论了Modbus 通信协议的R TU 帧格式中常用的错误校验方法,即循环冗余校验法( CRC) 。 提出了Modbus 协议反转CRC 校验的方法,推导了反转CRC 校验快速计算表格,并用C 语言实现了基于快速查 表算法的循环冗余校验程序。
modbus
- 16位modbus循环冗余校验,是一种工业应用标准,本代码使用于初学者掌握crc基本原理,欢迎下载,
ModBusCRC
- ModBus CRC校验码计算程序,其中包含了CRC校验的函数。
COMWithModBus
- 串口调试程序,采用Modbus协议,发送时自动添加CRC校验码,支持ASIIC模式和RTU模式两种。
CRC
- modbus是应用比较多的通讯协议,程序计算MODBUS RTU通信协议中的CRC校验
crc
- delphi CRC code for modbus-CRC
CRC
- crc码算法 用以MODBUS通讯协议,满足对通讯无码的判断,增强通讯可靠性-crc code algorithm for MODBUS communication protocol to meet the needs of communication-free code to determine and enhance the reliability of communications
CRC
- Sample code in VB.NET for calculate and check CRC (Modbus specification). Supported both string format (like MSComm) and bytes array(like DCB).
CRC
- CRC校验码的计算,该程序包括了三种计算CRC码的方法,主要用于MODBUS编程中CRC校验码的计算
Modbus_CRC
- 用VB6.0做的Modbus CRC校验源码。-VB6.0 to do with Modbus CRC checksum source.
modbus_rtu
- modbus通信协议,RTU模式程序,带CRC校验-modbus communication protocol, RTU mode programs with CRC check
CRCcheck
- MODBUS通讯协议,CRC即循环冗余校验码(Cyclic Redundancy Check)详细分析以及原理说明。-MODBUS communication protocol, CRC or cyclic redundancy check code (Cyclic Redundancy Check) detailed analysis and operating principles.
modbus
- modbus传输协议,传输时的CRC校验编程-modbus protocol, transmission of the CRC, programming
labview-Modbus-CRC
- 16位CRC校验算法,作为子VI可直接调用-16-bit CRC checksum algorithm, can be directly invoked as a sub-VI
CRC
- modbus通讯中的CRC检验原理,用C语言编程实现 -the CRC of modbus procotol
crc
- CRC校验基于VB写的 常用于MODBUS协议的差错检验控制-CRC is written based on VB MODBUS protocol commonly used in error checking control
crc
- modbus的crc校验 是查字典法 modbus的crc校验 是查字典法-crc of modbus
CRC-CHECK
- modbus-16CRC校验程序源代码,主要是看看代码的实现过程,要想使用此进行校验,需更改源文件。VS2010-modbus-16CRC check the source code, mainly to see the code of the implementation process, in order to verify the use of this, the need to change the source file. VS2010
CRC4MobBUS
- 串行通信使用ModBUS协议时,RTU方式需要进行CRC校验,本软件计算ModBUS的CRC16校验码,供系统测试时使用。-Serial communication using ModBUS protocol, the RTU mode requires CRC check, the software CRC16 checksum calculation code ModBUS, used for system testing.
Modbus Poll CS
- MODBUS串口通讯程序,包含消息构建、发送、读寄存器、CRC校验等。(Modbus serial port data transfer.)