Before sending you can assign each bit to a word type variable. something Like this
Word_Var.0[0]=b1
Word_Var.0[1]=b2
.
.
And so on
Then just send the Word_Var which is just 2 bytes.
Before sending you can assign each bit to a word type variable. something Like this
Word_Var.0[0]=b1
Word_Var.0[1]=b2
.
.
And so on
Then just send the Word_Var which is just 2 bytes.
Bookmarks