Hi,
I'm running a simple Hello World bare metal application which prints the string correctly on every terminal I've used but I'm unable to put data from the terminal because it seems to be "locked".
If I use the gets(..) instruction the execution will stop on _read() because it waits for data which will never come.
I followed the guide zedboard.org/sites/default/files/documentations/CP210x_Setup_Guide_1_2.pdf .
Could someone give me a suggestion?