USB composite device with multiple HID interfaces

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

USB composite device with multiple HID interfaces

701 次查看
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

标签 (1)
0 项奖励
2 回复数

571 次查看
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 项奖励

571 次查看
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 项奖励