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.

Read from SCI with getchar

 In the demo program, code is written to the SCI by writing to stdout. Can the same be done with reading as well? I have tried to reopen "scia:" as "r" and used getchar() but was not able to receive any data. I know there is a function call SCI_getData() but I would like to you scanf() and other stdio functions.

 Thanks!