Resolved! UART data receive acknowledgement
Two devices A & B are communicating on UART. A sends data stream to B. B sends one byte data back to A to acknowldge that data has been received. I want to implement if A doesn't receive acknowledgement from B then it display Error message on LCD.Ple...