libusb is a library that gives user level applications uniform access to USB devices across many different operating systems.
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 ...
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
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 ...
0
votes
1answer
638 views
Problems with libftdi and libusb
I'm running on a Macbook, OS X 10.6.4. I've installed the latest version of libusb 1.x and also libusb-compat. The example applications in libusb compile and run, no problems there so I am assuming ...
0
votes
1answer
370 views
Communicating With iPhone With libusb
I have a program that essentially wants to be able to have the user plug in their iPhone or iPod Touch, then receive some info based on what device they are using and what firmware version they have. ...
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 ...
1
vote
2answers
4k views
Writing raw data to the Android Serial Port (USB)
I need to write some "raw" data to the usb port for a project of mine (no prob if root should be required).
I found a port of libusb for Android and managed to compile it with NDK. I linked the ...
1
vote
1answer
116 views
Java application on Windows system running as USB peripheral
Is there a way to have a USB device act as a Host and an application on a Windows based system to act as the Peripheral? We have a USB device that is the host and we need it to connect to our ...
0
votes
1answer
1k views
How to use libusb with libevent?
I'm writing event-driven application using libevent and I need to do usb transfer using libusb-1.0.
I wanted to use libusb_get_pollfds to get fds and add them to libevent like this:
const struct ...
1
vote
3answers
1k views
Transferring data to host via USB at high speed
I am talking to a custom made lab-device (little hardware thingy) through a USB-connection. How do I acquire data from the lab-device at maximum speed?
The host is a Windows XP machine, running ...
0
votes
1answer
892 views
Installing cURL from Macports fails
I'm trying to install libusb-devel using Macports on a friend's Mac (we need it in order to install Osceleton). On my computer, the installation went perfectly well, but I'm stuck while installing it ...
3
votes
1answer
966 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
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 ...
0
votes
2answers
1k views
Read USB interrupt data
I have a USB device which which uses the libusb WIN32 drivers and
Interrupt data is available from the
accelerometer through the USB-HID
interface endpoint 83 (in EP83). Data
is in little ...
1
vote
1answer
777 views
USB driver tests on embedded linux device
I am looking for and open source test suite to test the USB drivers on an embedded linux device. Any suggestions are welcome ? I am reading through this link : http://www.linux-usb.org/usbtest/
If ...
0
votes
1answer
1k views
libusb communicate with USB mass storage
I'm currently writing a javax-usb (JSR-80) implementation using libusb 0.1 as a backend. I need to test the bulk transfer functionality and my guess is that the easiest way to do this is to ...
4
votes
3answers
19k 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. ...
1
vote
3answers
3k views
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 this on Linux by reading 7 bytes at a time from /dev/hidraw#, but I would like to get the same information using ...
1
vote
1answer
485 views
How to determine the currently active USB configuration with libusb 0.1
How can I find out which USB configuration of a USB device is the current active one? I use libusb 0.1 (Not the newer 1.0 because I need libusb-win32) and there is only a usb_set_configuration() ...
4
votes
5answers
319 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 ...
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
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
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 ...
0
votes
1answer
1k views
pyusb won't install
I'm trying to setup some python scripts for controlling low-level USB functions. In order to do this, I've found that two libraries need to be installed: libusb and pyusb. I first installed libusb ...
0
votes
0answers
323 views
Reuse linux code on MAC OS [closed]
Is it possible to reuse the c code written for linux in MAC OSX. The code is using libusb library. I have found libusb lib for MAC OSX. But after installing it also getting error.
Please help.
0
votes
2answers
446 views
Access user's USB-connected peripheral/device over the internet on an ASP.NET web application
I was wondering, is it possible to take control of an end-user's USB-connected device or peripheral from an ASP.NET web application via C# with the libUsbDotNet library?
In other words, be able to ...
1
vote
1answer
754 views
Reading the data from USB device using libusb
[DllImport("winusb.dll", SetLastError = true)]
internal static extern Boolean WinUsb_ReadPipe(IntPtr InterfaceHandle, Byte PipeID,
ref Byte Buffer, UInt32 BufferLength, ref UInt32 LengthTransferred, ...
1
vote
1answer
701 views
Why won't my program read from a usb interrupt endpoint
I am writing a libusb program to interact with a usb gamepad.
I found it, opened it, detached from kernel, claimed interface, and when I try to usb_interrupt_read it returns -110 (resource temporarily ...
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 ...
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 ...
1
vote
1answer
277 views
ruby equivalent of a c buffer
I am working on a small script using the USB bindings for ruby.
Since this is just a wrapper around libusb, all of C++'s features are visible through the abstraction, for example when usb_bulk_read ...
2
votes
3answers
769 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 ...
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 ...
0
votes
1answer
567 views
Device Not Found, libUsb .Net
public static UsbDeviceFinder MyUsbFinder = new UsbDeviceFinder(0x20DF, 0x0001);
// Find and open the usb device.
MyUsbDevice = UsbDevice.OpenUsbDevice(MyUsbFinder);
// If the device is open and ...
0
votes
3answers
326 views
GCC compilation error
When I tried to compile a program this came up:
C:\Users\Mohit\Developer\C_Workspace\iPhoneInteraction\Debug>make all
Building file: ../src/test.c
Invoking: Cygwin C Compiler
gcc ...
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. ...
0
votes
2answers
313 views
C-code (class/framework/library) in Objective-C
How can I reference a class/framework/library like libusb in an Objective-C class?
Currently I have tried to initiate an enum/struct-function from the library inside my @interface in my .h-file.
But ...
1
vote
0answers
2k views
Python libusb pyusb “mach-o, but wrong architecture”
I am having some trouble with the pyusb module. I have narrowed down the problem to a single line, and have created a small example script to replicate the error.
#!/usr/bin/env python
"""
This ...
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
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
0
votes
1answer
2k views
linux usb-hid :add libhid library to eclipse(C++) or netbeans IDEs or native input.h or hiddev.h?
i have problem with libhid .
i found that there 2 way 4 accessing the usb-hid in linux
1)linux default libraries like input.h and hiddev.h and ...
2)using libhid
i found libhid some confusing and ...
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)
...
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 ...
1
vote
0answers
3k views
Problem when read and write to USB using libhid
I want to write and read a response from USB HID device in Linux using user space library. Googling for a while, I found that libhid will be a solution for the problem.
So, when I use ...
0
votes
1answer
419 views
Setting USB configuration fails
I'm trying to talk to a USB device using libusb, but I feel like I'm tripping up on the first leg of the race. I know precisely what endpoints I need to talk to, etc., but I can't even get that far. ...
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 ...