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 Re: How do I configure Visual Studio to print to console? (Read 587 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: How do I configure Visual Studio to print to console?
Dec 24th, 2019 at 12:20pm
Print Post  
You have to use Serial.println("hello world")

Don't forget the serial.begin(115200) or other speed in the setup()

The Serial monitor can be opened by clicking the button next to the COM port or from the vMicro menu.

You can also use the various debugging options shown in the documentation on visualmicro.com
« Last Edit: Dec 24th, 2019 at 12:21pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Re: How do I configure Visual Studio to print to console?
Reply #1 - Jun 27th, 2020 at 11:47pm
Print Post  
This Topic was moved here from General Board [move by] Visual Micro.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint