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
Hot Topic (More than 8 Replies) serial monitor: empty line after each text line (Read 252 times)
Helmut
Junior Member
**
Offline


Posts: 19
Joined: Oct 3rd, 2024
serial monitor: empty line after each text line
May 25th, 2026 at 2:19pm
Print Post  
Hello,

I don´t know why but since some time (maybe last update ?) after each text line i get an empty line in the serial monitor.

I didn´t change the code.
I checked it with the Arduino IDE serial monitor and there it is ok.

I tried difference settings but nothing change it.

As attached a pic of the VS serial monitor with the empty lines and a pic from the Arduino IDE serial monitor.

How can i fix it?

Visual Micro V2026.422.2201

  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2918
Joined: Feb 13th, 2019
Re: serial monitor: empty line after each text line
Reply #1 - May 26th, 2026 at 10:47am
Print Post  
Thanks for the report.

Could you attach the build output with the below options enabled, and a quick example or excerpt from your sketch around the print statements?
  • vMicro > Compiler > Verbose
  • vMicro > Compiler > Show Build Properties


This is just to ensure we replicate the issue fully so we can provide the fix ASAP.
  
Back to top
IP Logged
 
Helmut
Junior Member
**
Offline


Posts: 19
Joined: Oct 3rd, 2024
Re: serial monitor: empty line after each text line
Reply #2 - May 26th, 2026 at 11:06am
Print Post  
Hello,
as attached the micro build output.

The print statements are very easy:
Code (C++)
Select All
Serial.printf("cw: infotext - no: %s, text: %s\n", controldata.number, controldata.text); 



\n is neccessary to get a new line with printf

But it happens also with println
Code (C++)
Select All
Serial.println(F("----------------------------------")); 


« Last Edit: May 26th, 2026 at 11:08am by Helmut »  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2918
Joined: Feb 13th, 2019
Re: serial monitor: empty line after each text line
Reply #3 - May 26th, 2026 at 11:21am
Print Post  
Thanks for the information and files.

This is related to the Serial Debugger being enabled, which we will resolve as soon as possible.

If it is not in use it can be disabled by changing the  Build configuration to Release.

Ill update when the fix is available.
  
Back to top
IP Logged
 
Helmut
Junior Member
**
Offline


Posts: 19
Joined: Oct 3rd, 2024
Re: serial monitor: empty line after each text line
Reply #4 - May 26th, 2026 at 11:30am
Print Post  
how can i change the build configuration?
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2918
Joined: Feb 13th, 2019
Re: serial monitor: empty line after each text line
Reply #5 - May 26th, 2026 at 11:34am
Print Post  
This is shown on the below page:
https://www.visualmicro.com/page/User-Guide.aspx?doc=Build-Configurations.html

Currently it is a box at the top of your VS Toolbars which will show "Debug", change it to "Release" and then build and upload again.
  
Back to top
IP Logged
 
Helmut
Junior Member
**
Offline


Posts: 19
Joined: Oct 3rd, 2024
Re: serial monitor: empty line after each text line
Reply #6 - May 26th, 2026 at 11:44am
Print Post  
with "release" it works
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2918
Joined: Feb 13th, 2019
Re: serial monitor: empty line after each text line
Reply #7 - May 26th, 2026 at 1:43pm
Print Post  
Thanks for confirming, we will continue to investigate and fix this area, and update this thread when the fix is available
  
Back to top
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2918
Joined: Feb 13th, 2019
Re: serial monitor: empty line after each text line
Reply #8 - May 28th, 2026 at 1:00pm
Print Post  
The latest release (26.0422.08) at the top of the below board will resolve the issue with the new lines when using the Serial Debugger:-
https://www.visualmicro.com/forums/YaBB.pl?board=VS_ARDUINO_EXT_RELEASES

Let us know if you have any further issues with this problem, and thanks again for reporting and assisting with diagnosing the issue.
  
Back to top
IP Logged
 
Helmut
Junior Member
**
Offline


Posts: 19
Joined: Oct 3rd, 2024
Re: serial monitor: empty line after each text line
Reply #9 - May 28th, 2026 at 4:51pm
Print Post  
Thank you for the new version
it works perfectly fine.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint