I noticed that I can write text from target code to CCStudio Console window by just adding printf() to the code.
I also noticed that I can read from Console window by adding read() to the code. Unfortunately this read() is blocking.
Is there any way to implement a non-blocking read to console window?