搜索资源列表
串口发送modbus协议CRC校验
- 串口发送modbus协议CRC校验低字节(若为查表所得数据为高字节,其实为CRC的低字节)-serial modbus connection agreement low byte CRC (if available for look-up table for the high-byte data, In fact, for low-byte CRC)
16位CRC校验程序
- 一个16位的CRC校验,在Modbus协议中经常要使用
modbus功能码调试工具
- 用modbus协议工具的调试。主要对功能码和CRC校验
C51 MODBUS 多机通讯程序
- 此程序为多机通过走 MODBUS 协议进行双机通讯,主机可以任意选择从机地址对这两台从机发送指令,有含 CRC 校验,最多可以挂 254 个从机.
STC12C5A60S2_MODBUS-RTU-CRC RTU通信CRC校验程序
- 基于STC12C系列单片机的 MODBUS RTU通信CRC校验程序,并且包含头文件,可以直接套用.-Microcontroller series based STC12C MODBUS RTU communication CRC check program, and include the header file, can be directly applied.
modbus.rar
- C编写的Modbus协议栈,主站程序主要有串口定义和CRC校验,虚拟仪表接收端,C prepared Modbus protocol stack, the main stations mainly in the definition and CRC checksum serial, virtual instrument receiver
crc.rar
- 利用LabVIEW语言实现MODBUS协议中CRC校验,use LabVIEW to accomplish the CRC calculate in MODBUS
modbus_chinese.rar
- modbus通信协议中文版,详细介绍了modbus协议,LRC校验,CRC校验等,并给出了C语言例程代码。,modbus conmmunication(chinese)- Modbus protocol,LRC,CRC,how to program with C
VB--CRC
- 使用VB程序编写的一个简单实用的CRC校验器,绝对好用,使用Modbus通信协议的可以下载-VB programmers use a simple check of the CRC, and the absolute ease of use, use the Modbus communication protocol can be downloaded to see if
modbus.c
- modbus 通讯的CRC校验程序,已经调试通过。如在其它方面使用,可略作修改。-Modbus communication CRC checksum procedure, have been debug through. As in other aspects of use, can be slightly modified.
labview-Modbus-CRC
- 16位CRC校验算法,作为子VI可直接调用-16-bit CRC checksum algorithm, can be directly invoked as a sub-VI
Modbus-CRC
- Modbus CRC校验源码,C++实现。-Modbus check CRC source code, C++ implementation.
MB CRC-16 HEX
- 自动计算一串数据的CRC校验值(calculate CRC Value)
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
- MODBUS RTU协议的仪表通信时需要进行CRC校验,单片机可以用此程序生成CRC校验码,多项式是0xA001 所用单片机为STC15系列单片机,不过CRC生成过程很简单,通用的51单片机都可以生成(MODBUS RTU protocol instrument communication needs CRC verification, SCM can use this procedure to generate CRC checksum, the polynomial is 0xA001
自由报文生成
- 完成任意通讯报文的CRC校验,并将校验结果附在报文结束输出。(The CRC check of any communication message is completed and the check result is attached to the end of the message.)
CRC校验单片机C源码
- CRC校验单片机C源码,供MODBUS程序使用
CRC_Check
- 之前看到的一个很简洁的Modbus CRC校验程序,常量表格仅占用16个字。(I saw a very simple Modbus CRC check program before.)
LABVIEW CRC校验
- LABVIEW CRC校验 下载学习labview编写一个上位机界面,要求要用modbus通讯协议与下位机进行通信