Hi,
Just a quick question.

If i wish to send 16 bits of data can i extract 1 bit like this?

datapin = temp[loop]

where temp is the word to send, and loop is a for next loop from 0 to 15

and receive in a similar way

temp[loop] = datapin