This is for the irpart of the DOME-project
dmesg | grep tty
dmesg | grep ACM
tail -f /var/log/system.log
sudo chmod 777 /dev/ttyACM0
from irtoy import IrToy
import serial
serialDevice = serial.Serial('/dev/ttyACM0')
toy = IrToy(serialDevice)
https://github.com/crleblanc/PyIrToy/blob/master/tests/test_irtoy.py
http://dangerousprototypes.com/docs/USB_IR_Toy_firmware_update