home.social

#libusb — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #libusb, aggregated by home.social.

  1. Considering the Windows editor for my GiT Core won't run on neither Wine nor any VM, I've spent the past few days trying to reverse engineer its USB protocol, in order to write a basic editor for Linux of my own. It's been interesting so far to play with (I can already kinda talk to the device), especially coming from the perspective of a network developer, but I have some doubts on how communication works in general: is there anyone around here that can clarify a few points?

  2. Today I discovered a pretty cool utility for listing USB devices! 🔌

    🌸 **cyme**: A modern and cross-platform lsusb!

    🔥 Displays manufacturer, serial number, speed, current information (mA) and more!

    🦀 Written in Rust!

    ⭐ GitHub: github.com/tuna-f1sh/cyme

  3. I could really use some #libusb experts opinion on getting this function faster. The round trip takes 100~200 uS and is just too slow, but async read causes race conditions.
    A single write takes 30 uS (async). Ive already removed all overhead on the device side code but the time stays the same. #tinyusb #rp2040

    via @loudfpv

    mastodon.social/@loudfpv/11308