点击或拖拽改变大小

ModbusInfoPackCommandToRtu 方法

将modbus指令打包成Modbus-Rtu指令,在报文的末尾添加CRC16的校验码
Pack the modbus instruction into Modbus-Rtu instruction, add CRC16 check code at the end of the message

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

参数

modbus
类型:SystemByte
Modbus指令

返回值

类型:Byte
Modbus-Rtu指令
参见