How to compile and upload to an Arduino from C# application -
is there way compile , upload c program generated c# program arduino board.
basically i've builded little c# application generate c code depending somes parameters selected window. have copy , paste code inside ardunio interface compile, , upload program.
i want automate task , send directly c code générated inside arduino board without use arduino program or else. window interface. possible ?
you not upload c code, use avr-gcc compile machine code. additionally, arduino ide preparation produce .cpp file .ino file (generate function prototypes, add include files) utility avrdude used upload resulting .hex file
look @ extended output while compiling , uploading.
in general possible, way ask doubt successful. working c#, visualstudio plugin compile , upload arduino within visualstudio ( search visualmicro ). perhaps that's interesting you...
Comments
Post a Comment