Skip to main content
1 vote
1 answer
70 views

I am working on an embedded RTOS system for a 32-bit MIPS SOC, which supports DWC2 OTG. (It can run Linux well.) I ported an open-source USB stack to this system by following the porting guidance. ...
wangt13's user avatar
  • 1,317
Advice
1 vote
2 replies
85 views

I am working on a Windows application written in Go lang, and I need to programmatically determine the number of physical USB ports available on the system. My requirement is: The count should ...
User0987's user avatar
  • 192
0 votes
0 answers
64 views

I have two possible interpretations of how the USB BTABLE and PMA layout work on the STM32F103. I will provide two diagrams (Figure A and Figure B) to illustrate the scenario. STM32F1 USB PMA Scenario:...
rd-dev's user avatar
  • 1
0 votes
1 answer
59 views

I am developing a Windows Electron application and I suspect a USB / libusb conflict between the usb library and Yoctopuce’s JavaScript API (yoctolib-cjs/yocto_api). When both are used in the same ...
이윤호's user avatar
0 votes
0 answers
45 views

I'm attempting to run the Tiny USB MSC example (Provided in the ESP-IDF github repository), and it doesn't appear to work. Initially, the example flashes, but only outputs the below and hangs on '...
somebodywhodoesntknowmuch's user avatar
Advice
0 votes
2 replies
68 views

I have an embedded system where 2 microcontrollers communicate over Full Speed USB bus. The host is an iMX RT1060, the device is an LPC55S69. From EMI standpoint it would be beneficial to use Low ...
Gyorgy Szekely's user avatar
1 vote
1 answer
55 views

I am really trying to understand the ADC2.0 spec to create a really simple USB UAC2.0 8 bit microphone. My device enumerates fine, but the driver doesn't like it (it says it cannot start). Q1. How do ...
Eman's user avatar
  • 303
3 votes
1 answer
163 views

I am homebuilding a USB driver on STM32. I have managed to get the device to enumerate which is awesome, but only when I disable all the strings (set all ID's to 0). Right now, when I set ...
Eman's user avatar
  • 303
0 votes
0 answers
70 views

While I'd appreciate the answer, I'd really like to understand how to diagnose what's happening in Python. The basic issue is that Raspberry PI OS or a driver causes some USB connections to disconnect ...
ozindfw's user avatar
  • 21
0 votes
1 answer
47 views

I am developing a .NET MAUI Mac Catalyst app (sandboxed) that communicates with a custom vendor-specific HID USB device. Within the Catalyst app, I’m using a native iOS library (built with Objective-C ...
Swetha's user avatar
  • 9
0 votes
0 answers
89 views

I'm currently using a SBC (a Raspberry Pi Zero 2W) to receive data from a device (let's call it Sensor). Sensor is connected to the micro USB port on the SBC through an adaptor with FTDI FT232R USB ...
Isaia Ismaele's user avatar
1 vote
0 answers
100 views

I have a list of 12 serial COM ports and I am trying to pick only the ones made from a specific Manufacturer, "FTDI". For some reason, I cannot pull this info without using the Systems....
Katie Kelly's user avatar
1 vote
0 answers
75 views

I have a C# application that uses the USB serial device mounted to /dev/ttyUSB0. I need to send a status request to this device, which I can do very easily with printf "\00\48\ee\ff" > /...
ryansin's user avatar
  • 1,857
1 vote
1 answer
571 views

I’m testing on macOS Tahoe 26.0 and noticed that running the following command gives me either no output or errors: system_profiler SPUSBDataType On earlier versions of macOS this would list all USB ...
babisa adumbire's user avatar
3 votes
1 answer
99 views

As a project to learn libusb, I am writing a driver for my old Logitech QuickCam Chat from 2006. To clarify, the camera quality is awful and I have no intention of using this for anything other than ...
Charlie's user avatar
  • 76

15 30 50 per page
1
2 3 4 5
531