Innovator,
This can go on forever unless you are more specific (see also your other thread).
You need to distiguish what you see and what the underlying data is.
- If your string display is set to HEX display, you don't have any spaces and each pair of the letters 00-FF represent one byte in your raw string. LabVIEW displays it strucured with spaces to help the eyes, but your data does NOT contain any spaces. This is a purely cosmetic property of the text indicator if set to HEX display.
- If your string display is set to normal and you see data in the form XXXX XXXX XXXX ..., you real data is a humanly readable hex formatted ASCII string.
You need to understand the difference between these two cases!