USB Library and HID Example

All the latest news and announcements from XCore and XMOS.
User avatar
jason
XCore Expert
Posts: 577
Joined: Tue Sep 08, 2009 5:15 pm

USB Library and HID Example

Post by jason »

XMOS supports a software library that enables you to build USB systems. You can design USB interfaces that follow standard USB classes (such as USB Audio, USB HID, or USB DFU), and USB interfaces that follow your own bespoke standards. The XUD library takes care of the low level packet handling, and requires you to just implement endpoint functionality.

The library documentation describes the implementation of a HID device as an example of a standard USB device class.

The current USB library and documentation is released as beta software. The XUD interface is likely to be improved and changes made to existing function calls.

Find out more and download here: http://bit.ly/XUDUSB