Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Serial monitor output is automatically resetting (Read 541 times)
Evgeny Zhekaus
Junior Member
**
Offline


Posts: 38
Joined: Sep 19th, 2018
Serial monitor output is automatically resetting
May 12th, 2024 at 4:26pm
Print Post  
Hi.
Since some version of vMicro, Serial monitor output is automatically resetting (clearing) during debugging. It is very incontinent. 
I need whole serial output, and I want to clear it manually.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12166
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Serial monitor output is automatically resetting
Reply #1 - May 12th, 2024 at 9:43pm
Print Post  
You can set the "Screen Buffer Size" in the Communications section of Tools>Options>Visual Micro. The default is 10k

Previous reports indicated that a high volume of incoming messages caused a lag in the display. This is because Visual Micro appends incoming data lines (or packets) to a standard text box. When dealing with large data streams, this method becomes inefficient, especially on computers with limited processing power.

  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint