搜索资源列表
modbus_chinese.rar
- modbus通信协议中文版,详细介绍了modbus协议,LRC校验,CRC校验等,并给出了C语言例程代码。,modbus conmmunication(chinese)- Modbus protocol,LRC,CRC,how to program with C
modbus
- 这个程序是利用VC编写的一个从机串口响应modbus查询命令程序,实现RTU方式,3.5和1.5个字符时间检测,CRC和LRC校验。-This program is written using VC as a response from the machine serial modbus query command procedure, to achieve RTU mode, 3.5 and 1.5 characters time detection, CRC and LRC check.
ASCII
- MODBUS协议中ASCII的一些要点内容。并有LRC生成范例。-MODBUS protocol in the ASCII content of some of the points. And an example of LRC generation。
libmodbus-0.0.1
- modbus协议的实现,以及crc校验和lrc校验。-modbus protocol implementation, as well as the crc checksum checksum lrc.
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
LRC
- Longitudinal Redundancy Check (LRC) for Modbus PLC Controllers using ASCII
hart
- 这个程序是利用VC编写的一个从机串口响应modbus查询命令程序,实现RTU方式,3.5和1.5个字符时间检测,CRC和LRC校验。-This program is written using VC as a response from the machine serial modbus query command procedure, to achieve RTU mode, 3.5 and 1.5 characters time detection, CRC and LRC check.
LRC
- 使用VB6.0编程,通过串口与伺服器通信时,按照MODBUS协议编写的求解LRC校验码的程序-Using VB6.0 programming through the serial port to communicate with the server, in accordance with the MODBUS protocol checksum written procedures for solving the LRC
MODBUS_LRC_Check
- Modbus ASCII及LRC校验程序代码。-Modbus ASCII and LRC check code.
CP340_CP341_MODBUS_POLL_SLAVE
- 自己写的MODBUS主站程序使用SCL写(含源码) 使用SCL写的,程序显得比较大。还有从站的程序也同时奉上。 Modbus 主站说明 主要程序列表 主站轮询调度程序背景数据块 DB200 POLL_MANAGER2_DB 通信对象数据块 DB203 OBJECT_IMAGES 设备读写的数据数据块 DB204 SUB_STATION_DATAS 主站轮询调度程序 FB200 POLL_MANAGER2 Modbus主站程序 FB2
Modbus
- ModbusRS232的一个小程序,LRC检验,实现字符转换。- a small program of ModbusRS232
LRC_Calc
- 简单modbus通讯协议 LRC校验计算工具源码-modbus LRC
ECOMV280
- 非常好的串口工具,可以调试modbus协议,自动计算CRC、LRC。-Very good serial tool, you can debug modbus protocol, automatic calculation of CRC, LRC.
SerialCommunication
- RS485通信程序。Modbus协议 ASCII模式 使用ASCII模式,消息包括了一基于LRC方法的错误检测域。 LRC域检测了消息域中除开始的冒号及结束的回车换行号外的内容。 LRC域是一个包含一个8位二进制值的字节。 LRC值由传输设备来计算并放到消息帧中,接收设备在接收消息的过程中计算LRC, 并将它和接收到消息中LRC域中的值比较,如果两值不等,说明有错误。 LRC方法是将消息中的8Bit的字节连续累加,丢弃了进位。-RS485 communication pr
add-ASCII
- 对于modbus ascii协议可以自动计算添加LRC校验码。-For modbus ascii protocol can automatically add the LRC checksum calculation.
CPP-PLC-MODBUS-LRC
- 台达PLC MODBUS 通讯LRC 校验实例-Delta PLC MODBUS communication LRC check instances
CRCs
- Program with CRC diffenrent systems (CRC16, LRC, DLMS, XOR) for Modbus RTU, Modbus ASCI, DLMS-Program with CRC diffenrent systems (CRC16, LRC, DLMS, XOR) for Modbus RTU, Modbus ASCI, DLMS...
MB LRC-8
- CRC校验码,用于modbus,可以保证传输数据不出错(CRC check code, used in modbus, can guarantee the transmission of data without error)