- 4 Posts
- 5 Comments
Joined 2 years ago
Cake day: September 27th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
quiescentcurrent@discuss.tchncs.deto Technology@lemmy.world•Vintage Mac Community Begs Manufacturers for New Supply of Rare Dongle as Resellers Charge $250English151·2 years agoI could design and produce a small batch of those adaptors.
Would anyone be interested in getting a prototype and helping to test it?
quiescentcurrent@discuss.tchncs.deOPto Ask Electronics@discuss.tchncs.de•Shift register missing bitsEnglish1·2 years agoYou’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;
quiescentcurrent@discuss.tchncs.deOPto Ask Electronics@discuss.tchncs.de•Shift register missing bitsEnglish2·2 years agoGood idea, I’ve tried usleep after all lines, but no change…
quiescentcurrent@discuss.tchncs.deOPto Ask Electronics@discuss.tchncs.de•Shift register missing bitsEnglish1·2 years agoYou’re probably right, but that should only change the order of the outputs right?
Not sure what else, but the thing can tell you if a cable is USB2.0, USB3.0/3.1/… or just for charging.