When writing a value "abcd" in the runtime to a string variable with a length of 130 characters of a modbus energy driver, the string abcd is written with null termination, followed by random data for the rest of the string length, if the option for strings (Modbusstandard, BigEndian) is set.
When writing a value "abcd" in the runtime to a string variable with a length of 130 characters of a modbus energy driver, the string abcd is written with null termination, followed by random data for the rest of the string length, if the option for strings (Modbusstandard, BigEndian) is set.
String buffer is nulled before the actual data string is copied.