搜索资源列表
串口发送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)
ModBus+CRC
- 完整的CRC循环冗余校验码程序,C语言编程
CRC-16
- CRC校验,C源代码,可应用于Modbus
modbus
- MODBUS驱动,已经使用,从机方式,RTU,CRC校验-modbus drive ,c/s struct,rtu&ascii
crc
- 这是我原创的,用于单片机高速计算MODBUS通讯时需要的CRC校验码,使用查表的方法,比计算的方法快 有疑问可以写信, gaojun1117@sohu.com
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
modbus_CRC
- modbus通信协议的CRC校验码生成器-make CRC
modbus
- 标准modbus485带CRC校验通讯程序-Modbus485 standard communication procedures with CRC Checksum
crcsum
- 电力系统多功能电表 CRC校验代码源程序大全,支持以下规约或电表 ALPHA规约,IEC1107规约,DLT645规约,EDMI规约,ION-ModBUS RTU规约,ModBus规约,Quad4规约-Multi-function meter power system source code CRC checksum Guinness, to support the following Statute or the Statute ALPHA meter, IEC1107 statute,
CE151_CRC_Generation
- 说明:Modbus等协议中需要CRC校验码,这里是一个dsPIC33F芯片的CRC校验码产生器代码,PIC公司给出的,拿来用就是了。当然您可看看这代码究竟是什么样的一个算法过程。-Note: Modbus protocol, such as the need to check code CRC, there is a CRC checksum dsPIC33F chip code code generator, PIC given by the company and used with就是了.
2
- 本文包括了Modbus两种协议的校验编程,包括LRC校验和CRC校验。 LRC校验是使用在ASCII协议中的,CRC校验是使用在RTU协议中的-This article includes two kinds of protocols Modbus validation program, including the LRC checksum CRC checksum. LRC check is to use the ASCII agreements, CRC checksum is us
CRC-jiaoyan
- 如何理解MODBUS通讯协议中的RTU模式下的CRC校验的具体方法,这篇文章会给你清楚的解释-doc
usart0
- 基于STM32F103的串口通信,基于MODBUS协议,内含CRC校验-Based STM32F103 of serial communication, based on MODBUS protocol, containing CRC checksum
Modbus
- 基于lpc2468的modbus驱动开发,内有CRC校验-The modbus-driven development based on lpc2468, within the CRC,
modbus-CRC
- 串口调试工具(自动计算并发送modbus之CRC校验码)-Serial debugging tools (automatically calculates and sends the CRC checksum modbus)
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校验单片机C源码
- CRC校验单片机C源码,供MODBUS程序使用