Topic: HIDSharp 2.6.2 released.
I've posted a new version of HIDSharp, 2.6.2. Here's the link: https://software.seekye.com/hidsharp
I've been using HIDSharp for device testing and programming through Raspberry Pi devices, so Linux support is greatly improved by this version:
HidDevice.GetSerialPorts() lets you get the serial ports corresponding to a USB composite HID device.
HidDevice.GetUsbPort() lets you get information about the USB port to which the HID device is connected. You can use this for visual displays where you have a number of USB devices connected to the same hub, and don't want the connected device list dancing around.
SerialDevice.GetManufacturerName(), GetProductName(), and GetSerialNumber() all work on Linux now.
There are other improvements and bug fixes as well.
Enjoy!
God bless.
James