HidLibrary
HidLibrary copied to clipboard
.net MAUI
Hi, I'm trying to create a cross-platform app with Visual Studio via .net MAUI, but when I try to do device.ReadReport(OnReport); I get the response: ‘System.PlatformNotSupportedException: “Operation is not supported on this platform.”’. I also tried changing the project with xamarin but I get the same result. Can you tell me how I can solve this?