SER2NET Control pins

Is it possible to control arduino yun shield digital pins with ser2net?

e.g with putty -> telnet 192.168.1.104:7000 - write message "led13 on"

thanks

If there is a "firmata" or similar for the YUN then yes.

Not tried or looked for it on the YUN but I do know there are a few variations for some of the other boards.

I do believe there is also an example of doing something similar to what you want in the YUN example sketches too.

You can also shell into the YUN from the linux side to do similar.

Thanks

Solutions install Ser2net opkg install ser2net -> enable mode port:raw and serial 57600 baunds /etc/ser2net -> put arduino yun shield in mode "control" and 57600 baund.

use put mode raw ip:port