Top "Usb" questions

HARDWARE QUESTIONS ARE OFF-TOPIC.

Android USB host read from device

I'm trying to get some data out of a USB device connected to my Android phone that is on host …

android usb host cdc
Can I control the architecture (32bit vs 64bit) when building a pyinstaller executable?

Short Question Is there any way to control / guarantee the architecture (32bit vs 64bit) when building a pyinstaller executable? Background …

python windows usb 32bit-64bit pyinstaller
Any way to use HTML as an interface to a C/C++ program?

I'm developing a product that is interfaced over USB. I want to write a control app for it, but I …

html c hardware usb hardware-interface
AVRISP MKII doesn't work with AVRDUDE on Linux

The system sees something is plugged in when I plug and unplug it: bluehat@Matapan:/dev$ tail -f /var/log/…

linux usb avr avrdude
Turning off a single usb device... again

I know that this topic has been discussed many times, but none of the answers helped me. For the record, …

usb debian
How can I use COM and USB ports within Cygwin?

I want to send/receive data from my Arduino board with a Python script. I would like to do it …

usb cygwin serial-port arduino pyserial
Autorun USB in Windows 10?

How could I get an autorun USB drive in Windows 7/8/10. autorun.inf doesn't seem to work anymore. Also could this …

windows usb autorun
What is the best USB library to communicate with USB HID devices on Windows?

The library should; Be easy to use and few lines of client code should accomplish much Be as platform independent …

c++ windows usb hid
How to read from a usb rfid reader?

I have bought a usb rfid reader. How can I read data when user puts an rfid tag in front …

c# usb rfid
USB device enumeration fails: "device descriptor read/64, error -32"

I'm developing a ttyACM device with ST microcontroller, and with the same code, my host could sometimes enumerate it successfully (…

linux linux-kernel usb embedded-linux microcontroller