
Originally Posted by
aerostar
From the looks of it you have a terminator character 06, so use the STR see manual
"STR followed by a byte array variable, count and optional ending character will receive a string of characters. The string length is determined by the count or when the optional character is encountered in the input."
So regardless of how many characters you are expecting put into the command the MAX COUNT characters it will return and then the optional ending character.
Then all you need to do is look down the array and pick out the value you need - the 06 is the terminator.
Bookmarks