Hi,

Since serin is a software based UART you cannot have multiple instances. However you can use the hardware USART for one receive (probably interrupted so you know when your receive buffer is having a new data) and a normal serin on the other.

Regards

Sougata