I have a nonstandard device that is connected to a Windows XP computer through USB. And I have to communicate with it using TCP/IP.
I’ve found that this functionality is covered by RNDIS under Windows OS. But I can’t find any code samples for working with RNDIS directly (without Windows CE API).
Can anyone help?