Posted on April 07, 2016 at 15:11Hi, I use 2 UART ports: UART1 for WiFi and UART4 for debug output. My goal is to send to UART4 data I received on UART1. When I use only 1 UART, it works (UART4), everything I typed on keyboard, returned back. I impl...