This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Non-blocking read from CCSTUDIO Console window?

Other Parts Discussed in Thread: CCSTUDIO

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?