There is any good tutorial for Arduino C++ or C#, insted of Processing ???? Or who can i convert processing sketches to C++ or C# for arduino????
Thank you for your replay!!!!
There is any good tutorial for Arduino C++ or C#, insted of Processing ???? Or who can i convert processing sketches to C++ or C# for arduino????
Thank you for your replay!!!!
If you are wanting to learn stuff for the arduino, then c++, not c#
cplusplus.com/doc/tutorial/
http://www.parashift.com/c++-faq-lite/
Processing sketches are Java. Arduino sketches are already C++.
If you want to replace Processing with your own applications, C# is a much better choice than C++, due to how much easier it is to build user interfaces AND talk to the serial port.
There are plenty of resource on the web that deal with all aspects of C#.
If that is not what you want, you need to clarify just what it is you do want.