Actually the serial devices are connected to two different pairs but the same UART Figure below shows how they are connected to K60:

The serial devices send out data continuously (asynchronous). I need to read them simultaneously. So you think if I chnage the GPIO Mux dynamically in run time to scan these to channel then I won't loose any data? what if i read them in interrupt mode?