Thursday, May 04, 2017

USB serial devices and Arduino Yun

How to use USB serial devices on an Arduino Yun

You have a device send serial data via USB like an Arduino UNO, Leonardo or similar?
You need to run:

opkg update
opkg install kmod-usb-serial
opkg install kmod-usb-acm


After that you should find  that device as "/dev/ttyACM0".