can i use RB0 interrupt instead of USART?
for example i enable RB0 interrupt for falling edge and send 10101010....
for about five bytes and then send my data from transmitter and when RF reciever transfer it to micro then the interrupt happen and goes to interrupt rotine to get serial data with serin instruction(in interrup rotine).
is it a good idea?