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 not displaying in release mode (Read 2002 times)
Abbott HMG
Junior Member
**
Offline


Posts: 56
Location: Bedford, NY, USA
Joined: May 10th, 2019
Serial monitor not displaying in release mode
Jan 22nd, 2020 at 6:01pm
Print Post  
I'm not getting serial messages when in release mode. In debug mode the messages appear. In release mode, they do not. (In release mode I have debug-off). Are there any other settings that I am missing?
Thanks
Abbott
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Serial monitor not displaying in release mode
Reply #1 - Jan 22nd, 2020 at 7:00pm
Print Post  
If you are using the serial debugger ensure that your own print terminates with println()

Also if using the serial debugger it attempts to determine the connection speed from the code otherwise assumes 115200. If you are using a different speed that 115200 you can override the "Local Speed" on the vMicro>Debugger menu.

The speed of the serial monitor is shown on the status bar of the monitor. depending on screen width the speed will be visible or on the overflow menu
  
Back to top
WWW  
IP Logged
 
Abbott HMG
Junior Member
**
Offline


Posts: 56
Location: Bedford, NY, USA
Joined: May 10th, 2019
Re: Serial monitor not displaying in release mode
Reply #2 - Jan 23rd, 2020 at 7:06pm
Print Post  
Thanks. Will check it out.
Abbott
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Serial monitor not displaying in release mode
Reply #3 - Jan 25th, 2020 at 4:32pm
Print Post  
ah sorry i didn't read your report properly. Check the speed on the serial monitor and make sure you have dded a serial.begin(speed) in your code.
  
Back to top
WWW  
IP Logged
 
Abbott HMG
Junior Member
**
Offline


Posts: 56
Location: Bedford, NY, USA
Joined: May 10th, 2019
Re: Serial monitor not displaying in release mode
Reply #4 - Jan 25th, 2020 at 11:34pm
Print Post  
Done ....
All seems to be on track.
Abott
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint