In the latest version (1.2) there is an error in the util.py 'set_string' function. The code does not set the string length in the first byte as required by the Siemens string format. Add the following code to the end of the function to fix the problem:
set the max length of the string in the first byte
bytearray_[byte_index] = max_size
In the latest version (1.2) there is an error in the util.py 'set_string' function. The code does not set the string length in the first byte as required by the Siemens string format. Add the following code to the end of the function to fix the problem:
set the max length of the string in the first byte