Skip to content
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

W10 Device recognised as serial port #5

Open
AndyW999 opened this issue Oct 31, 2018 · 2 comments
Open

W10 Device recognised as serial port #5

AndyW999 opened this issue Oct 31, 2018 · 2 comments

Comments

@AndyW999
Copy link

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.

@AndyW999
Copy link
Author

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

@pauluzs
Copy link

pauluzs commented Apr 24, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants