We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
If i have two serial port in the controller(interfaced 16c550) how to access both using printf library
Either write your own com2_printf() that makes use of vsnprintf() and then copies the formatted string to the second port, or add a variable that controls which physical port that should receive the output from printf().