Hi
Is there any custom HID interrupt transmission example?
I need to communicate with my PC via usb.
SDK15.2 NRF52840
Thanks
BR
Hi
Is there any custom HID interrupt transmission example?
I need to communicate with my PC via usb.
SDK15.2 NRF52840
Thanks
BR
Hi,
Is there any custom HID interrupt transmission example?
I need to communicate with my PC via usb.
If you want your device to load using in-build OS drivers, then the usbd_cdc_acm (USB->COM port) example might be of use.
You can use a generic HID descriptor for this usage as well, but we do not have an example for this.
Kind regards,
Håkon
Hi,
Is there any custom HID interrupt transmission example?
I need to communicate with my PC via usb.
If you want your device to load using in-build OS drivers, then the usbd_cdc_acm (USB->COM port) example might be of use.
You can use a generic HID descriptor for this usage as well, but we do not have an example for this.
Kind regards,
Håkon