Reputation: 33
I have a school a project where I should create C++/CLI application with Visual Studio Community 2013, and this App uses an Arduino MEGA 2560 connected to a couple of pressure sensors. I installed Visual Micro to Visual Studio, and I tried to run the Sample "Blink" program, but I have this problem:
Questions:
Upvotes: 0
Views: 1672
Reputation: 1561
The problem was caused because you ticked "Tools>Visual Micro>Upload using programmer". The option relates to special hardware that you can purchase.
Un-tick the option for normal usb upload which does not require additional hardware. Read more here.
With the option ticked this is the same as using "File>Upload using programmer" in the Arduino ide
Upvotes: 1