Half duplex RS485 communication using Colibri T30

Problem solved !
RTS signal controls the direction of data in half duplex rs485 communication on colibri eval board. pyserial provides support for this thus resolving my issue. The port was in transmit mode hence was not able to receive the RFID tag data earlier. Don’t understand it though because the incoming data packet was present on respective receive pin (UART_B_RXD) as confirmed with DSO.
Thanks.