I'm trying to write string variables using CGTP and when the string is longer than the limit (in my case 29), nothing is written instead of truncating the value down to 29 characters.
SNPX does not solve my issue, it truncates but loses an extra character at the end because of the null terminator.
I'm trying to write string variables using CGTP and when the string is longer than the limit (in my case 29), nothing is written instead of truncating the value down to 29 characters.
SNPX does not solve my issue, it truncates but loses an extra character at the end because of the null terminator.