• TimeSquirrel@kbin.melroy.org
      link
      fedilink
      arrow-up
      15
      ·
      18 hours ago

      I’m an electronic security tech. I’ve installed alarm systems in 2024 whose design hasn’t changed since the 80s. If they want “modernized” remote control over a network, they usually slap on some sort of external unit like a cell radio or Ethernet adapter that does the translation to the decades-old protocols.

      We still have to program the damn things with a USB to RS-232 adapter too.

        • will_a113@lemmy.ml
          link
          fedilink
          English
          arrow-up
          13
          ·
          17 hours ago

          It might be old and slow, but I love RS-232. It works on every platform, you can write a client or server in just about any programming language in a handful of lines (and understand what they all do). I’ve literally made working RS-232 connections with paperclips and scotch tape. After the corpo wars when we’re all computing on salvaged tech you’ll come to appreciate it.

      • frezik@midwest.social
        link
        fedilink
        English
        arrow-up
        7
        ·
        18 hours ago

        I know of a door access control company that’s replacing systems from the 90s. The architecture back then was to have one central box that spiders out to each door. The doors only have an electric latch and a scanner.

        Which isn’t how you’d design it today. That one box is a central point of failure for the whole building. You’d have microcontrollers at point of use that can cache access data and operate on their own if the server goes down. But these places want it to work like the old stuff, so it’s still designed that way.