Top "Pyusb" questions

PyUSB is a Python library allowing easy USB access.

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
python pyusb import usb.core doesn't work

I am following the tutorial(http://pyusb.sourceforge.net/docs/1.0/tutorial.html) I am on windows xp sp3, my python …

python import usb pyusb
PyUsb USB Barcode Scanner

I'm trying to output a string from a barcode or qrcode using a Honeywell USB 3310g scanner in Ubuntu. I …

python ubuntu pyusb
PyUSB ValueError: No backend available

I am runing Python 2.7.8 at Win 7 operation system. I am trying to communicate a USB device (Numato 32 channel GPIO device) …

python python-2.7 windows-7 usb pyusb
How to interact with USB device using PyUSB

I have so far gotten to the stage of finding the device, now I am ready to talk to the …

python usb microcontroller libusb pyusb
Sending data via USB using PyUSB

I need to send data via USB using Python, I'm using PyUSB (http://sourceforge.net/apps/trac/pyusb/) I look …

python pyusb
How to install pyusb on ubuntu?

I tried this link, but got the following message on shell: sudo apt-get install python-pip : vineet@vineet:~$ sudo pip install …

ubuntu pyusb
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
pyusb: cannot set configuration

I am trying to make a script (on linux) that can turn a light in my mouse on or off. …

python usb libusb pyusb
How can I get raw USB keyboard data with Python?

I am using PyUSB in Python as I will have to listen an USB port to retrieve data from an …

python pyusb