I use winbond's w77e58,which has 2 uart. I find the printf output string on uart 0 default, now I want to use uart 1, how can I do?
The Keil C51 documentation for printf tells you how to customise it...
Thanks. I know how to do.