I am working on a application in which I may need to read value from one com port and need to write the value to other com port and vice versa. During testing I will be doing this lots of time....It might possible that after reading data from one com port and after few proceesing I need to write to other ports and vice versa.
Is using two parallel while loop is good approach?