Hi everyone,
I am using an RS232 serial port and getting information back as a byte array. The array is separated by a space; first half contains strings and the other half is integers. What’s the most efficient way to split these two components so that I am able to to access both the string and integer components?