The challenge is to Receive a char RX1(UINT) and sent char TX1(UINT) and TX2 (UINT)
if the RX1 stop receiving data then it should change to Receive a char RX2 (UINT) and sent char TX1(UINT) and TX2 (UINT)
and when RX1 starts receiving again switch back to Receive a char RX1(UINT) and sent char TX1(UINT) and TX2 (UINT).
Currently i tried if statements from reading the receive variable but with no success i also tried buffer yet again with no success,for some reason that i cannot understand i cannot make the if statement to work correctly...
Currently i cannot upload any code because i tries so many the past days with absolutly nooo result.
If someone has some pointers to get me started it would be a gift!!!
