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 Can the VM Serial Monitor in MS VS 2019 be made to support ANSI codes ? (Read 1014 times)
Bruce S
Junior Member
**
Offline


Posts: 11
Location: Ohio, USA
Joined: Nov 11th, 2014
Can the VM Serial Monitor in MS VS 2019 be made to support ANSI codes ?
Apr 20th, 2023 at 3:27pm
Print Post  
    I'd like my Visual Micro Serial Monitor to be able to support ANSI escape sequences.  Is there a way to turn that on or replace the integrated monitor with one that has VT100 or ANSI support ?   

    The situation is that I am developing an app on the Arduino Leonardo/Uno. That Arduino is outputting ANSI with it's Serial.print() statements, to have positioning and color for my app.  Atm I have to disable the terminal and enable another external app like TereTerm in order to see my app screen properly.  Then I must switch back to the integrated monitor, in order to use the serial debugging.  This is tedious.
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2709
Joined: Feb 13th, 2019
Re: Can the VM Serial Monitor in MS VS 2019 be made to support ANSI codes ?
Reply #1 - Apr 20th, 2023 at 4:52pm
Print Post  
The monitor does not currently support the ANSI escape sequences, however you can run the Serial debugger over a completely separate Serial port, which would make it simpler to use the external app for your special print statements, whilst leaving the Serial Debugging unaffected in Visual Studio:
https://www.visualmicro.com/page/User-Guide.aspx?doc=Debugging-With-Different-Po...
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint