搜索资源列表
ModBusCRC
- ModBus CRC校验码计算程序,其中包含了CRC校验的函数。
CRC
- modbus是应用比较多的通讯协议,程序计算MODBUS RTU通信协议中的CRC校验
crc.rar
- 利用LabVIEW语言实现MODBUS协议中CRC校验,use LabVIEW to accomplish the CRC calculate in MODBUS
CRC-test
- 自己做的关于Modbus RTU通信的16位CRC校验码生成的示例,希望对各位有所帮助-Own on the Modbus RTU communication 16 CRC checksum generated code example, you want to be helpful
CRC16LRC_CheckerV10
- 用于 crc的 校验,写modbus通讯的 人用得着-For crc of the check, write the person Yongde Zhao modbus communications
vb_modbusRTU
- 用VB实现对MODBUS RTU设备的通讯及CRC校验模块-Using VB to realize MODBUS RTU equipment, communication and CRC checksum module
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
MB_RTU
- Modbus RTU CRC校验码的两种计算方法。 查表法,直接计算法。-Modbus RTU CRC.
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
- 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
Modbus Poll CS
- MODBUS串口通讯程序,包含消息构建、发送、读寄存器、CRC校验等。(Modbus serial port data transfer.)
CRC查表
- 实现modbus crc校验功能,通过查表法,返回16为crc校验结果(To achieve modbus crc check function, through the look-up table method, return 16 for the crc check results)
CRCTool-v3.0
- 计算CRC校验的小工具,可以改变计算方式。嵌入式编程者的好朋友。特别是对modbus规约(CRC checksum calculation of small tools, you can change the way of calculation. Embedded programmer's good friend. Especially for Modbus Protocol)
自由报文生成
- 完成任意通讯报文的CRC校验,并将校验结果附在报文结束输出。(The CRC check of any communication message is completed and the check result is attached to the end of the message.)
CRC_Check
- 之前看到的一个很简洁的Modbus CRC校验程序,常量表格仅占用16个字。(I saw a very simple Modbus CRC check program before.)