I tried and TestStand only get first byte (character) back.
In a LabVIEW vi, I connect a string "Hello" to Teststand String Measurement. In TestStand Message box, I do a check for string length, I get 5.
but when I replace "Hello" with an array of hex, 0xAA, 0x00, 0x01,0x70, 0x55 and used a Unsigned byte array to string and connect the string to TestStand String measurement. In LabView, the length is still 5 bytes, but by the time, it gets to TestStand message Box, only one byte received. What happens to the rest?