Hello
No you have to decide if you want to use SCI0 or SCI1 as stdout.
Only 1 stdout can be used at a given time.
Also once the application is running, there is no library function allowing you to
switch easily to another stdout.
Now if you want to have the same output on both SCI port, just change the code to send the same character to both port. SCI0 first and then SCI1.
For reading this might be more complicated. I am even not sure it can work.
I hope this helps.
CrasyCat