Mit Arduino CMD Befehle ausführen?

1 Antwort

Hallo,

hier findest Du die Frage beantwortet:

http://forum.arduino.cc/index.php?topic=38627.0

Scheint nicht so ganz einfach zu sein:

The Arduino's processor cannot directly invoke commands on the host
(whether it's Linux, Windows or MacOS).  But, a program running on the
host can accept characters over the serial connection (via USB), which
can then trigger actions on the host such as, running commands.

This kind of program on the host is sometimes called a proxy.