I was looking for a new USB-c hub and came across this article. It’s an interesting write-up of what is on the inside of some popular options

  • ██████████
    link
    fedilink
    English
    -210 months ago

    On YouTube I see guys make custom connectors for old ass computers with extinct connectors. Also as a child I made TV antennas out of paper clips. Cheap is king baby

    • @Aceticon@lemmy.world
      link
      fedilink
      English
      510 months ago

      The protocols were way simpler, that’s why.

      Go read about UART (which you’ll find in the Serial connector) which is still used nowadays as one of the standard peripheral inside microcontrollers (including in the cheapest $0.25 ones) and then go read about USB (you can start with USB HID, which is just the stuff for mice, keyboards, joysticks and the like).

      Ditto for VGA versus HDMI.

      You need a bloody software stack (which in dedicated adaptor chips is transformed by circuit generation software into a in-silico hardware implementation) for the newer stuff whilst the old stuff could often be done with a bunch of resistors and a handful of digital basic elements (no more complex than flip-flops).