I have set up the UART example with Arty A7 100 board and I observe the following: When I send data to the USB descriptior as: ``` echo "AAAA" > /dev/ttyUSB3 ``` In the minicom I can see ``` AA ``` being output. Is that expected? Shouldn't all the input be echo'd back or am I missing something?