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

learn more… | top users | synonyms

9
votes
1answer
344 views

Reading from Android USB Accessory throws ENODEV IOException

So I've implemented the Android USB Accessory API such that I can plug in my phone to my laptop running linux and it puts the phone into USB Accessory mode. Then I can access the accessory, open it, ...
9
votes
2answers
4k views

How to give /dev/bus/usb permissions for libusb android applications?

i am developing an Application that uses libusb via jni. this application is currently targeted only to rooted, usb-host Android 3+ machines. the scenario is as follows: <java Activity> ...
8
votes
7answers
1k views

Input from 20+ microphones

I've been asked (if it's possible) to write a program monitoring the input of at least 20 microphones, on a single computer. Currently I'm prototyping in python (2.6), on a Ubuntu system using Alsa. ...
6
votes
2answers
1k views

Why does PyUSB / libusb require root (sudo) permissions on Linux?

I have been toying around with PyUSB lately, and found that it works beautifully on Linux (Ubuntu has libusb 0.1 and 1.0, as well as OpenUSB)... but only if I run the program with root privileges ...
6
votes
1answer
6k views

Android ADK with PC as USB Host with libusb, bulk transfer error

I'm trying to make my PC the USB Host for Android 2.3.4 devices in order to be able to develop APIs without needing actual "accessories". To do this, I need to establish the PC as the USB Host and ...
5
votes
2answers
4k views

Compiling against libusb-dev on Ubuntu

I am trying to compile the example libusb.c provided by libusb package (if you dl the source code.) It doesn't work to say the least. #include <stdio.h> #include <sys/types.h> #include ...
5
votes
5answers
4k views

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), path to device (ex: /dev/ttyACM0) And also what would be the best Parameter out of above ...
5
votes
2answers
488 views

Simulate a USB Device for Automation

I have to simulate a USB Device for automation and testing purposes (in Linux). Original driver/application for this device uses “libusb” to communicate with it. I don’t have much experience in Linux ...
4
votes
3answers
20k views

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 I simply copy libusb-1.0.0 folder to the folder where my C program is, it will not work. ...
4
votes
5answers
320 views

Java DLL linkage error

I am using libusb-- http://sourceforge.net/apps/trac/libusb-win32/wiki However, I get: Exception in thread "main" java.lang.UnsatisfiedLinkError: USBManager.usb_init()V public class ...
4
votes
2answers
1k views

usb getting data from device

I am trying to read data from a HID device. I have a usb-sniffer capture that basically does: Get Device Descriptor Get Device Descriptor Set Address Get Configuration Descriptor Get Configuration ...
4
votes
1answer
316 views

Do I even need libusb?

I have a feature request on a project I work on, it is to integrate with a Paylife CC handheld, which has a USB connector to connect with the computer. I have the docs, and am reading up on it. When ...
4
votes
1answer
761 views

I'm having trouble finding example code for libftdi's mpsse (SPI) mode

This is not a homework problem, though it is a work problem. Where months ago, I would have just written up a specification and the boss would have contracted it out, money's tight. So I'm trying to ...
4
votes
2answers
169 views

Program design for USB protocol implementation

I have a USB protocol that I want to implement but I'm a little lost on the best way to do it. The USB protocol involves exchanging data and acknowledgement packets back and forth like so: Device: ...
4
votes
1answer
422 views

Accessing a USB device with libusb-1.0 as a non-root user

