Hello,
Is there a way to open files on my computer through an arduino program/sketch? As in, can i sent a message over Serial that causes the computer side to open a file/application?
Thanks!
Hello,
Is there a way to open files on my computer through an arduino program/sketch? As in, can i sent a message over Serial that causes the computer side to open a file/application?
Thanks!
You would need an application on the PC to receive commands from the Arduino and launch the file/application. If your PC is running Windows then you could use GoBetwino to do this for you - if not, you'd need to write your own equivalent, but it would not be especially difficult.
Thanks! I have a mac, so I'm trying to use something like this: HOW TO - Control your Mac from Arduino, the easy way - Make:
You could use a processing sketch running in the background of your MAC to execute the commands.
visit processing.org for more info.
so I'm trying to use something like this
And? What happens?
What code is on the Arduino?
How are we supposed to help you when you don't say what your problem is/problems are?
PaulS:
How are we supposed to help you when you don't say what your problem is/problems are?
Sorry about the confusion. I meant to say, "Thanks for your help. I have decided to use this: (link)."