-
I'm trying to move my development from the Arduino IDE, which has worked fine with arduino-pico for me, to platformio, and followed the example platformio.ini given on the docs to try and upload a sim…
-
Hi all,
I'm trying to send libusb_control_transfer with zero wLength and the ret is always LIBUSB_ERROR_IO. I found this problem when trying dfu-util. Also official release and also my code works t…
-
I would like to compile my code with the GNU GCC compiler that comes with Codeblocks 20.03. I get an error that says "skipping incopatible" libusb.a, that uses to work. They says that happens when the…
-
Not sure if this is the right place to put this or not.
Was using the Chrome app configurator, just started the Windows EXE as Chrome apps are about to die.
Problem is, the USB serial port is CO…
-
It will be good to move away from libusb-0.1 (or libusb-compat-0.1) from Linux, macOS, FreeBSD, etc. It is also good to move away from libusb-win32 under Windows.
Main affected file.
dfu.h
usb_li…
mcuee updated
2 years ago
-
Version: unknown
Platform: Windows 11 x64
## Description
I had a [Joulescope](https://www.joulescope.com/) customer attempt to use their new device on a Windows 11 machine. They reported tha…
-
## Brief description
I want to use libusb to transfer h264 data from an Android device in [accessory mode](https://source.android.com/devices/accessories/aoa) to a Windows PC. When I tried to claim t…
-
An Android device has a different vid:pid depending on whether USB debugging is enabled or not.
For example, on a Nexus 5:
- without USB debugging: `18d1:4ee1`
- with USB debugging: `18d1:4ee2`…
rom1v updated
2 years ago
-
OK I have a Black Magic Probe for a couple of years now, it works great on my Windows 10 laptop. Plug it in and away you go, no usb driver install was required.
I have now upgraded my old Windows 1…
-
We might need to disable these oclif patches during CI builds since we don't need them to use the balena CLI as a dependency.
```
Failed to apply some patches:
Error: Command failed: node node_…