Greetings. Looking at the schematics I can see that UDOO USB ports are described as USB hosts. Does UDOO support USB device mode as well and if yes, what do I need to modify if I want to have USB device mode enabled for a certain port. Thanks in advance.
You can make it appear as a keyboard or mouse from the Arduino side: http://arduino.cc/en/Reference/MouseKeyboard
Well, the problem is that I am trying to connect my UDOO to a USB Host device and in order to do that, I need to configure the USB port to act as USB device. I tried doing the same with Raspberry Pi B model - it has a controller chip that supports USB device mode but unfortunately it was not implemented and therefore the B model does not support USB device mode. I was hoping UDOO would support native USB device mode but sadly I was mistaken. Thanks for the info.