USB composite device with multiple HID interfaces

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB composite device with multiple HID interfaces

693 Views
leesommerville
Contributor I

Hi,

I am wanting to develop a device that enumerates as a USB composite device with multiple HID interfaces (that use the Vendor defined usage page).

Does the Kinetis SDK support such a device?

If so, can someone please point me in the direction of an example and/or documentation?

If not, are there any alternative libraries that may support this functionality?

Thanks for your time.

Cheers,

Lee

Labels (1)
0 Kudos
2 Replies

563 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi,

there is keyboard+mouse composite demo in SDK. You can find them in \boards\frdmk22f\usb_examples\usb_device_composite_hid_mouse_hid_keyboard

Regards,

Jing

0 Kudos

563 Views
mjbcswitzerland
Specialist V

Hi Lee

if you don't find a solution with the SDK you can use the uTasker open source project from GitHub which will give you flexible composite USB that works on any Kinetis part and will allow you to simulate the complete operation.
For professional work you can consider the higher performance supported version.

Regards

Mark

Complete Kinetis solutions, training and support: http://www.utasker.com/kinetis.html
- http://www.utasker.com/docs/uTasker/USB_User_Guide.PDF
- http://www.utasker.com/docs/uTasker/uTaskerV1.3_USB_Demo.PDF
- http://www.utasker.com/docs/uTasker/uTaskerUSB_Audio.pdf
- http://www.utasker.com/docs/uTasker/uTaskerRNDIS.pdf
- http://www.utasker.com/kinetis/USB_Device.html [composites]

0 Kudos