When I'm testing UART with 2 8051 mcu, after running for some time, the speed of simulation would drop significantly.
I found that when a UART's serial monitor is opened, it will keep appending new data to its outpanels, no matter if it's closed or not. I think it's a bug.
In the following patch, serial monitor's printIn()/printOut() will check if it's visible(closed) before appending new data to outpanels.
I found that when a UART's serial monitor is opened, it will keep appending new data to its outpanels, no matter if it's closed or not. I think it's a bug.
In the following patch, serial monitor's printIn()/printOut() will check if it's visible(closed) before appending new data to outpanels.
- Attachments
- slow.zip
- You don't have permission to download attachments.
- (1 Kb) Downloaded 1 times