I am getting some data into the system through the serial port from an external device. Actually i dont want the entire data. Do i have any oppurtunity to filter that data and take the data which is needed to me. I have a c program to filter that data.
If the data coming to PC is sequential them you can implement timers otherwise you need to receive and check the complete data. For this use the If statements.