Hi,
Sorry if this has been posted before.
I am newbie and want to try Arduino.
The compiler I am used to is MS Visual C++, I would like to use it to program ARDUINO board, what to do? what do I have to download ? how to install it ? what is the instruction I will have to include in my program
Thanks a lot
Is there some specific reason why you want to use Visual C++?
The Arduino IDE provides a free compiler that can handle C and C++ code.
Generating programs for the Arduino is not the only task that needs to be performed. After compilation, the linker needs to do it's job. It's job is specific to the hardware that will run the program.
Even after the linker is done, though, the output from the linker needs to be transferred to the Arduino. This is not a task that Visual C++ knows how to do.
I want to do some image processing, it has to capture the analog signal and do some digital stuff...
In any case, can you please suggest me other ARDUINO like smart board that works in a similar way ARDUINO does with more memory and capacity, is there something like that?
also interface C/C++ based
That sort of thing is way out of the league of an Arduino. You need something like WIN CE running on an ARM chip.
However it's not cheap.
Start looking at:- http://forums.arm.com/index.php?showtopic=1422
I also like Visual Studio. I can never remember the core arduino functions and classes so the vs intellisense is handy. Not to mention all the functions in the libraries!!
It's not difficult to make visual studio aware of your arduino boards.txt or for it to compile using gcc or g++. Just needs a bit of time.
This is an add-in for visual studio that I am working on. I have found it makes life much easier when programing my arduinos. http://www.visualmicro.com