点击或拖拽改变大小

ModbusInfoExplodeRtuCommandToCore 方法

将modbus-rtu的数据重新还原成modbus数据,移除CRC校验的内容
Restore the data of modbus-rtu to modbus data again, remove the content of CRC check

命名空间:  HslCommunication.ModBus
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static byte[] ExplodeRtuCommandToCore(
	byte[] modbusRtu
)

参数

modbusRtu
类型:SystemByte
modbus-rtu的报文

返回值

类型:Byte
modbus数据报文
参见