FerroCoder
Member
- Joined
- Jul 20, 2023
- Messages
- 18
- Programming Experience
- 10+
Hi folks,
I am a long-time VC++/MFC developer starting to migrate my very large ( 2+ M-Line) program to C# and .NET 6.0. I have started prototyping this year and, so, have much to learn about C# and .NET.
The program that I am migrating sends requests to, and receives data from, our family of materials testers and accessories that represent as GUID devices to WinUSB. I have been searching for, and failing to find, examples of USB communications through .NET 6.0. I don't understand why Microsoft does not seem to offer a library. There is a UsbDevice class available to UWP projects, but these are apparently incompatible with .NET 6.0. My NuGet searches come up empty.
Can anyone point me to one or two good references on .NET 6.0 USB comms?
Thanks in advance,
FC
I am a long-time VC++/MFC developer starting to migrate my very large ( 2+ M-Line) program to C# and .NET 6.0. I have started prototyping this year and, so, have much to learn about C# and .NET.
The program that I am migrating sends requests to, and receives data from, our family of materials testers and accessories that represent as GUID devices to WinUSB. I have been searching for, and failing to find, examples of USB communications through .NET 6.0. I don't understand why Microsoft does not seem to offer a library. There is a UsbDevice class available to UWP projects, but these are apparently incompatible with .NET 6.0. My NuGet searches come up empty.
Can anyone point me to one or two good references on .NET 6.0 USB comms?
Thanks in advance,
FC