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 Unable to use ESP_log in visual studio 2017 (Read 1762 times)
luisr
Newbies
*
Offline


Posts: 2
Joined: Dec 12th, 2018
Unable to use ESP_log in visual studio 2017
Dec 17th, 2018 at 4:17pm
Print Post  
Hello.

I am trying to check ESP_log messages in visual studio 2017. My arduino IDE is 1.8.7, and if I compile my sketch using it I can see info messages, but, if I try with visual studio (same configuration of course) I don't see anything.

I have check forum before and I have tried 
https://www.visualmicro.com/forums/YaBB.pl?num=1511113285

But still doesn't work.
Can anyone help me please?
Thanks in advance.

  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Unable to use ESP_log in visual studio 2017
Reply #1 - Dec 20th, 2018 at 8:09pm
Print Post  
Hi,

I believe ESP Log works at a specific baud rate (speed). If you have the tool bar set to Debug instead of Release then you need to configure the debugger to use your exact baud rate. The default for debug is 115200. You can change the debug speed on the vMicro>Debugger menu.

However if you switch to Release then you can use the speed setting on the serial monitor footer bar to select the correct speed.

Does this make sense or have I misunderstood?
  
Back to top
WWW  
IP Logged
 
luisr
Newbies
*
Offline


Posts: 2
Joined: Dec 12th, 2018
Re: Unable to use ESP_log in visual studio 2017
Reply #2 - Dec 21st, 2018 at 8:29am
Print Post  
It works when I compile in Release mode.

Thanks a lot!
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint