You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code sample doesn't compile. WindowsUsbDeviceFactory and WindowsHidDeviceFactory are unknown types.
With the following imports:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using Device.Net;
#if !LIBUSB
using Usb.Net;
using Usb.Net.Windows;
#else
using Device.Net.LibUsb;
#endif
The text was updated successfully, but these errors were encountered:
https://melbournedeveloper.github.io/Device.Net/articles/LinuxmacOSSupport.html
The code sample doesn't compile. WindowsUsbDeviceFactory and WindowsHidDeviceFactory are unknown types.
With the following imports:
The text was updated successfully, but these errors were encountered: