← Back to context

Comment by ddtaylor

14 hours ago

I had the opposite problem actually I think. I have these small nano teensy USB things that are programmable similar to Arduino, but they have a poor negotiation at start. I was using these to automate keyboard activity, so when plugged in they appear as a USB HID.

This crappy 7 port hub is one of the only ones that "works" to reprogram the chips over USB. Direct connections and other hubs cause it to always appear as a HID and never appear as a thing that can be reprogrammed.

> I was using these to automate keyboard activity,

I’m interested.