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 Eval of VM: How do I set the baud rate in debug window to a NEW default (Read 1755 times)
GeeTee
Member
***
Offline


Posts: 103
Joined: Nov 10th, 2014
Eval of VM: How do I set the baud rate in debug window to a NEW default
Nov 10th, 2014 at 5:00am
Print Post  
Where do I set the default baud rate of the window. I want it at 9600 but every time it opens, it resets to 115000
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12186
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Eval of VM: How do I set the baud rate in debug window to a NEW default
Reply #1 - Nov 10th, 2014 at 10:56am
Print Post  
Hi,

Thanks for the question. You need to change the "Remote Speed" project property here http://www.visualmicro.com/page/User-Guide.aspx?doc=Debugging-With-Different-Por...

However the latest sp7 build automatically detects the speed if your sketch code has Serial.begin(9600) http://www.visualmicro.com/downloads/beta/ArduinoForVisualStudio.msi

By the way, the functionality you report only happens if debug is active. If you are using the "release" configuration or have debug switched off then the serial window will retain whatever setting you make to the speed. The project "speed" properties are only required when in debug mode.

Thanks

ps: The latest sp7 beta attempts to detect and auto switch the debug speed, if you have not set it manually in the project properties
« Last Edit: Nov 11th, 2014 at 3:39pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint