Quote Originally Posted by tazntex View Post
0 = 01010101
1 = 01010110

Would I just send and receive this as a BYTE or Word?
Well, since there's only 8 bits, I'd say a BYTE, 'cause there's only 8 bits.
If there was 16 bits, I'd say a WORD, or maybe 2 bytes...