On 2020-02-25 01:42, Dirk Hohndel wrote:
> My Cobalt 2 unfortunately died, so I can no longer reproduce
> this...IIRC the Cobalt is an ACM USB device and shouldn't need any
> additional drivers, and libusb should directly open it under Windows -
> but it's been so long, I'm not 100% sure anymore.
On Windows every USB device needs a driver (except for USB HID devices).
To use libusb on Windows, the WinUSB (or the libusbK) driver needs to be
installed for the device. Nowadays the WinUSB driver is part of Windows.
Hence the "driver" is a simple inf file that tell Windows to use the
WinUSB driver. But it still needs to be "installed".
https://github.com/libusb/libusb/wiki/Windows#How_to_use_libusb_on_Windows
The Zadig tool can take care of this if you don't want to install the
Atomic application:
https://zadig.akeo.ie/
> I wonder if any one of the other developers still has access to a
> Cobalt or Cobalt 2?
I have both a Cobalt 1 and 2.
Jef