-
Notifications
You must be signed in to change notification settings - Fork 970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USB RNDIS #506
Comments
Hi @pauluzs |
Tnx @fpistm, |
Yes all related USB stub are here:
so I guess this is what the link you provide do anyway the middleware provide a template class so this could probably be used as a starting point. |
Track in #687 |
Would it be possible to add a usb RNDIS device, So we can do networking over USB?
ie. run a udp server etc, Currently cores/arduino/stm32/usb/ contains only CDC and HID,
Windows 10 should support rndis without drivers needed for
USB_DESC_TYPE_DEVICE, /* bDescriptorType /
0x00, / bcdUSB /
0x02,
0xEF, / bDeviceClass /
0x04, / bDeviceSubClass /
0x01, / bDeviceProtocol */
https://github.com/fetisov/lrndis and https://github.com/Lexatagan/LRNDIS
are 2 examples only not based on stm32duino core.
Modifying these device descriptors was one thing,
Only implementing the endpoints for this is unfortunately above my knowledge.
Any help, links or useful info is welcome
The text was updated successfully, but these errors were encountered: