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 VM doesn't seem to upload to my Arduino? (Read 5725 times)
gboulton
Newbies
*
Offline


Posts: 6
Joined: Feb 4th, 2014
VM doesn't seem to upload to my Arduino?
Feb 5th, 2014 at 9:32pm
Print Post  
Visual Studio 2010 Ultimate, Windows 7 64 bit, VisualMicro 

http://www.visualmicro.com/page/How-to-compile-and-upload-to-an-Arduino-using-Vi... says:

Quote:
To recap, all of the Visual Studio "build/debug" tool bar buttons, "build" menu items, "debug" menu items,  right click context project menu and keyboard shortcuts provide compile and upload for Arduino. For an example then press F5 in Visual Studio or Atmel Studio.


Yet this is not happening on my installation.  The sketch compiles, but no indication is given that it is uploading.  I can change values in the sketch (in this case, a number of steps for a stepper motor to take) and the arduino/motor's behaviour does not change.   

If I copy/paste the code to the Arduino IDE, and upload, it compiles and uploads fine, and the motor's behaviour changes as expected.

I am able to open the serial monitor in VisualMicro, and communicate with the Arduino fine...I can send commands, query status, etc.

It simple seems that the sketch does not ever upload when using VisualMicro.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: VM doesn't seem to upload to my Arduino?
Reply #1 - Feb 5th, 2014 at 10:07pm
Print Post  
Hi,

Can you please switch on tools>options>visual micro>compiler>verbose, then post the last few lines of the output that appears after an upload attempt.

Thanks
  
Back to top
IP Logged
 
gboulton
Newbies
*
Offline


Posts: 6
Joined: Feb 4th, 2014
Re: VM doesn't seem to upload to my Arduino?
Reply #2 - Feb 5th, 2014 at 11:12pm
Print Post  
Tim@Visual Micro wrote on Feb 5th, 2014 at 10:07pm:
Hi,

Can you please switch on tools>options>visual micro>compiler>verbose, then post the last few lines of the output that appears after an upload attempt.

Thanks


No, I can not.  Those options do not exist in my Tools menu.

Tools -> Options gives :



Tools -> Visual Micro gives :



Neither offers any way to get to a "Compiler" section.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: VM doesn't seem to upload to my Arduino?
Reply #3 - Feb 5th, 2014 at 11:32pm
Print Post  
It looks like your 2010 ultimate has just about nothing installed for it  Smiley Actually I have never seen such a small set of Visual Studio options. What did you un-tick during installation?

Arduino is C++ so you certainly need C++ but we also recommend C# as stated in the system requirements

Here is a pic of my VS 2010 Ultimate Tools>Options, we see a much larger list. The Visual Micro entry is added by the Visual Micro installation and loads from the same configuration file that allows Visual Micro to load.





Please also show a complete screen shot of your Ide. Thanks
« Last Edit: Feb 6th, 2014 at 2:42pm by Tim@Visual Micro »  
Back to top
IP Logged
 
gboulton
Newbies
*
Offline


Posts: 6
Joined: Feb 4th, 2014
Re: VM doesn't seem to upload to my Arduino?
Reply #4 - Feb 6th, 2014 at 12:17am
Print Post  
I think i will pass on this product.  Thank you for your attempt to assist!
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: VM doesn't seem to upload to my Arduino?
Reply #5 - Feb 6th, 2014 at 12:23am
Print Post  
Okay looked like you just installed vb. Best of luck anyway  Smiley

I did tell you in your other post about express that you needed C++ installed. The intellisense and a bunch of other stuff will not work without it. Arduino is C++

The version of Visual Studio Ultimate shown above is not Visual Studio Ultimate, did you download it from the Microsoft web site?

In your previous post about express some other users recommended Atmel Studio because it is free.
« Last Edit: Feb 6th, 2014 at 2:44pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint