I have been trying for a week now to get my laser sensor working on UDOO. I have installed all the necessary packages required for it work. The problem is that it does not show up as a ttyUSB or ttyACM device. I tried checking dmesg after unplugging and re-plugging the sensor and it is being recognised as a usb device but i still cannot access /dev/ttyUSB*. It says no such file or directory exists. I have compiled the kernel to enable the cdc_acm module. Any suggestion or advice would be appreciated.
Mmmm... That could be a permission problem... You could try to add your user to dialout group. I also found this: http://forum.arduino.cc/index.php?PHPSE ... msg1010627 Hope that helps, let me know