John Verne

Results 11 comments of John Verne

Yes, I am creating an index, but only in the library code that uses EventBus. That is, I want to hide the implementation details that EventBus is being used, and...

This isn't going to happen unless I figure out the legacy USBTower stuff or do whatever you need to do on Linux to get a USB device working for sending...

Sounds good. At least we have this here so if it comes for someone else there is a workaround.

The Gradle Plugins repo is hosting it: https://plugins.gradle.org/plugin/com.dicedmelon.gradle.jacoco-android

It probably used strncpy and strcat historically before I introduced the "safer" versions, so you should be able to check history. I never really completed the conversion to this API,...

I have a hardware USB sniffer I can use to look at the actual traffic. We actually want to wait indefinitely, ideally. Or at least have it block for some...

> What does lsusb -v return for the device? I could run that on another platform but not on the target embedded platform where there is shell or debug console....

> If it doesn't block, I'd suppose it is because there is always data available, due to the constant stream being interpreted as valid interrupt data. Indeed. Not sure why...

> > I could run that on another platform but not on the target embedded platform > > Well it would help with more context, and knowing that your device...

Here is the output from `usbdevs -dv` on an older NetBSD machine. The target embedded device will have similar device semantics. Unable to run lsusb because I don't have a...