this post was submitted on 17 Jul 2023
1035 points (99.0% liked)

Technology

58091 readers
3144 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year 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).