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.

Compiler: Multiple UART with printf



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.