Top "Libusb" questions

libusb is a library that gives user level applications uniform access to USB devices across many different operating systems.

How to install libusb in Ubuntu

I have a C program that have #include part in the header. I have download libusb-1.0.0 to my computer. If …

ubuntu libusb
Simple way to query connected USB devices info in Python?

How can we query connected USB devices info in Python? I want to get UID Device Name (ex: SonyEricsson W660), …

python usb libusb
How to set up libusb on Mac OS X?

I'd like to try to make a user-space device driver using libusb on Mac, but I'm confused where to start. …

c macos macports libusb
Pyusb on windows - no backend available

I'm trying to have my python application interface with an NFC device via USB. The best option seems to be …

python windows-7 libusb pyusb
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 most properly use libusb to talk to connected USB devices?

How do I most properly use libusb to talk to connected USB devices? Specifically, how do I transfer data to …

c++ libusb
libusb bulk transfer

I am trying to implement user space usb driver using libusb1.0.9. I have lpc2148 blueboard(ARM7) with me..This board …

bulk libusb data-transfer-objects
Libusb undefined reference to

I'm trying to set up libusb API on my OS. I downloaded libusb api on libusb.org. I followed the …

c++ linux linker libusb
libusb_open returns 'LIBUSB_ERROR_NOT_SUPPORTED' on Windows 7

I have been developing USB drivers using LibUSB on Linux, but now I want to have one of my drivers …

libusb
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