HI,
I need to understand the working of USB RNDIS and how zephyr is supporting that feature. Do we have any documents or example for the same ?
Currently I have BL653_dvk board and wanted to use it for RNDIS.
HI,
I need to understand the working of USB RNDIS and how zephyr is supporting that feature. Do we have any documents or example for the same ?
Currently I have BL653_dvk board and wanted to use it for RNDIS.
Hello
It looks like this should be supported in Zephyr, please have a look at this page in the documentation:
http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/services/usb/uds.html
Best regards,
Einar
Thanks Einarh
I have gone through that link, Unfortunately I didn't find the exact docs required for that purpose. can you please redirect me to the samples available, if there are any.
There are a handful of USB samples available in Zephyr, not for RNDIS specifically but you can get an idea of how to use USB in Zephyr from those.
I don't think the exact docs you are looking for exist, but there is a lot of documentation for USB online, maybe start here:
https://www.beyondlogic.org/usbnutshell/usb5.shtml
-Einar