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 Throttle speed issue (Read 3303 times)
su
Newbies
*
Offline


Posts: 3
Location: Germany
Joined: Jun 18th, 2013
Throttle speed issue
Oct 24th, 2013 at 8:10am
Print Post  
Visual Micro Debug Tool did a real excellent job!

But right now I'm working on a very time critical project. And as you expected, I find throttle issue of this debugger. I've also read some article about how to specify the speed of it. 

I wanna know if there some way to let Debug Tool work just as fine and esay as the standard Serial.print? (Don't slow down the loop speed so dramatically and as powerful as visual micro did) Smiley
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Throttle speed issue
Reply #1 - Oct 24th, 2013 at 8:50am
Print Post  
Hello,

If you set the project property ThrottleEnabled = False then the Arduino will work at full speed.

Without the throttle, you should try use conditional or exceptional breakpoints to avoid streaming too much serial. but it sounds like you know what you are doing  Wink
  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Throttle speed issue
Reply #2 - Oct 25th, 2013 at 5:46pm
Print Post  
Forgot to say...

We have some users who have used this to track signals which were speed dependant/sensitive. Therefore after you switch off throttling you should see Zero delays. 

If this is not the case then please report this to the forum and it will be fixed in the next release.

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