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!