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.
I am carrying on one project that will occupy two serial port,so I choose Winbond W77C32 which has two RS232 interfaces.If two interfaces run at different programmable baudrate ,does W77c32 support it? It seems that W77C32 spec tells us not so clearly.
You should be able to run two UARTs with different baud rate. Perhaps the question is if you can set two different baud rates with a fixed crystal frequency.
I do not know that particular derivative, for those I know the answer is yes BUT you need to use two timers. Erik
Thank you very much. I have resolved the problem.Timer1 and timer2 are responsible for the generating of each baudrate.