libusb
Libusb interrupt transfer callback
I\'am working on a real-time control system that calculates the control signals in a buffered fashion (a user-mode program) and outputs to the usb device the array through isochronous transfers. The u[详细]
2023-04-10 14:57 分类:问答Linux USB Application using libusb
I am trying to write an application to read and write to a connected USB device. I am using libusb. It seems after I find the device, configuration fails. I am following the developers guide for libus[详细]
2023-04-08 21:27 分类:问答Can custom USB devices be made to work with an Apple iPad?
I make LED glow toys for a living and am in the process of porting the windows d开发者_StackOverflow社区rivers over to MAC and Linux O/S\'s. I\'m making some headway on the MAC front (I\'m using libus[详细]
2023-04-05 03:31 分类:问答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):[详细]
2023-04-03 23:28 分类:问答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 t[详细]
2023-03-16 12:01 分类:问答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.[详细]
2023-03-15 13:04 分类:问答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 th[详细]
2023-03-10 20:44 分类:问答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 vers[详细]
2023-03-04 04:25 分类:问答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 applicati[详细]
2023-03-03 01:25 分类:问答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?[详细]
2023-02-27 17:13 分类:问答