Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
102 views

I am trying to determine if it is possible/allowable to have multiple threads calling WinUsb_ReadPipe()/WinUsb_WritePipe(). Each thread I have only calls read or write for a single pipeID. I have read ...
0 votes
2 answers
877 views

I "created" a very basic USB device of communication class using an STM32 (f446re) that simply sends a sentence every second. Now I am writing a program to read the said sentence on the ...
0 votes
1 answer
499 views

I followed the instructions in Microsoft website to create a desktop app for connecting to a USB device using WinUSB library functions. However, every time I run the code, the software is unable to ...
1 vote
0 answers
692 views

I don't want the client to do an extra WinUSB installation for my node.js software. How can I install the WinUSB driver through code or there is an alternative to skip it?
1 vote
2 answers
402 views

I would like to be informed, if a (Android) USB device of a specific interface (USB debugging) is connected to my Windows computer. For this, I'm trying to use .Net with this code: const string ...
user avatar
1 vote
1 answer
1k views

I am trying to send SetReports to vendor defined features on a USB HID device for testing purposes. So far I used BusHound for this but I have hit some limitations with that. I followed this guide in ...
qubik's user avatar
  • 13
0 votes
1 answer
330 views

If I use WinUsb_WritePipe with a LPOVERLAPPED entry, and use WinUsb_GetOverlappedResult to wait on the results, I have an error where WinUsb_WritePipe always returns false, and GetLastError returns ...
Charles Lohr's user avatar
  • 1,028
1 vote
0 answers
334 views

When transferring a superspeed bulk-in transfer greater than the MAXIMIMUM_TRANSFER_SIZE (2MiB), and a non multiple of the maximum packet size (1024B) it will split the transfers into 3 USB transfers ...
Minimal's user avatar
  • 11
2 votes
1 answer
3k views

I'm developing a consumer USB device that will be configured via a web interface. The first interface is a HID Gamepad. The second is a vendor interface where configuration will be handled. Running ...
NessDan's user avatar
  • 1,167
3 votes
1 answer
2k views

I am struggling to get Windows to load the default WinUSB driver for my device. Please note that I am looking for a solution that is using BOS descriptor (and not the old 0xEE string index). The ...
0 votes
0 answers
475 views

I'm using WinUSB to access the USB device and using bulk transfers for my application. When I provide stream number greater than 0 in the firmware and try bulk transfer from the desktop application, ...
Karthik P K's user avatar
2 votes
2 answers
1k views

I need to implement an application on Linux that drives a USB connected device (a medical instrument). The application will be written in C++ (2011 standard). The current application is written for ...
Edgen's user avatar
  • 73
2 votes
2 answers
2k views

I'm trying to create a prototype for an USB (1.1) HID device using an Arudino board and a CH376 module. I have managed to write the Arduino code that sets the CH376 in device mode and handles all the ...
0 votes
0 answers
65 views

I want cod user-mode winusb project, but when I want to use it in codeblocks project for example with WinUsb_Initialize function I have error undefined reference. How can I link winusb.dll to ...
0 votes
0 answers
490 views

I am trying to port a C++ library to .NET, but I cannot get it to work and I don't understand what's wrong. The only big change I see is that in the C++ library with libusb, I have to set the alt ...
GrixM's user avatar
  • 267

15 30 50 per page
1
2 3 4 5
...
9

AltStyle によって変換されたページ (->オリジナル) /