Christian Findlay
Christian Findlay
@bryancostanich this is working fine with the same sample on Windows. I will test on Mac at some point. Meantime, feel free to debug and have a look at what...
@bryancostanich my aim is to create a new, lighter LibUsb wrapper library in the long run for Linux, and OSX. Unfortunately, this will be a big task. I welcome contributions...
@bryancostanich, I've been through the code. Just because libusb has a lot of APIs doesn't mean a good wrapper can't be written. LibUsbDotNet isn't bad. It just needs to be...
@bryancostanich which C/C# cross platform library would you recommend for Linux/OSX?
@bryancostanich I see where you are coming from. The options weren't very good when I was looking for a cross platform solution for USB. I could have used LibUsb for...
@bryancostanich are you able to send me one of the devices you are working on? If it's not too expensive, I can have a cracking at getting it to work.
@bryancostanich > Happy to send you something. I connected elsewhere. We'll sort that out. Cool. I'll get you an address to send it to in Australia > Re: LibUsbDotNet; it's...
@bryancostanich can confirm that this is not working on Mac. The same thing works fine with libusb on Windows. And, I can tell you that the version of libusbdotnet I'm...
@kolesnichenkods thanks for reporting. Sometimes buffer sizes are not picked up correctly. In those cases you need to construct the device manually . That will allow you to specify the...
@KolesnichenkoDS the bug for automatically setting the buffer size is here: https://github.com/MelbourneDeveloper/Device.Net/issues/72 It will be fixed in 3.1. I'm releasing 3.0 beta today.