wuwbobo2021

Results 116 comments of wuwbobo2021

Sorry for my stupid test posted above, I used to think that `catch_unwind` has to be paired with `resume_unwind`. I've remembered it wrongly; however, `std::panic::catch_unwind` tells "be careful in how...

I have encountered another problem: `libusb_wrap_sys_device()` failed with ioctl errno 9 returned by `ioctl(fd, IOCTL_USBFS_CONNECTINFO, &ci);` in `op_wrap_sys_device()`, `linux_usbfs.c` in `libusb` 1.0.27.

Well, I failed with `rusb` (libusb wrapper in Rust) but made `nusb` working on Android: . Really strange. I think trying it (both 0.1.1 and 0.2.0) on your device might...

Current `ScrollView` documentation: "The ability to automatically calculate the viewport-width and viewport-height when using for loops may be added in the future and is tracked in issue #407." However, the...

I wonder how you made `rusb` working on Android without adding Java code. It seems like libusb's usage on Android is based on the file descriptor got from Android SDK...

Probably yes, because sooner or later I’ll make use of such a library: a device of my own is an USB CDC implementation, and currently the host program doesn’t support...

To compare the maximum speed of the OS’s CDC COM driver with operating with `libusb`, I’ve managed to communicate with the USB (full-speed) CDC device with `rusb` a few months...

@dgramop If there weren't any progress (I think you are busy) in your Android USB CDC project, I should create a simple wrapper (probably unoptimized) for myself in the next...

`list_devices` can be implemented so that permission request is not needed for device enumeration, but a few fields in `DeviceInfo` are missing. I'm not sure if it's a wise idea.

@igrr Thanks for the correction. "support for ESP32-S2 is not a priority for the team right now." Note that ESP32-S2/S3/C3/C6/H2 all support USB CDC flashing under the download boot mode.