Serial Data for PIC16LF84A
I am using a PIC16LF84A and a radio frequency receiver. I would like to know how I can read the data out of the receiver and input it to the microcontroller. Also, I would like to know how I can use that data and extract bits of data so that I can perform operations on it. For example, if my input is 1100, I would like to know how I can input the 1100 string and then extract one of the bits (like 1) . I am thinking of using Serin but I am not sure how I can extract bits from it.