I am trying to interface with a USB device as a non-root user on RHEL5. The device is a GPIO interface (its documentation can be found at http://www.xdimax.com/sub20/sub20.html) which uses ...
3
votes
2answers
88 views

How to use USB device in Android Lower version like Android 2.2?

I am working with Magtek Magnetic Card Reader and connected that MCR with android device by USB. When i am using API 12 and onwards it is working fine but when i changed the API version to 8 it ...
3
votes
1answer
11k views

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. In the SDK installer (which I got from http://www.ellert.se/twain-sane) it said something about ...
3
votes
2answers
2k views

pyusb: cannot set configuration

I am trying to make a script (on linux) that can turn a light in my mouse on or off. This is the code I have so far: import usb.core import usb.util import sys interface = 0 dev = ...
3
votes
1answer
255 views

Converting a driver to linux

I'm trying to write a linux driver to a device that i have the windows driver of (Similar to the case described Here, but a different device) I'm using Libusb for the communication on the linux side, ...
3
votes
2answers
326 views

LibUsbDotNet UsbDevice.ControlTransfer hangs

I have a C# .Net Winforms application, which uses LibUsbDotNet to program firmware into an USB-device (Atmel AVR32) using "DFU_DNLOAD" transfers, which is a special kind of control-transfers. This all ...
3
votes
1answer
2k views

Accessing Linux /dev/USB as standard files to communicate with USB device

I'm researching ways to communicate with a USB device in Linux and would prefer to not write a Linux Kernel driver. I understand that libusb exists and is a user-land library that would work, but our ...
3
votes
3answers
1k views

libusb interface already claimed

I'm writing a device driver for a usb device using libusb. When I attempt to claim the device I get the error code LIBUSB_ERROR_BUSY (-6). According to the documentation that means that the device ...
3
votes
1answer
2k views

USB - sync vs async vs semi-async (partially answered now)

Updates: I wrote an asynchronous C version and it works as it should. Turns out the speed issue was due to Python's GIL. There's a method to fine tune its behavior. sys.setcheckinterval(interval) ...
3
votes
0answers
98 views

LibUsbDotNet returns garbage

I wrote an application to read a magnetic card-reader through usb. I used the libusbdotnet because it communicates directly with libusb 1.xx on linux. When I pull the card through. i get al lot of I ...
3
votes
1answer
205 views

Calling java code from external native executable in Android

So here is what I want to do. I am having a third party native executable that is being spawned by my Activity. The Activity and the native executable communicate via TCP. The thing is - the third ...
3
votes
1answer
200 views

Sending data from PC to Android via USB

What would be the best option to send data from a laptop to a USB accessory incompatible Android powered device, in order to interface an Arduino with an Android phone? Can socket programming be the ...
3
votes
0answers
942 views

Software based Android accessory on Windows

I would like to turn my computer into an Android accessory using my application. So instead of a specialized hardware this will be just PC that will switch the phone into accessory mode, thus ...
3
votes
1answer
2k views

libusb interrupt transfer

I need to reverse engineer a driver for custom made HID USB device (some buttons and leds on an control panel). The driver is only available on Windows and we need a *nix implementation. The device ...
3
votes
1answer
968 views

libusb crash on Android ARM device/emulator

I'm using the NDK to compile libusb (both from the prebuilt one supplied at: https://github.com/monaka/libusb-android) as well as using his changes to compile the latest available (libusb-1.0.8). It ...
2
votes
3answers
1k views

Use libusb with Delphi on Windows 64-bit?

After reading a little, I am concerned that my 32-bit Delphi application will not be able to use libusb 64-bit driver on Windows 7 and other 64-bit Windows systems, and that it will not be able to ...
2
votes
1answer
5k views

USB Programming with Objective-C

Can anyone tell me how to program USB devices with Objective-C as an iPhone application? I want to access USB device contents through iPhone
2
votes
3answers
770 views

How do I flash an LED, using libftdi v0.18?

It's a FT2232D chip, and the LED is connected to BDBUS6. The library is less documented than I might like (better than FTDI's own library though, which doesn't even work on modern kernels), the only ...
2
votes
4answers
3k views

Problem reading from a device with libusb

The situation is this: I have a USB device (a custom device I'm trying to talk to) with two endpoints, one writing to the device, one reading from the device. Both are bulk transfers. Every ...
2
votes
1answer
97 views

USB Programming with Qt

Is there anyway I can do USB programming in Qt? I am using Qt Creator 2.6 which is based on Qt version 5.0.0 and it is the latest Qt Creator which works with the Microsoft Visual Studio 2010 compiler. ...
2
votes
2answers
660 views

(Linux) Get /dev/input/eventX from an attached USB device with PID:VID

So my daemon will sit there and listen to udev, waiting for connect/disconnect events so it can notify the other thread to attach or stop reading from the /dev/input/eventX file. Essentially, it's ...
2
votes
2answers
222 views

Weird memory corruption

This error only is occuring when I build with the WinDDK nmake compiler in 'free' (release), which performs optimizations. I can't reproduce this in the 'checked' build or compiling with VS. Here is ...
2
votes
2answers
5k views

libusb basic example wanted

I'm writing user-space program that is intended to control some device via usb so I decided to use libusb (libusb-1.0) to send control messages to and receive responses from that device. But I ...
2
votes
1answer
498 views

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 is loaded with opensource USB stack/firmware by Mr. Bertrik Sikken.. now my user ...
2
votes
1answer
321 views

No USB traffic when reverse engineering game controller

I'm trying to make a Mac driver for an electronic drum/xbox controller ION Drum Rocker. Using usbmon/usbdump, I can get traffic on a normal USB keyboard just to see if it works. But there's not a ...
2
votes
1answer
993 views

LUFA Coding an Example for AT90USB162

I'm with an open-source USB library for the USB-enabled AVR microcontrollers, LUFA (2011-10-09), and I am trying to code the CDC (a bootloader) example to my AT90USB162 chip. The sample code is in ...
2
votes
1answer
182 views

libusb seems to fail under a class coding structure but works without one?

I have a simple working example using Python/NXT/libusb as follows (note: using Lego's NXT which has a USB interface): import nxt.locator from nxt.motor import * def flip_cube(b): m_arm = ...
2
votes
2answers
3k views

Android SDK source page : OEM Drivers Huawei link is broken

In the Android source download links for OEM USB Drivers at http://developer.android.com/sdk/oem-usb.html - the link for the Huawei driver results in a page not found, anyone have an updated working ...
2
votes
1answer
2k views

Pyusb on Windows 7 cannot find any devices

So I installed Pyusb 1.0.0-alpha-1 Under Windows, I cannot get any handles to usb devices. >>> import usb.core >>> print usb.core.find() None I do have 1 usb device plugged ...
2
votes
1answer
769 views

libusb: get Device by serial number

libusb lets you find a device by it's vendor and product ID. But what if I have several devices with the same VID and PID attached, and want to get a handle to one of them by knowing it's serial ...
2
votes
1answer
2k views

Is there an alternative to libusb-win32 for 64bit windows?

I've been developing some software which uses the libusb-win32 library to interact with some USB hardware I've been developing. Now I'm trying to run the same software on windows 64 but the drivers ...
2
votes
1answer
606 views

Installing unsigned x64 driver to work with libusbdotnet

I am currently in a Windows 7 dev. environment working to get a device to initialize with libusbdotnet. The device (a USB mass storage device) connects and runs using the default USB-MASS Storage ...
2
votes
3answers
2k views

Some help understanding async USB operations with libusb-1.0 and ctypes

Alright. I figured it out. transfer.flags needed to be a byte instead of an int. Silly me. Now I'm getting an error code from ioctl, errno 16, which I think means the device is busy. What a ...
2
votes
2answers
351 views

How to get device path using libusb in Linux

I was looking for a cross platform way of getting usb arrival and removal events in C# and i found "LibUsbDotNet C# USB Library" (http://sourceforge.net/projects/libusbdotnet/?source=navbar). It ...
2
votes
2answers
684 views

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 pyusb, but I can't get it to connect to the libusb backend. I keep getting ValueError: No ...
2
votes
0answers
172 views

Opencv webcam with libusb driver python

I'm working with python and using wx for my GUI. I'm using OpenCv to capture frames from my webcam and this works fine when using the webcams default driver. However, I'm also trying to use pyUSB with ...

1 2 3 4