Can I code my Arduino to open a file when an input from my sensor changes?
closed as too broad by Nick Gammon, Gerben, LoganBlades, Ricardo, TheDoctor Aug 13 at 15:47There are either too many possible answers, or good answers would be too long for this format. Please add details to narrow the answer set or to isolate an issue that can be answered in a few paragraphs. If this question can be reworded to fit the rules in the help center, please edit the question. |
|||
|
Sort of yes, |
|||
|
Sort of; You can code your arduino to send a message to a program running on your computer that opens the file. It cannot directly issue commands on your computer. Using serial to communicate is the most common way to get a message across. The program on your computer could be written in just about anything; all it needs to do is open a serial port, wait for a message, and then open a program. Use whatever you are comfortable with. |
|||||||||||||
|