Top "Libusb-1.0" questions

There are two versions of the libusb API: the current libusb-1.0 API, and its legacy predecessor libusb-0.1. libusb-1.0 is an almost-rewrite of the previous stable branch, libusb-0.1. It is a lightweight library that can be efficiently integrated into applications of any kind, with several new features.

libusb cannot open USB device, permission isse. NetBeans/Ubuntu

I'm writing a C/C++ application in NetBeans based on libusb-1.0 on Ubuntu 12.04. I can get basic information from the …

c++ ubuntu-12.04 netbeans6.8 libusb-1.0
More than one file was found with OS independent path 'lib/x86/libusb.so'

I am using libusb in my android application. When I am trying to build libusb native library then I get …

android c++ android-ndk libusb libusb-1.0
How to use libusb and libusb_get_device_descriptor()?

I'm learning to use libusb v1.0.0 for the first time on Ubuntu 12.10. Here is some small test code I'm using …

c++ libusb libusb-1.0
How to send data to USB device in node.js using libusb

I have try to get data from device (USB thermometer), following this documentation, but I have not any result. For …

javascript node.js usb libusb libusb-1.0
Error message 'Interface not claimed' from libusb

I'm trying to use libusb, but I am get the following error message: usbfs: process 24665 (myprogram) did not claim interface 0 …

usb libusb libusb-1.0
Installing libusb-1 and libudev to get openni to compile on Fedora

I have just changed to Fedora 20 and I am trying to get used to it and to learn it. Before …

fedora openni libusb-1.0
Get string descriptor using PyUSB usb.util.get_string()

I am having trouble getting the string descriptor of a USB device. What I'm looking for is the human friendly …

python windows pyusb libusb-1.0
Package libusb was not found in the pkg-config search path

I have installed pkg-config and libusb through brew Now if I do pkg-config --cflags --libs libusb I get below message …

pkg-config libusb-1.0
Linking libusb in Mac OS X

I have this very simple piece of code that I'm trying to compile. I'm fairly new to GCC from the …

macos gcc osx-mavericks libusb libusb-1.0
How do I receive HID reports using libusb-1.0?

I have a USB HID scale that I need to fetch the weighing reports from. I am able to do …

c usb hid libusb libusb-1.0