buttplugio / buttplug-csharp

Buttplug C# Client Implementation
https://buttplug.io
Other
89 stars 33 forks source link

Remove HidManager and SerialManager, replace with HidSharpManager #566

Closed qdot closed 5 years ago

qdot commented 5 years ago

HidSharp (https://www.zer7.com/software/hidsharp) Handles both USB HID and Serial across windows/mac/linux, and it's got nice async APIs that match the rest of our code. We can remove HidManager and SerialManager and replace with this to handle "hid" and "serial" devices in the device config file.

qdot commented 5 years ago

Finished in 006485c