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".
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment