libusb is a library that gives user level applications uniform access to USB devices across many different operating systems.
0
votes
1answer
24 views
no usbJava in java.library.path
I got a .jar file from a code that works on Windows, and I'm trying to run it on Linux, but I keep getting this message, and don't know what to do.
Exception in thread "Thread-0" ...
0
votes
1answer
67 views
how to detect multiple USB ports and read data from USB using python
I have been able to detect whenever a flash drive is inserted. However, (silly as it sounds) having trouble to detect if multiple USB be inserted.
Also, i am having difficulty in writing the code to ...
0
votes
1answer
27 views
Using USBASP programmer for SPI communication [solved]
Currently I'm trying to send some data from PC to ATmega328P chip through USBASP programmer.
It is able to transmit up to 4 bytes over SPI. These 4 bytes сan be set in USB Setup Packet (2 bytes for ...
0
votes
0answers
43 views
get data from USB using python
I am not understanding the USB protocol properly and so getting confused with my code to get data about the USB when i add it.
I cant figure out where i am going wrong.
My system is windows 8 64 bit.
...
0
votes
1answer
44 views
How to print list of connected devices
Please have a look at the following code, which is coded to get the list of USB devices connected
#include <lusb0_usb.h>
#include <iostream>
using namespace std;
int main()
{
...
1
vote
1answer
14 views
know a usb device's endpoint
Is there a bash command, a program or a libusb function (although I did not find one) which indicates me what are the OUT or IN endpoints of a usb device ?
For example, bNumEndpoints of ...
0
votes
0answers
59 views
How to setup LibUSB with QT Creator?
have installed LibUSB, but I still can't set it into QT creator.
Following is my .pro file
#-------------------------------------------------
#
# Project created by QtCreator 2013-05-08T20:27:36
#
...
1
vote
1answer
90 views
Using pyUSB to read data from ELM327 OBDII to USB device
I am having problems using the pyUSB library to read data from an ELM327 OBDII to USB device. I know that I need to write a command to the device on the write endpoint and read the received data back ...
0
votes
1answer
49 views
What has happened to libusb.h ? Start up example needed
I am having almost really hard time installing this crazy API called LibUSB. I downloaded the latest version libusb-win32-bin-1.2.6.0 and there is no .h file called libUSB.h. I got only lusb0_usb.h ...
0
votes
0answers
26 views
How to setup LibUSB with Visual C++ 2010 express/professional
I have installed LibUSB, but I still can't set it into VS c++ 2010. I have added C:/Users/yohan/Documents/LibUSB/libusb-win32-bin-1.2.6.0/include into Configuration Properties -> VC++ Directories -> ...
2
votes
1answer
99 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.
...
0
votes
1answer
49 views
How to install LibUSB?
I am having hard time installing LibUSB. I went across some youtube videos and they were talking about "INSTALLING" the LibUSB. I went across another tutorial and they are saying we need to build it ...
1
vote
2answers
211 views
How to use libusb.so library functions in C or JAVA coding after library is successfully loaded?
I am trying to use libusb.so How can I make use of libusb library in my android project.
I have compiled libusb library for my android project using libusb source.Now I want to use the functions of ...
3
votes
2answers
89 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 ...
0
votes
1answer
46 views
USB Java libraries [duplicate]
I am developing several data logger application which must connect with the USB dongle in order to read/write information. That is to say, I have to send commands to the USB port and the application ...
-1
votes
1answer
60 views
openkinect libusb libfreenect Kinect camera test Number of devices found: 1 Could not open device [closed]
this is my hope because i dont know what else to do and i really need to advance and i am completely stack!! I am having a problem with the kinect and openKinect, i have installed it many times, i ...
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 ...
2
votes
2answers
693 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 ...
0
votes
0answers
56 views
Using libusb on Android without rooting
I am trying to communicate with USB device from Android-based smartphone via OTG. I was able to communicate with my device using Androiid USB Host API. The problem of USB Host API solution is ...
1
vote
1answer
912 views
libusb-win32: Automated installation of a driver filter
I've faced a problem getting my libusb-w32 based program to detect devices.
The program has to detect digital cameras, and I need to automatically install driver filter for any new camera to be ...
0
votes
0answers
30 views
PyUSB set_configuration() failed on Galaxy Nexus
I am trying to enable AOA mode in Galaxy Nexus i9250 with PyUSB. Before doing that, I wrote a PyUSB code to reveal its descriptor.
import sys
import time
import usb.core, usb.util
dev = ...
0
votes
0answers
104 views
Can't claim a interface for Kinect-Device (libusb issue -> Interface already BUSY)
I use OpenNI on a ARM-Board (Pandaboard with Ubuntu 12.04). Now I want to use PCl but to get this running I need to change the code a little. At the moment I stuck at a libusb specific issue.
At the ...
0
votes
3answers
432 views
How can I load a library with the System.load() function?
I need to load the library ld-uClibc-0.9.30.1.so for my Android Eclipse project. I try to load it with Sytem.load("/root/workspace/libs/ld-uClibc-0.9.30.1.so") from my host computer but I get the ...
0
votes
1answer
130 views
nodejs c++ module undefined symbol
I am trying to write a C++ module for Node Js for a USB device. It is an accesio USB-IIRO-16 I/O board (accesio.com/MANUALS/USB-IIRO-16.PDF). I have the linux drivers installed along with libusb on ...
0
votes
1answer
65 views
C++ look-up USB devices mount point
I need to look-up the USB devices connected to the computer board running Linux.
To do so I have used 'libusb' library, which works great and I can retrieve the manufacturer, serial nnumber, product ...
0
votes
0answers
56 views
real time data recording in android via USB
I am trying to build this oscilloscope circuit that generates analogue signals at various frequencies. Say for example the 512 Hz button is pressed then it will generate a sine wave at 512 Hz, if 256 ...
0
votes
0answers
84 views
How to control Enttec Open DMX USB via Python?
I'm wondering is that possible to control lights connected to Enttec Open DMX USB via Python shell. If it is, how to?
0
votes
0answers
58 views
Does libusb allow for USB 3.0 speed?
I'm writing a custom application for a hardware project using USB 3.0. I need at least a gigabit/s link (I'm trying to stream data as rapidly as the sensors can manage to the machine doing the signal ...
1
vote
1answer
246 views
how to get usb's urb info in linux
I'm try to get usb stick's urb info. And I write like follows:
#include <sys/ioctl.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
...
0
votes
0answers
97 views
USB communication(PIC MICROCONTROLLER) with MAC OS through LIBUSBJAVA [closed]
I am trying to make read and write in USB device in MAC OS through LIBUSBJAVA.
In windows I can install drivers by using inf-wizard.exe http://libusbjava.sourceforge.net/wp/?page_id=8 in Libusbjava. ...
0
votes
1answer
142 views
Sending Hex code using pyusb
I have been trying for 4 days now to send the hex code 10 80 00 00 00 00 00 00 to a USB device connected to my raspberry pi running debian.
I've tried libusb with c but I have no idea what I am ...
1
vote
0answers
55 views
PyUSB library using too much CPU time
I have a piece of code that continuously monitors a USB HID device for input.The device is a infrared receiver for a remote control.
I am trying to program using PyUSB which is a python wrapper for ...
1
vote
0answers
136 views
USB 2 prober for mac?
I'm trying to write a little driver for a Tengu usb device. I tried using USB Prober.app but it seems it can only probe USB 1 devices (my old Logitech mouse can be probed). Is it possible to sniff ...
1
vote
1answer
117 views
Setting sample rate on UCG102 using libusb
I am communicating with a UCG102 (Guitar Link) USB device using libusb and am getting -9 (LIBUSB_ERROR_PIPE which means the parameters are not supported) when setting the sampling rate using a ...
1
vote
1answer
120 views
How to get USB device details in kernel programming?
I am new to kernel programming and I have dev_t value of a USB device.
I want to get the details of the device like vendor ID, product ID, or some other attribute which will vary from device to ...
0
votes
1answer
106 views
USB permission error using libusb
I am trying to create a driver for a USB-to-DMX converter (Velleman VM116.)
The problem I have is that when I try to open the USB device and configure it it returns a error: Configurating USB failed: ...
0
votes
2answers
317 views
NFCPY/libUSB crashing running examples
I installed NFCPY, pyUSB and libusb on Mac Lion. I am using the common ACR122U NFC card reader and when I tried to run any of the examples it crashes. I know many people are using this same reader ...
2
votes
2answers
352 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 ...
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 ...
1
vote
0answers
62 views
lsusb: only 1 endpoint available
I am trying to communicate with a device (that has no linux driver) via libusb. I have written a lot of the basic code and used USB snooping software on windows (for which there is a driver) to find ...
2
votes
0answers
90 views
libusb_claim_interface fails on Mac OS X Mountain Lion
I've searched for hours with no avail. I've seen it everywhere that libusb_detach_kernel_driver isn't supported on Mac OS X, but I haven't been able to find a patch or alternative for it.
...
0
votes
2answers
109 views
octal constant error (libusb)
I am running Ubuntu 12.04 compiling a c++ file which has the following code
#include <iostream>
#include <libusb-1.0/libusb.h>
using namespace std;
int main(){
//pointer to pointer ...
0
votes
1answer
110 views
Compiler error libusb [closed]
I am running Ubuntu 12.04 and using c++ I have the following code
#include <iostream>
#include <libusb-1.0/libusb.h>
using namespace std;
int main(){
//pointer to pointer of device ...
1
vote
2answers
180 views
Libusb and how to use its packages in ubuntu
I have a different question which I cant find on any other forum ...
I have installed libusb by using the following command i am not sure if it was right or not and the command was
sudo apt-get ...
0
votes
2answers
114 views
LIBUSB compile error
I am running c/c++ on Ubuntu and trying to compile the following code
#include <cassert>
#include <cstdio>
#include <libusb-1.0/libusb.h>
int main() {
libusb_context *context = ...
0
votes
1answer
170 views
Building libusb on Ubuntu with android-ndk
I am trying to build libusb with android ndk on Ubuntu 12.10.
I type in the ndk-build command and it fails on compiling io.c with the following error.
jni/libusb/io.c:34:25: fatal error: ...
3
votes
2answers
327 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 ...
0
votes
0answers
80 views
automatic usb device detection libusbjava
I have installed libusb-win32-bin-1.2.6.0 and also LibusbJava
Am just getting the basics going at the moment - so I am looking at how usb device discovery is achieved
I have got some basic code ...
0
votes
0answers
33 views
DeviceNotifier in LibUsbDotNet not working as expected
I have a device manager class which manages a number of devices attaced to my PC, some of the devices are USB based devices which are not a standard USB class and as such require custom code, for ...
1
vote
1answer
146 views
LibUsbDotNet Barcode scanner
I have a barcode scanner. and i successfully generated the .inf for my scanner, and it install successfully. and i tried sample code, but i keep getting IoTimedOut:IoTimedOut:No more bytes! . Is it ...









