Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
72 views

I am using python 3.10 with pyUSB to fetch the information of connected usb devices using usb.core.find. Then I iterate trough them and have to get the device.port_numbers property for stuff ...
Dieter Müller's user avatar
0 votes
0 answers
73 views

Summary I am trying to create a widget to read sensor data from a usb device within a Jupyter Notebook. I have tried both matplotlib ipywidgets, Dash-plotly, and Bokeh. When re-executing the widget ...
Wenzel Kinsky's user avatar
2 votes
0 answers
44 views

I want to build a simple C program that uses libusb to interface with a USB device that exposes one interrupt endpoint. This device accepts and sends data in DATAx packets composed of exactly 64 bytes ...
user30474530's user avatar
0 votes
0 answers
15 views

I using usb4java to read data from a devicer, I'm using pipe.syncSubmit(byte[]) method, but how can I set a read timeout to avoid infinite wait?
Tobia's user avatar
  • 9,595
2 votes
0 answers
39 views

I am working on a program that communicates with a usb device through gousb library. While attempting to send data, I get a "transfer failed" error during the Write operation. func ...
HappyGook's user avatar
0 votes
0 answers
38 views

I have been attempting to flash new firmware onto my Spotify Car Thing on Windows 11, but I have been getting an error from libusb that I cannot get around. I am using the following guide and have ...
Vulpec's user avatar
  • 1
0 votes
1 answer
168 views

Hello I'm trying to communicate with a Keysight oscilloscope to get the waveform saved as a CSV or PNG image to the computer without using Pathwave Benchvue software. import pyvisa import os import ...
gamer388's user avatar
0 votes
1 answer
260 views

I set up a Ubuntu server with 2x USRP B200 connected to it via USB. I can find both devices and am able to receive samples fine (without dropped samples) using the following command in my SSH shell: ./...
Nils's user avatar
  • 107
0 votes
1 answer
356 views

I have USB realtime clock (RTC) which connects to an embedded linux device. The RTC is accessed over i2c, and the i2c is exposed over USB. I access the RTC via the PyMCP2221A module, which in turn ...
Dave's user avatar
  • 53
0 votes
1 answer
92 views

I installed near over WSL setting. Linux NT00654071 4.4.0-19041-Microsoft #3996-Microsoft Thu Jan 18 16:36:00 PST 2024 x86_64 x86_64 x86_64 GNU/Linux node and npm versions are fine. I changed default ...
Igor Walter's user avatar
0 votes
1 answer
40 views

I am working with an LD-350 Lightning Detector connected via USB to my Ubuntu machine. I've encountered an issue where the data read from the device is only fully detailed and useful immediately after ...
Shyam BHAGAT's user avatar
1 vote
1 answer
1k views

I am trying to write a small C program to read and adjust the volume of a USB DAC (Apple USB-C to 3.5mm Dongle). I have been using this document as a reference, but have encountered an issue that I ...
bossman's user avatar
  • 13
1 vote
0 answers
257 views

Story behind: I am currently learning Python3 privately. I am still at the beginning and already have problems with the first simple project. And sorry for my lousy code - I am a beginner. Goal: List ...
diewin's user avatar
  • 33
-1 votes
1 answer
661 views

I'm trying to communicate with wireless mouse Ninjutso Sora V2 to get charge information using pyusb. I've made something similar for Razer mouse before - Razer tray. I would like to make similar ...
Fan4_Metal's user avatar
2 votes
1 answer
848 views

I want to write an application to read data(iSerial info) from connected USB Hub to linux as well as connected other devices to that USB hub. -> I want to first detect whether USB Hub Connected or ...
raj123's user avatar
  • 701
1 vote
0 answers
263 views

I'm developing a Node.js application where I need to access information about connected USB storage devices, identify a specific one based on certain criteria, and transfer data to it. I've ...
Cezary Wakulinski's user avatar
0 votes
1 answer
1k views

I am trying to install the MCC DAQ library (https://github.com/mccdaq/uldaq#build-instructions) from github on my Linux machine. I follow the build and installation intructions but some linking error ...
Mantabit's user avatar
  • 289
1 vote
1 answer
1k views

Hey I'm trying to communicate with a sick lidar sensor via usb on Ubuntu 22.04.3 LTS. Currently I'm able to open and claim the port and to send data. But if I try to receive data I'm getting a ...
Pete's user avatar
  • 11
0 votes
1 answer
396 views

Communication to USB devices drives me crazy. It's now at least the third USB device creating problems: the first device (OWON oscilloscope) had erroneous software and wrong documentation and I ...
theozh's user avatar
  • 27k
1 vote
1 answer
707 views

The problem is that we are using an HDMI capture device to renderer frame and audio. The device uses UAC protocol which is registered as an input audio device and selected as the default source of ...
Qamar's user avatar
  • 5,197
0 votes
1 answer
230 views

I have a video-streaming device that I am accessing using Microsoft Media Foundation. It has additional functionality using bulk. I want to connect to it using libusb. My problem is that I need to ...
TerZer's user avatar
  • 83
1 vote
0 answers
102 views

I wanted to try out libusb under Linux. I was using one of there examples: static void print_devs(libusb_device **devs) { libusb_device *dev; int i = 0, j = 0; uint8_t path[8]; while ...
Darter's user avatar
  • 21
1 vote
0 answers
968 views

I am not able to resolve this problem. I hav mac M1 Macbook and i install Stm32 Cube IDe 1.13 version. I tried a simple hello world project the project is building. But the problem comes when i try to ...
Mandeep Chaudhary's user avatar
0 votes
1 answer
3k views

I have troubleshooted for days with no luck, I hope someone here can help please? There's lots of discussions about this online all with roughly the same answer so I won't go to much into depth. Here ...
Dmitry's user avatar
  • 1
0 votes
1 answer
446 views

I want to do USB programming to control another device, to read and to write from/to a device, and so on. I watched many videos/tutorials in Youtube, and I found three ways/headers to do that purpose. ...
AirCraft Lover's user avatar

1
2 3 4 5
18