Avatar

quiescentcurrent

quiescentcurrent@discuss.tchncs.de
Joined
4 posts • 7 comments
Direct message

Pretty much. I’m not even sure if regular USB ports can talk to pins individually, let alone test them for shorts.

permalink
report
parent
reply

Interesting, I just uploaded the .mp4 directly to lemmy and assumed this to be working. How else would you share a gif/short video?

permalink
report
parent
reply

Not sure what else, but the thing can tell you if a cable is USB2.0, USB3.0/3.1/… or just for charging.

permalink
report
parent
reply

I could design and produce a small batch of those adaptors.

Would anyone be interested in getting a prototype and helping to test it?

permalink
report
reply

You’re 100% right, I’ve lost ‘i’ somewhere in my debugging process

byte upper_byte = input_bin >> (8+i) ; byte lower_byte = (input_bin >> i) & 0x00FF;

permalink
report
parent
reply

Good idea, I’ve tried usleep after all lines, but no change…

permalink
report
parent
reply

You’re probably right, but that should only change the order of the outputs right?

permalink
report
parent
reply