WinCE 6 USB RNDIS driver not working with window 10 machine

surendran T 1 Reputation point
2021-07-07T12:13:15.88+00:00

Hi,

I am working on WinCE 6.0 device which has USB RNDIS interface. Communication is happening very well with Windows 7 machine.
But with Windows 10 machine connection not establishing. Does windows 10 supports USB RNDIS ?

Windows for business | Windows for IoT
Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Michel Verhagen 96 Reputation points MVP
    2021-07-08T00:23:49.533+00:00

    Yes, Windows 10 supports USB RNDIS as exposed by Windows CE.

    The GuruCE Getting Started Guide shows exactly how to set this up. Step by step instructions starting on page 50 of the guide.

    1 person found this answer helpful.
    0 comments No comments

  2. Miles 1,281 Reputation points
    2021-07-08T02:59:41.5+00:00

    Hi

    Windows 10 supports USB RNDIS.
    Microsoft Windows versions beginning with Windows XP include a Remote NDIS driver for USB devices. This NDIS miniport driver, Rndismp.sys, is implemented and maintained by Microsoft and is distributed as part of all supported Windows versions. You can find it in the %SystemRoot%\System32\drivers directory.

    To use this driver with a USB device, an IHV must provide an INF file that follows the template in Remote NDIS INF Template.
    For more specific information , we could refer to the following links.
    Introduction to Remote NDIS (RNDIS)
    https://learn.microsoft.com/en-us/windows-hardware/drivers/network/remote-ndis--rndis-2
    Remote NDIS INF Template
    https://learn.microsoft.com/en-us/windows-hardware/drivers/network/remote-ndis-inf-template

    Best Regards

    -------------------------------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.