Hi Wigros Sun
Thank you for answer.
I tried use UART_CTS_B to control RX & TX witch below setting:
/* enable RS485 mode: */
rs485conf.flags |= SER_RS485_ENABLED;
/* set logical level for RTS pin equal to 1 when sending: */
rs485conf.flags |= SER_RS485_RTS_ON_SEND;
UART_CTS_B pin has gone to high level when transmitting but after transmission is completed, it will not return to low level. In the default ,UART_CTS_B pin is high. This is the transmission waveform

How to change the default of UART_CTS_B pin to a low level to receive signals at any time?
Thank yo so much