搜索资源列表
modbus
- 16位modbus循环冗余校验,是一种工业应用标准,本代码使用于初学者掌握crc基本原理,欢迎下载,
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
CRC
- MODBUS CRC 源程序 请注意查收哦-Please note source MODBUS CRC check Oh
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
Modbus
- Modbus модуль. Подсчет CRC 16/ Работа с командами ASC-Modbus модуль. Подсчет CRC 16/ Работа с командами ASCII
CRC_Delphi
- CHECK THE CRC FOR MODBUS PROTOCOL IN DELPHI PROGRAMMING
CRC16LRC_CheckerV10
- 用于 crc的 校验,写modbus通讯的 人用得着-For crc of the check, write the person Yongde Zhao modbus communications
MODBUSVC
- MODBUS VC++的实现 主要是MODBUS的VC++代码-MODBUS VC++ implementation is mainly in VC++ code for MODBUS
vb_modbusRTU
- 用VB实现对MODBUS RTU设备的通讯及CRC校验模块-Using VB to realize MODBUS RTU equipment, communication and CRC checksum module
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-CYUYANcrc
- modbus-CYUYAN,是用VC写的,可以参考一下,CRC校准的程序-modbus-CYUYAN, is written with the VC, for reference, CRC calibration procedures
labview-Modbus-CRC
- 16位CRC校验算法,作为子VI可直接调用-16-bit CRC checksum algorithm, can be directly invoked as a sub-VI
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)
CRC_Check
- 之前看到的一个很简洁的Modbus CRC校验程序,常量表格仅占用16个字。(I saw a very simple Modbus CRC check program before.)