There is a static Method in the ModbusClient class;
public static string ConvertRegistersToString(int[] registers, int offset, int stringLength)
public static int[] ConvertStringToRegisters(string stringToConvert)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How to sent string Modbus TCP/TP .what should i do ?
There is a static Method in the ModbusClient class;
public static string ConvertRegistersToString(int[] registers, int offset, int stringLength)
public static int[] ConvertStringToRegisters(string stringToConvert)