Need help decoding incoming byte

Have you tried using splice()? Supposedly it copies one array to another.
Could also try converting the inByte array to a string and then using split() to create a second array.

1 Like