04-08-2025 01:34 AM
Hello I have my code on Arduino IDE but need to convert it to labVIEW. Is this possible through any tool? can I use LabVIEW to send a signal that will compile my code on Arduino IDE?
04-08-2025 01:37 AM
Hi jeet,
why don't you link to your original Reddit post?
@i1ndrajeet wrote:
I have my code on Arduino IDE but need to convert it to labVIEW.
…
can I use LabVIEW to send a signal that will compile my code on Arduino IDE?
Do you want to create some Arduino code or do you want to remotely control the Arduino IDE?
04-08-2025 02:47 AM - edited 04-08-2025 02:58 AM
Short answer is yes of course!
But your inquiry sounds very inconsistent. The title says about sending a signal to the Arduino IDE, but then you talk about converting your Arduino design into LabVIEW code. That are very different things and the later definitely would not be an option at all.
If the Arduino IDE supports some remote command interface is a different story. According to the Arduino documentation it has a special command line version that provides a remote interface to automate a lot of operations that can be done in the Arduino IDE. Not sure how it relates to the IDE or if it replaces it as whole. This CLI also provides apparently a gRPC interface, so it could be even used interactively if you care about writing some gRPC library in LabVIEW for it.
04-08-2025 09:31 AM
In general there are three ways of using LabVIEW with an Arduino