10-23-2015 09:52 AM
I am trying to develop a VI that could upload arduino sketches to arduino using labview. But I am totally lost if that's even possible.
Any ideas or thought how could it be done?
thank you in advance.
10-23-2015 11:53 AM
This has already been done. See here. I don't know how well it works so I'm not making a recommendation.
10-23-2015 01:47 PM - edited 10-23-2015 01:58 PM
Thank you for your suggestion.
But i think I am being misunderstood here. I want LabVIEW to upload a already coded arduino sketch(.ino or hex file) to upload to arduino while still running the LabVIEW.
I don't want to upload a LabVIEW vi to arduino. but to use LabVIEW to upload arduino sketches to arduino through VISA write or VISA write from file or something of that sort. since I am beginner in Instrument Control, I am not sure how would that be possible.
So, I am looking forward to any suggestions on this.
10-23-2015 02:35 PM
I don't want to upload a LabVIEW vi to arduino. but to use LabVIEW to upload arduino sketches to arduino through VISA write or VISA write from file or something of that sort. since I am beginner in Instrument Control, I am not sure how would that be possible.
So, I am looking forward to any suggestions on this.
Why use LabVIEW?
The Arduino IDE works perfectly fine for uploading Arduino sketches.
Your post makes no sense.
10-23-2015 02:38 PM
10-23-2015 03:01 PM
thank you again for guiding me to right path.
10-23-2015 03:10 PM
i just have one more question. Hope I am not being annoying.
Can this software be called using LabVIEW and how?
09-02-2016 06:15 PM
09-05-2016 10:08 AM
There is AVRDUDE which supports command line execution for Arduino programing.So from LabVIEW you need to executes commands ...
----------------------------
In LabVIEW there is VI known as System Exe.vi using which you can executes exe file or DOS commands(AVRDUDE commands too)
Make batch file of your AVRDUDE commands.
See attached image of batch file