Tool/software: TI C/C++ Compiler
Hello Everyone,
I need to use three UART ports with my microcontroller. I want to use printf, fprintf etc with all the three ports. How can I direct stdout, stdin to work with all three ports ?
i guess i will need fopen statement if so please provide some example that opens multiple ports same time.
I thank you in advance for your help.