El Zo
El Zo

Reputation: 33

Arduino program with C++ Visual studio Community 2013

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:

enter image description here

Questions:


Upvotes: 0

Views: 1672

Answers (1)

Visual Micro
Visual Micro

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

Related Questions