That's fine. What's the easiest way to cast 8 bits into a byte? Say they are non-contiguous, like one bit from a position in an array, one from a variable etc. If I choose to send a couple bytes of bits starting at, say, V2000, can I cast a bit into a specified position within the byte? That would be ideal. I can obviously hack a bit to word, send a word, and then convert back to bit, but then I'm sending 8x the data I need to.
Thanks,
Colin