I am using ESP-WROOM-02 WiFi module and have created some projects using that. We have one requirement to use UART0 Debug UART with Hardware Flow Control Support (RTS and CTS).
We have configured UART0 properly as per RTS and CTS Pin configurations required and connected with Debug Serial UART with RTS and CTS pins in swap.
Following are UART0 ESP8266 Pin configurations with our Serial Debug Cable
ESP8266 :: Serial UART
RX :: TX
TX :: RX
RTS :: CTS
CTS :: RTS
GND :: GND
So, when i tried to connect RTS Pin of ESP8266 with CTS Pin of Serial UART Cable at that time only single way means ESP8266 can only send data to Serial UART only.
Please let me know if any one has proved communication of UART0 with RTS/CTS Pins or let me know any clue for this type of issue which we are facing.