fetisov / lrndis

stm32 ethernet over usb (rndis + lwip)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

W10 Device recognised as serial port

AndyW999 opened this issue · comments

Hi

It works great on Win7 but I now want to use it on W10 but it always gets recognised as a serial port.

I have searched for a solution with no success.

Do you have any suggestions?

Thanks

Andy.

If you change
#define USBD_VID 0x0525 //0x4E44
#define USBD_PID 0xA4A2 //0x4953
In usbd_desc.h

And use the attached RPI OTG.zip it will work on W10 and W7

RPI Driver OTG.zip

Windows 10 should support rndis without drivers needed for
USB_DESC_TYPE_DEVICE, /* bDescriptorType /
0x00, / bcdUSB /
0x02,
0xEF, / bDeviceClass /
0x04, / bDeviceSubClass /
0x01, / bDeviceProtocol */