VS Arduino
Visual Micro >> Usb/Serial/WiFi Debugging >> Serial monitor not displaying in release mode
https://www.visualmicro.com/forums/YaBB.pl?num=1579716072

Message started by Abbott HMG on Jan 22nd, 2020 at 6:01pm

Title: Serial monitor not displaying in release mode
Post by Abbott HMG on Jan 22nd, 2020 at 6:01pm
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

Title: Re: Serial monitor not displaying in release mode
Post by Visual Micro on Jan 22nd, 2020 at 7:00pm
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

Title: Re: Serial monitor not displaying in release mode
Post by Abbott HMG on Jan 23rd, 2020 at 7:06pm
Thanks. Will check it out.
Abbott

Title: Re: Serial monitor not displaying in release mode
Post by Visual Micro on Jan 25th, 2020 at 4:32pm
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.

Title: Re: Serial monitor not displaying in release mode
Post by Abbott HMG on Jan 25th, 2020 at 11:34pm
Done ....
All seems to be on track.
Abott

VS Arduino » Powered by YaBB 2.6.12!
YaBB Forum Software © 2000-2024. All Rights Reserved.