Opening Shell Files Arduino Code


i arduino noob excuse me if stupid. i'm doing project school , part of involves running shell command based on output arduino. i've got working correctly except found out there no way open files arduino command. @ first tried this:

code: [select]

if (total1 > 20)
{
system("filepath.sh")
}


after google searching, realized command doesn't work arduino.

i later found out gobetwino want do, works windows. running on mac , can't go windows because of time constraints , having change significant portions of project. there other way open file arduino command? don't need read or return anything, open file.

thanks in advanced.

hello , welcome,

you created same topic yesterday, why not reply it? :)

for problem, no there no way directly arduino, suggest program arduino send serial commands custom program on mac (can't on that), , program open file if received correct command.



Arduino Forum > Using Arduino > Programming Questions > Opening Shell Files Arduino Code


arduino

Comments

Popular posts from this blog

invalid use of void expresion in FlexiTimer2 library

error: a function-definition is not allowed here before '{' token

LED Strip Code