Serial Ports Are STILL Around!

Поділитися
Вставка
  • Опубліковано 4 лип 2022
  • Try FreshBooks free, for 30 days, no credit card required at www.freshbooks.com/techquickie
    Learn about the history of the classic serial port and why it's still relevant today!
    Leave a reply with your requests for future episodes, or tweet them here: / jmart604
    ► GET MERCH: lttstore.com
    ► AFFILIATES, SPONSORS & REFERRALS: lmg.gg/tqsponsors
    ► PODCAST GEAR: lmg.gg/podcastgear
    ► SUPPORT US ON FLOATPLANE: www.floatplane.com/
    FOLLOW US ELSEWHERE
    ---------------------------------------------------
    Twitter: / linustech
    Facebook: / linustech
    Instagram: / linustech
    TikTok: / linustech
    Twitch: / linustech
  • Наука та технологія

КОМЕНТАРІ • 1,4 тис.

  • @deadcmyk
    @deadcmyk 2 роки тому +1319

    Almost every piece of equipment that keeps trains running or rail crossings activated in my neck of the US still use serial port for almost everything at my job.

    • @StRoRo
      @StRoRo 2 роки тому +90

      I work for telecommunications company and our engineers need laptops with serial ports as most of the nodes still require serial ports for connections

    • @deadcmyk
      @deadcmyk 2 роки тому +61

      @@StRoRo we all use the dell rugged series because of the ports as well, i've dropped one off of a work truck on the road and its still kicking

    • @KevinArcade87
      @KevinArcade87 2 роки тому +14

      If it works it works

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 2 роки тому +24

      USB-serial interfaces are cheap enough. The electronics is so simple, it looks like just a cable, the conversion circuitry being hidden in the DE-9 shell.

    • @kinnikuzero
      @kinnikuzero 2 роки тому +7

      Pos systems also use them

  • @Echristoffe
    @Echristoffe 2 роки тому +705

    I am using serial port every day for work.
    Generally RS-232 or RS-422/485.
    Those thing rock if you don’t need speed.
    Cheap, reliable, and you can diy a logic for it…

    • @Thommy_99
      @Thommy_99 2 роки тому +28

      Oh yeah with microcontrollers you use these things all the time! Think UART for example

    • @kensmith5694
      @kensmith5694 2 роки тому +8

      On the DIY logic side: It is quite easy to make logic that runs from only two bit patterns.
      0x80 and 0xFF make two different pulse widths. This is good if you want the computer to turn something on and off with no micro in the device being switched.

    • @crashniels
      @crashniels 2 роки тому +8

      The serial port is very common in debugging. Some devices still use UART over it AFAIK

    • @drewzero1
      @drewzero1 2 роки тому +10

      The DB9 connectors are a lot easier to solder than some of the smaller ones like microUSB!

    • @QuickQuips
      @QuickQuips 2 роки тому +4

      Yep. Rs485 can work over long distances. And you only need 2 wires instead of the ones you need to crimp and shove into an ethernet socket.

  • @zeronxepher
    @zeronxepher 2 роки тому +348

    Oddly enough, one of my Japanese rhythm game arcade machine still uses serial ports. The PC that it has is a bit more modern but has a serial port for the controller that the game uses. I guess Sega loves Serial.

    • @EthanCGamer
      @EthanCGamer 2 роки тому +13

      Serial is still all over arcade games, but slowly being replaced by USB. The machines designed in Asia still use them quite a bit, but the US and European machines are switching to USB connectivity, or even SD card to store firmware.

    • @drewzero1
      @drewzero1 2 роки тому +7

      Sega and Atari both also used the DB9/DE9 connector as a controller port on home consoles (notably Genesis and VCS/2600) though not as an RS-232 compatible serial port.

    • @zeronxepher
      @zeronxepher 2 роки тому +2

      @@EthanCGamer a lot of the other rhythm arcade games often time have custom io boards for their controllers.

    • @Ahfeku
      @Ahfeku 2 роки тому +1

      My old chinese speaker which my parents bought it at year 2000 ish perhaps has the subwoofer linked to a serial port. I thought it was vga at first but the pins are different.

    • @zushikatetomotoshift1575
      @zushikatetomotoshift1575 2 роки тому

      @@Ahfeku then it's not the same type of cable.

  • @aikensource
    @aikensource 2 роки тому +232

    1 other very helpful use for COM connections: the technology is really easy to emulate, so virtual COM ports are used on Virtual Machines frequently. If you have control over the hypervisor, it's a super easy and useful way to get terminal access as if you plugged a KVM into it, without having to have working networking.

    • @zyeborm
      @zyeborm 2 роки тому +16

      Heh I once had a bricked VM with some odd file system on it. I needed the configuration out of it to do a restore.
      I booted the VM into a recovery mode, added a serial port then piped the configuration file to the port and grabbed it on the host by cat > somefile.txt
      I felt very cool lol.
      I mean I probably could have loopback mounted the VMs disk and I did try that at first but the partition layout was all screwy and this way felt cooler and in the end isn't that what really matters?

    • @aikensource
      @aikensource 2 роки тому +7

      @@zyeborm that was also the most "polite" way to do it because you let the OS be in charge instead of touching its storage outside of the runtime environment.

    • @kupokinzyt
      @kupokinzyt 2 роки тому

      I just use my good ole' Windows 95 Boot Disk.

  • @offrails
    @offrails 2 роки тому +126

    Favorite use of the serial port growing up was to link two PCs together (with a null-modem dongle) for quick and reliable DOOM deathmatches before home networks were a thing.

    • @kbm2055
      @kbm2055 2 роки тому +8

      There was a file manager back in the day that let you do this to transfer files between two PCs. It was fine for small files but larger ones could take quite a while.

    • @MrJest2
      @MrJest2 2 роки тому +2

      @@kbm2055 A few of them, actually. I worked for a company who made one that was bundled with millions of laptops of various brands.

    • @MrBrad4021
      @MrBrad4021 2 роки тому

      I did the exact same thing with Doom!

    • @AndyK.1
      @AndyK.1 2 роки тому

      @@kbm2055 LapLink

    • @giulianomarco
      @giulianomarco 2 роки тому

      We hooked up two Amiga 500s for a Populous fight in the early 90s - great fun! 😁

  • @neeneko
    @neeneko 2 роки тому +199

    I think an important distinction is, well, while it can sometimes feel like it, consumer products are not the whole industry. Consumer tech tends to be rapidly changing, unstable, and locked into a constant upgrade cycle that has more 'keeping up with the neighbors' than actual need. Put another way, consumer tech has more in common with the fashion industry than the rest of the tech space.
    Heh.. though it was kinda odd to single out the serial port as 'the thing you connect everything else with', but frame the parallel port as 'just for printers. Parallel ports were also generic workhorses that were even easier to develop for than serial. You did not even need an api or driver or anything, they just looked like an address in memory.

    • @unknownkw
      @unknownkw 2 роки тому +19

      I love how I could copy a text file to LPT1 to print a document with a single dos command, without any driver as to speak. Those good old days are over.

    • @idogaming3532
      @idogaming3532 2 роки тому +5

      @@unknownkw yep. Cuz of oversimplification to make things __look__ nice. Anti-consumerism and capitalism.

    • @ironcito1101
      @ironcito1101 2 роки тому +4

      And parallel was a hell of a lot faster than serial. For a long time, it was the best choice for transferring any sizeable amount of data between PCs without a network infrastructure.

    • @neeneko
      @neeneko 2 роки тому +5

      @@ironcito1101 yep, there is that.. and if it had stayed in use it probably would have gotten faster and faster. In a way, modern super fast setups like external PCI Express is essentially multiple serial lines arrayed in a parallel interface (among other signals).
      Heh.. though just this weekend I went on an anti-usb rant because I am so tired of USB devices built in different years (or time shifted) not working together. USB and DVI/HDMI are nightmares of long term usage.

    • @Qwarzz
      @Qwarzz Рік тому +3

      Yep. Industrial applications may have upgrade cycles in decades rather than every couple of years like consumer electronics. Kone Elevators for example still use the AMD Geode from '99 and a motherboard to match.

  • @CrazyNickOO7
    @CrazyNickOO7 2 роки тому +61

    You can thank serial ports for your electricity getting to your house too. Substation engineer here, serial is how all of our relays and sensing equipment talk to each other at substations. Like the video said, they just work. Tens of thousands of dollars of leading edge electronics and they still use a cable and connector designed in the 1960s

    • @anujmchitale
      @anujmchitale Рік тому +3

      Because serial port protocol is straightforward and hence more robust. Except if we connect it to internet. Then the security flaws come into picture.

    • @stephensnell5707
      @stephensnell5707 Рік тому

      ​@@anujmchitale serial ports are bad and very slow and they do not exist no more either

    • @anujmchitale
      @anujmchitale Рік тому +4

      @@stephensnell5707 You don't know about embedded systems in this world if you think serial ports don't exist anymore.
      Why are they bad?
      Not every form of communication needs blazing speed.

    • @stephensnell5707
      @stephensnell5707 6 місяців тому

      ​@@anujmchitalewell USB killed off VGA forever and with VGA having been terribly slow speeds it is good it got killed off altogether by USB and when I say VGA no longer exists I am talking truth as it does NOT exist anymore

    • @anujmchitale
      @anujmchitale 6 місяців тому +4

      @@stephensnell5707 This video is not about the VGA port. It's about the serial printer port. Which runs on the RS-232 or RS-485 protocol. Do you even know about it?

  • @NikosiaMateas
    @NikosiaMateas 2 роки тому +42

    I used to work in industrial automation, and you'd be amazed at some of the protocols and equipment still in use... Industrial robots still run on floppy discs and CompactFlash. Mitsubishi PLCs often use coax - yes, like TV coax - for data transmission to certain types of equipment. And even in terms of equipment that's just sort of been grandfathered in, there are still machines in active use today using long-obsolete controllers like the Modicon (ca. 1960s) or PLC5 (ca. 1980s).
    Unlike tech and IT where it's all about "faster, better," industrial applications are more a "If it ain't broke, for the love of god don't touch it, we have production numbers to meet" mentality.

    • @garcjr
      @garcjr 2 роки тому +3

      I'm barely starting out in industrial automation but I'm noticing that the automation and IT are pretty merging together. Many of the display units for our PLCs use a form of free DOS and Allen Bradley GDUs still run Windows ME. I would have rather them use Windows 2000.

    • @NikosiaMateas
      @NikosiaMateas 2 роки тому

      @@garcjr For tier 1 automotive and similar, definitely. Ethernet is the de facto protocol. For stamping plants in Bumblefuck, TN that have a maintenance staff that couldn't replace a light bulb if they had to, things get a little more... Antique.

    • @DVankeuren
      @DVankeuren 2 роки тому

      You speak of Modicon as if they went out of business years ago. They are still around and making PLCs.

    • @NikosiaMateas
      @NikosiaMateas 2 роки тому +1

      @@DVankeuren - Modicon controllers are not PLCs. There is a brand called Modicon, but it is simply how Schneider brands their line of PLCs. They are not the same thing as the original Modicon controllers, which pre-date PLCs.

    • @mattm3023
      @mattm3023 Рік тому +4

      @@garcjr Automation is in a strange state right now. Allen Bradley PLCs having 8 megabytes of memory is a lot, yet Beckhoff's TwinCAT runs on Windows 10 and uses a proprietary object oriented programming language. Same with HMI's, its common to see these 90s looking interfaces running on Windows CE, but then Beckhoff HMI's use modern web server tech for theirs.
      Im in automation and robotics but have a comp sci background (which is rare), but I think itll be a huge advantage because things are finally beginning to shift into modernity. Much of modern automation software is no longer visualized electrical diagrams, it needs to be much more.

  • @gabeklinger648
    @gabeklinger648 2 роки тому +269

    I work with an enterprise network, almost all network equipment uses a serial interface for command line /console access. Only difference is they put the serial pinout through a rj45 connector.

    • @bscycling6304
      @bscycling6304 2 роки тому +24

      *cough* CISCO *cough* yh I know many other Manufacturers aswell...

    • @igooooorrrrr
      @igooooorrrrr 2 роки тому +25

      Except now we lose the "it just works" aspect of it because no new laptops come with serial ports anymore so you gotta mess with USB-to-Serial adapters.

    • @Thats_Mr_Random_Person_to_you
      @Thats_Mr_Random_Person_to_you 2 роки тому +10

      @@igooooorrrrr true, but they are a dime a dozen, have good driver support, and (importantly) not the responsibility of the manufacturer of the device you want to hook up to. They dont need to do any investment of any kind in drivers or software. Just present serial interface and thats it.

    • @christophernugent8492
      @christophernugent8492 2 роки тому +9

      Some take it a step further and expose a USB port that is internally connected to a UART serial communication chip. So, when you plug the other end into a computer, it gets recognized as a Serial COM controller.

    • @nathanielhill8156
      @nathanielhill8156 2 роки тому +13

      ​@@igooooorrrrr fun fact, most computers still have serial ports, the headers just aren't suffered on to the motherboard

  • @mattsonn
    @mattsonn 2 роки тому +274

    RS-232 is still alive and well in cnc machines. A top of the line machine that my job bought in 2019 still has it and I’m certain that the machines we have arriving next month have them to. Although they also have 10mb Ethernet and we almost always that instead.

    • @datpudding5338
      @datpudding5338 2 роки тому +8

      Ye, in my last company we got a 5-axis machine - fairly new model and behind the sheet metal: COM everywhere

    • @ShinyQuagsire
      @ShinyQuagsire 2 роки тому +3

      UART is still the most reliable way to debug any ARM uC lol, even phones and Macbooks still have them (exposed over SBU pins on USB C or via USB PD shenanigans). Perfect protocol tbh.

    • @thebaker8637
      @thebaker8637 2 роки тому +6

      We had like 5 of those big CNC CMMs with like 16 hotswappable probes at an old job I worked. Used them for metrology and validating parts. Serial is super useful, especially when things go to shit at a low level as it happens in industry quite often. Yeah, data rates are slow, but try parsing a gigabit ethernet or even standard USB signal with a scope when you have some weird interference from the power or a nearby machine running screwing everything up. Good luck with that. You can literally decode most serial with just the processor on the scope. The whole thing being barebones, resilient and easy to debug is exactly why it’s in use to this day.

    • @frogz
      @frogz 2 роки тому

      im rebuilding my laser cutter now and it is usb but at the heart of it, it still uses serial control and commands through a usb chip

    • @Papinak2
      @Papinak2 2 роки тому +1

      @@ShinyQuagsire UART is not a protocol, that's why it's so popular - it only defines the most basic functions for data transfer, so anyone can build whatever protocol they want to fit their needs, while using the same cheap hardware.

  • @robomonkey896
    @robomonkey896 2 роки тому +30

    In my line of work (Railway) here in the UK, serial/COM ports are used in 99% of the hardware used to run and regulate the railway. I find it interesting because, whilst the technology is superceded by newer technologies, it still beats them because of the reliability / data configuration it provides. Theres also RS-422 for data transmission over longer distances.

  • @coolbrotherf127
    @coolbrotherf127 2 роки тому +76

    I worked at an AV company for a few years and actually had to solder together some custom DB9 connectors to connect older electronics to the network. You'd be surprised at how many electronics can still use RS-232 to connect to computers.

    • @bandbigred
      @bandbigred 2 роки тому +4

      Knew it wouldn’t take long before coming across someone from the AV industry.
      I’ve assembled some db9 connectors but the thought of soldering, ewwwww

    • @juri14111996
      @juri14111996 2 роки тому +1

      @@bandbigred d-sub9 for serial is a plesure, one 3 pins needet.
      d-sub 25, used for 8 balanced, analog audio channels (or 16 digital) is a pain.

    • @233kosta
      @233kosta Рік тому

      All of our materials testing equipment is serial, so is a bunch of data logging equipment I'm currently working on. The bench PSU too, with more options over serial than using the buttons. Hell, I even turn my projector on and off over RS232!
      When I was growing up it was always seen as some scary ancient thing that nobody understood, COM ports were a mystery beyond comprehension... Now that I've seen how easy it is (in linux I can literally just echo shit into the interface!) I'm absolutely kicking myself for not learning about it sooner.

    • @the_1drummajor
      @the_1drummajor Рік тому

      My old job was that way too when we were working with old-school Crestron 2-Series equipment. I soldered a couple cables but in my time, most of the DB9s were dismantled because we were upgrading and using more modern newer equipment that relied on HDBaseT

    • @coolbrotherf127
      @coolbrotherf127 Рік тому

      @@the_1drummajor HDbaseT is really useful since it can send commands and video signal together. The old system of having to sync the video source and video display with the RS-232 commands was prone to a lot of weird issues.

  • @SRC267
    @SRC267 2 роки тому +326

    Speaking of old connectors I recently upgraded my CD-ROM drive that had the very old IDE data cable with a Molex plug, to SATA power and data cables. Even the PSU needed to be upgraded.

    • @samoksner
      @samoksner 2 роки тому +10

      Like a 40 pin cable... Not even a fancy 80 pinner?

    • @potapotapotapotapotapota
      @potapotapotapotapotapota 2 роки тому +1

      Eww ribbon cables, that brings back memories.

    • @vasopel
      @vasopel 2 роки тому +5

      You could have just bought an adapter,that is what I did, there where only two sata connectors on my motherboard (that are already used) so my DVD drive is using an adapter to connect to the pata on the motherboard,works great for three years now ;-) edit:forgot to mention that the adapter takes care of the power too,it takes molex power and gives it to the sata DVD drive ;-)

    • @darkstorminc
      @darkstorminc 2 роки тому +2

      I still have a working computer that uses ide cables lol

    • @MariuszChr
      @MariuszChr 2 роки тому +2

      @@potapotapotapotapotapota good old razor blade hack to improve case airflow...

  • @benjaminbordelon8413
    @benjaminbordelon8413 2 роки тому +79

    In the education space, RS-232 is still ubiquitous when it comes to controlling media systems in rooms, ie projectors, tvs, etc

    • @lunakoala5053
      @lunakoala5053 2 роки тому +7

      Well, their equipment is usually straight out of the 90ies anyway.

    • @pabloescobar9337
      @pabloescobar9337 2 роки тому +1

      Or getting data from scoreboards!

    • @bigbubba0439
      @bigbubba0439 2 роки тому

      Yup. I've seen those older ports on projectors with component, dvi, vga (might not be the exact ones, but look pretty similar), and some others. Been a bit since I've taken a look at them, though

    • @wellenwerk3357
      @wellenwerk3357 2 роки тому +1

      Ive installed many big Barco and Christy projectors over the last 10 years. Rs232 for remote controlling, power on/off is still the prefered way instead of doing it via Network

    • @lojtnantsaarnio362
      @lojtnantsaarnio362 2 роки тому

      Cisco uses it today aswell

  • @darken878
    @darken878 2 роки тому +25

    They are still very much alive in the offshore industry too. Screw terminal serial connectors are your best friend for low bandwidth data transmission in applications where cables are likely to get tugged or vibrate free on a regular basis.

    • @stephensnell5707
      @stephensnell5707 6 місяців тому

      Serial VGA is not alive anymore,USB killed it off for good(as soon as USB existed VGA was killed off entirely)

  • @TheDaNuker
    @TheDaNuker 2 роки тому +30

    Ah, I still remember the days of buying a null modem cable (basically a serial to serial cable with a cross) just to play Quake 2 1v1. It's definitely one of the legacy connectors that aren't going away yet, a USB to Serial Port dongle is still a very important accessory to have for backend IT teams.

    • @chrisl8292
      @chrisl8292 2 роки тому +2

      Same! Except our first use of the massive serial cable in the dorms was for 1v1 Duke Nukem games! With Quake coming out later in the year.

    • @DVankeuren
      @DVankeuren 2 роки тому +2

      I remember making lots of null modem cables at work.

    • @MrDgwphotos
      @MrDgwphotos Рік тому

      Cisco Rollover cables.

  • @bradleythatcher2869
    @bradleythatcher2869 2 роки тому +10

    I work for a company here in the US that makes rugged Windows and Android tablets for data collection and rough environments. We still put serial ports on all our devices. It’s a must.

  • @savagepro9060
    @savagepro9060 2 роки тому +87

    Techquickie has been focusing on PORTS lately!

  • @tylerpeppy1450
    @tylerpeppy1450 2 роки тому +5

    To be honest, I laughed so hard when I saw the title of the video. RS-232, RS-485, UART (TTL); are some of the most abundantly used low-speed industrialized buses. These have always been around and I don't understand why people think they left...

    • @crushermach3263
      @crushermach3263 2 роки тому

      I mean if you've never used one yourself you might be forgiven for thinking older technology just kind of fades away in favor of new standards.

    • @tylerpeppy1450
      @tylerpeppy1450 2 роки тому +1

      @@crushermach3263 No. I use them for embedded systems all the time. I'm under the IMPRESSION that older hardware seems to fade with time; as have multiple standards.

    • @erlendse
      @erlendse 2 роки тому +1

      And they better stay around too.
      USB is a complex beast, and a UART just sends and recieves with no questions asked.

  • @Demache92
    @Demache92 2 роки тому +58

    Serial really is a true standard. It was so ubiquitous on 70s and 80s PCs that beyond a few quirks here and there, they will have zero problems talking to modern PCs. Its fun using an Apple II as a terminal for a relatively modern 40 core Linux server using nothing more than a serial cable and terminal emulation software on the Apple II side. Quite literally, a super computer as far as its concerned.

    • @sinni800
      @sinni800 2 роки тому +1

      I once found out serial controllers can actually break quite easily. I got a PS/2 mouse and plugged it into my serial port using an adapter (and yes, that adapter was meant for that). It fried the serial controller on the mainboard. I put in a serial card... and it fried that too. Another serial controller... and I let it go, I just used my serial mouse again

    • @jackjohnson1186
      @jackjohnson1186 2 роки тому

      My favorite thing is PLC companies that flip 2 pairs so you have to by their cable.

    • @sinni800
      @sinni800 2 роки тому +1

      @@jackjohnson1186 Reminds me of cisco and their fucking console cables

    • @James_Knott
      @James_Knott 2 місяці тому

      You wouldn't say that if you actually worked with serial ports back then. They were anything but standardized.

  • @afre3398
    @afre3398 2 роки тому +8

    The serial port is also popular in the home brew micro controller world. As it is very simple to program an interface to a PC. In cases there you need low speed data transfer rates. But I have also seen devices that can support up to about 1 Mega bits pr second. Not sure how good the signal integrity is at those speeds though

    • @ailivac
      @ailivac 2 роки тому +2

      Oh it would be fine over short/medium distances at 1MHz; you wouldn't see transmission line effects until tens of meters. Noise is usually the bigger issue if you're running it longer than across a room but that's where differential interfaces like RS-422/485 come in.

  • @donaldroehrig7817
    @donaldroehrig7817 2 роки тому +39

    I see serial ports daily. Scanners, manufacturing equipment, etc. Yeah, when it costs millions of dollars to upgrade your equipment and it still works well, you keep using that old technology as long as you can. We still keep a few old laptops around that run Windows 95 because they have serial ports and the software that runs on them is no longer available for servicing the machines.

    • @EmptyZoo393
      @EmptyZoo393 2 роки тому

      I worked with an x-ray panel at one job, and we had an old system that ran windows 95 connected to the laser scanner that we used. Turns out you could log onto the system by hitting the x on the login page for the system, no username or password required. I've also heard rumors about semiconductor fabs still using hordes of 80x86 chips as controllers.

    • @donaldroehrig7817
      @donaldroehrig7817 2 роки тому +1

      @@EmptyZoo393 Yes, you have to make sure if you use old technology that it is secure. Our systems that use older tech cannot connect to the network/internet and you would have to physically open a locked cabinet and connect via a serial cable to get access. None store sensitive data. They are used for system controls on individual manufacturing machines.

    • @soundspark
      @soundspark Рік тому

      Do the machines not talk well to USB serial ports?

    • @donaldroehrig7817
      @donaldroehrig7817 Рік тому

      @@soundspark Some of the equipment is simply so old that USB as we know it today was not even invented, yet. It still works fine, so no reason to spend $10's of thousands if not $100s of thousands to upgrade it. No ROI. Successful business is all about the return on investment.

    • @soundspark
      @soundspark Рік тому

      @@donaldroehrig7817 I meant those converters from USB to RS-232.

  • @m3lod1an
    @m3lod1an Рік тому +4

    I work in enterprise audio manufacturing and we use RS232 for all of our JTAG/pretest and firmware loading, and the ports come standard on all our servers as hard (non-networked) access to their command-line interface

  • @IronwingTechHaven
    @IronwingTechHaven 2 роки тому +22

    A lot of modern PCs actually do still have serial port connectors on their motherboards.

    • @wellenwerk3357
      @wellenwerk3357 2 роки тому +3

      Yes, i got Mainboard for Mediaserver/Projection application use. It has 7 serial Ports

    • @chaos.corner
      @chaos.corner Рік тому +1

      I used one to upgrade a PC a while back. Windows wouldn't recognize the USB ports on the PC and no PS2 ports so I used a serial mouse and screen keyboard to get the drivers updated.

    • @cpK054L
      @cpK054L Рік тому

      I have YET to see any mobo after 2005 have an RS-232 port.... I have to use an FTDI cable and those aren't cheap.

    • @chaos.corner
      @chaos.corner Рік тому +1

      @@cpK054L My last motherboard from 2020 was a B550M-K. Comes with 1xCOM port onboard. This isn't the one I was referring to earlier so that's 2.

    • @cpK054L
      @cpK054L Рік тому

      @@chaos.corner I saw the motherboard on Amazon... and when showing the peripheral panel... there is no DB-9 jack on it....
      are you lying to me?
      Looks like a DE-15... which is not a common connector for RS-232/RS-485

  • @Abovan79
    @Abovan79 2 роки тому +32

    Shout out to all of my data center nerd that configure IP and san switches, so we carry usb-to-serial adapters with us everywhere we go.
    Some of the fancy ones go Bluetooth to serial for wireless Cisco switch config fun!

    • @TheRiddleNL
      @TheRiddleNL 2 роки тому +3

      No noth fun, dose dongles are hell :(

    • @Zippytez
      @Zippytez 2 роки тому

      Dont you dare say Cisco switch coding. In HS, I took an IT class that had a unit on it. God the horrors of bs'ing your way through that. No one in the class knew what they were doing with the code interface

  • @FixitFred
    @FixitFred 2 роки тому +8

    I was surprised when this video did not mention the use of serial for console cables even to this day they are still widely used by cisco, aruba, ruckus, juniper etc.

    • @astrawby
      @astrawby 2 роки тому +1

      When I read console cables, I thought of Atari and Sega first, but good point indeed!

  • @RamiKattan
    @RamiKattan 2 роки тому +40

    The video should have mentioned the importance of RS-232 in networking equipment, which most of them is still configured over serial port. Even when new switchers seem to have an RJ45 configuration port, in reality that RJ45 cable is an RJ45-to-serial cable.
    Just last week our fiber provider came to change some configurations on the Fiber Router and used a serial cable and telnet to do so.

    • @bennylloyd-willner9667
      @bennylloyd-willner9667 2 роки тому

      RJ-45 to serial is not really necessary, since RJ-45 signals are serial already. I do get what you mean, serial as RS-232 is another standard of serial so some conversion is needed if you want to connect an RS-232 thingomabob to it😁

    • @TheSeriph
      @TheSeriph 2 роки тому

      I used to have an older laptop from work just for this reason. Until I found a reliable USB to serial adapter. The sys admin was kinda suprised when I turned in the old system.

    • @zyeborm
      @zyeborm 2 роки тому +1

      Rj-45 to serial is mostly a Cisco thing.
      These days the console port is frequently a USB to serial port built into the device so you don't need to bring your own then find out it's incompatible because it uses a knockoff chip.

    • @roberthoffmann8043
      @roberthoffmann8043 2 роки тому

      @@zyeborm At least the cisco FP Firewalls have both Rj-45 and mini USB to Serial. They also come with a mini USB to USB-A cable so you can connect the firewall directly to your pc an communicate via serial.

    • @Milnoc
      @Milnoc 2 роки тому

      We use DIGIs a lot in my line of work which are equipped with RJ-45 ports wired for RS-232 and not Ethernet. Makes it very easy to wire a bunch of serial devices with just Ethernet cables and RJ45 to DB9/DB25 adapters. We have sites where the Ethernet jacks in the walls are actually RS-232 jacks.
      To avoid wiring errors and handshaking problems, I open up the adapters, pull out most of the wires and wire up only the red, green and yellow pins for communications. We avoid hardware handshaking whenever possible.

  • @TheCoolDave
    @TheCoolDave 2 роки тому +2

    I work TV broadcast, in IT, we use a ton of serial cables to automate things. We just use the ports to control things, and when you try to make things moron proof, it does help. It's all slowly moving over to IP based but, a lot of the older stuff uses it and we almost forget about them because they are so reliable...

  • @ihaveacoolhat1
    @ihaveacoolhat1 2 роки тому +15

    We still use them in datacentre environments to configure PDUs, generators and gain terminal access.

  • @TangoTim4
    @TangoTim4 2 роки тому +15

    wow 56k modem dang that is fast ... my first modem was a whole 50 baud, then I got to upgrade to a 300 let me tell you watching text move almost as fast as I could read was awesome, & then I got fancy with a 1200 and finally text could go across the screen faster than I could read, well when it was working at full speed anyway.

    • @megachonk9440
      @megachonk9440 2 роки тому +1

      I got a modem when 2400 was the cutting edge. Nobody else in my town had ever even heard of such technology and most thought it was crazy stuff to be able to connect to remote computers over a phone line. I was like a tech god to my friends.

    • @shorty808100
      @shorty808100 2 роки тому

      I had a 9800 baud modem back in 1990 it would DL at 2.4kbs a 5600 baud would only DL at like around 1.4kbs, where as 56k could do around 14+kbs my 28.8k connection would do 5-6kbs

    • @handlesarefeckinstupid
      @handlesarefeckinstupid 2 роки тому

      I can hear the handshake protocol now. I used an acoustic coupler for a while, messing about on BBS sites.

    • @cpK054L
      @cpK054L Рік тому

      @@shorty808100 *9800 Baud.... you're a liar.
      Baudrates seem to have been multiples after 300 BAUD. Did you mean 9600?

  • @stevenclark2188
    @stevenclark2188 2 роки тому +6

    Also, one of the big classic uses for a serial port was the mouse. PS/2 ports were for expensive IBMs for years until ATX board became standard. AT motherboards of compatibles as late as K6-2 processors often had an AT keyboard port and ran the mouse over serial.

    • @DragonGrafx-16
      @DragonGrafx-16 Рік тому

      I have a PC with a Slot 7 motherboard with a K6 (first generation, not the 2) that does have the AT keyboard port, but it has a PS/2 mouse port installed using riser card. I use it to play games for MS-DOS.

  • @DETERNET
    @DETERNET 2 роки тому +2

    I’m a broadcast engineer working for one of the major equipment manufacturers, all of our products have serial connectivity for setup even though one of them it’s essentially a specialized network switch designed for passing SMPTE 2110, on 400Gbps ports. Some have added usb as well but I keep my serial adaptor handy in my gear bag

  • @XzTS-Roostro
    @XzTS-Roostro 2 роки тому +6

    I work at an Amazon sort center (opened since 2017), and the desktop label printers, made by Zebra Technologies Corp., has a combination of USB, Parallel, and RJ-47 ports.

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 2 роки тому +9

    2:13 Also for connecting to minicomputers from DEC and other manufacturers. While IBM preferred a faster, more complicated (and more expensive) proprietary protocol for its 3270-family terminals.

    • @RaymondHng
      @RaymondHng 2 роки тому +1

      IBM 3270-type terminals and printers were connected to 3274 cluster controllers using coaxial cable at a rate of 2.3587 Mbit/sec. The 3274 cluster controllers were then connected to the IBM mainframe computer. IBM 3270 terminals were not directly connected to the mainframe. The main goal of the system was to maximize the number of terminals that could be used on a single mainframe. To do this, the 3270 was designed to minimize the amount of data transmitted, and minimize the frequency of interrupts to the mainframe. By ensuring the CPU is not interrupted at every keystroke, a 1970s-era IBM 3033 mainframe fitted with only 16 MB of main memory was able to support up to 17,500 3270 terminals.

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 2 роки тому

      @@RaymondHng Block mode may be efficient for data entry, not so good for timeshared interactive applications.

  • @jacobdrj101
    @jacobdrj101 2 роки тому +1

    I work with manufacturing metrology/statistics software...
    We use serial ports (and virtual serial ports) ALL THE TIME...
    Old standards never die... They just fade slowly away...
    The fact that they are so simple from an electrical standpoint is a huge feature too...

  • @Thats_Mr_Random_Person_to_you
    @Thats_Mr_Random_Person_to_you 2 роки тому +66

    I think you hit it on the head with cheap implementation. UART hardware (ie the ICs, the logic, and the peipheral silicon area on microcontollers / SOCs) is just so 'simple' and the end user doesn't need drivers (another thing that could 'break').
    For some hardware its 'useful' life is beyond that of the development cycles of OSs so using UART for your 'recovery access' (as with the likes of Network switches) is a no-brainer as you don't need to maintain device drivers as all OSs have software that can run serial tty etc..
    They are also a more robust connection method. Its very very very hard to physically break an d-sub connector (ie the actual interface port on the device) which is perfect for industrial areas as well.
    And again, as you say, if you dont NEED high data throughput, then its an appropriate tool for the job.

    • @BastetFurry
      @BastetFurry 2 роки тому +1

      You can even bitbang serial in a pinch, it's what the C64 does for its serial ports because they botched a chip revision and the hardware serial was broken. ^^'

    • @zyeborm
      @zyeborm 2 роки тому

      I dunno about physically hard to break, you ever see somebody plug a VGA cable (same dimension as the DB9) into an IEC socket?
      I have, and I've gotten the tech support call to fix the "broken" computer

    • @nahco3994
      @nahco3994 2 роки тому +1

      That is so true. I first ran into UART when I was playing around with bare-metal programming on an OG Raspberry Pi. I was looking for things to do with it other than making an LED blink. And there it was: an incredibly simple way to make a Raspberry Pi send text output to somewhere else **without the help of an operating system** How cool is that?

    • @davidjohnston4240
      @davidjohnston4240 Рік тому +3

      When there's a microprocessor at the other end, RS232/485 is ok because it can parse and response to that byte stream. For lower level hardware, we (I.E. people like me that design chips) prefer I2C/I3C/JTAG etc, because the transactions over the wires can map directly to register reads and writes. It's all cheap and easy, but easy is relative.

    • @anujmchitale
      @anujmchitale Рік тому +1

      @@davidjohnston4240 I recently experienced this. My prior job was from embedded system applications and now changed to Semicon industry.
      My go-to would be the serial port communication while everyone at Semicon prefers the JTAG.
      Now I am using JTAG for communicating with the chips.

  • @oneguy1987
    @oneguy1987 2 роки тому +6

    when i was little in the 90s, my dad cleaned my room and moved my desk/computer and instead of unscrewing the connectors he just ripped them out!

    • @Ganara426
      @Ganara426 2 роки тому +2

      Wow thats horrible

  • @marksterling8286
    @marksterling8286 2 роки тому +4

    Loved the video, although made me feel old, i had a usr hst modem, the palmpilot pro and an x10 home automation controler. it university i had a homemade null modem cable running between rooms using 3 core cable and looping rts-cts dsr-dtr, i also remember having to get an additional 2 port card because i ran out of ports (@ that time my mouse was serial) and i needed a uart16550 as the uart8550 struggled to keep up

  • @Jpeg6
    @Jpeg6 2 роки тому +1

    Another benefit of serial ports is that they could be interrupt driven which is helpful for time critical applications. I have a serial GPS receiver they gives PPS outputs to microsecond accurate time for my NTP server. USB has buffers so timing can be off.

  • @rushthezeppelin
    @rushthezeppelin Рік тому +1

    I work in home energy efficiency inspections and use a device called a manometer that is basically a fancy device for measuring pressure. The older digital model of them has a serial port and the newest model which has WiFi and now Bluetooth built in only came out in 2016. About half the manometers in my company are still the old model and there's still a ton of them floating around in the industry at large. The ports were used to connect little modules that do various tasks, the one used the most giving it WiFi connecting ability to communicate with your computer.

  • @vipr642
    @vipr642 2 роки тому +4

    Can verify that industrial equipment uses antiquated ports. A while back I was using a CNC machine in a welding shop and in order to get the software to tell the machine how to cut the metal it used a parallel port of all things. The modern Dell Optiplex PC I was using needed a PCIe card to give it a parallel port. I guess it uses parallel and not serial because it is more similar to a printer in application.

    • @rashidisw
      @rashidisw 2 роки тому

      Using expansion card to add Parallels & Serials port was how it used to be done, before the built-in onboard alternative became trendy and takes over. But since more modern motherboards no longer provides those, we back using expansion card yet again.

  • @davideaezakmi9530
    @davideaezakmi9530 2 роки тому +5

    If you work in a research enviroment you can still see these cables everwhere. It's not uncommon to see a machine that cost half a million dollars hooked up to an ancient PC with Windows XP through a serial port

  • @xpwn3rx
    @xpwn3rx 2 роки тому +1

    I work for a hospital system and spent years hooking up brand new medical devices with serial ports. They can be temperamental, and some manufacturers do things like making them not send data if a certain pin is connected. Many vendors also use different non-standard pinouts.

  • @suttonshow
    @suttonshow 2 роки тому +2

    They're very much alive in the broadcast industry! We use them for tallies, UMDs, general control and sometimes even Comms when it comes to interfacing with radio systems and older equipment, and there's no complaints here, d-Sub 9 is really easy to solder and it just works

  • @toshineon
    @toshineon 2 роки тому +3

    I find it interesting that there's often such a disconnect between consumer and industrial technology. It's harder to convince a company why they need a new piece of tech, especially if it follows different standards, than a typical consumer.

    • @bandbigred
      @bandbigred 2 роки тому +3

      If it ain’t broke, don’t fix it.
      If it’s cheaper to use, easier to configure and easier to upkeep, why change

    • @FlorenceSlugcat
      @FlorenceSlugcat Рік тому +1

      Quite often, there is just no need at all to upgrade something.
      For example, if you have a machine that needs to transfers 1kbps of data to a computer, there is no reason at all to waste money and labour on replacing the ports and cables on the device for a cable capable of 10gbps
      A cable capable of 10kbps will do just as good as a 10gbps in that case.

  • @charlesschneider7079
    @charlesschneider7079 2 роки тому +5

    Before there were PS-2 mice, there were serial mice. More fun was writing the config.sys file to keep the serial ports from clashing by using the same interrupt request (IRQ).

    • @Sembazuru
      @Sembazuru 2 роки тому +1

      When I went to college in the early '90s with my Amiga there was only other person on my residential hall had a computer. His was a PC (I honestly forget if it was an actual IBM or a clone). He was jealous of the native Amiga sound system so he got a soundblaster board and lost his mouse to an IRQ conflict when he installed the soundblaster.

    • @handlesarefeckinstupid
      @handlesarefeckinstupid 2 роки тому

      Ah IRQ conflicts, so many hours poking about the bios and config files. Good times.

  • @daniel_lucio
    @daniel_lucio 2 роки тому +1

    In the 90's I specialized in making serial cables for graphing calculators (Texas and HP), I also made Linux scripts to communicate with them using Kermit from Columbia University, I even made a serial cable for my LX300 dot matrix printer because it worked better on that port when Windows switched from 3.11 to 95.

    • @RolandHutchinson
      @RolandHutchinson 2 роки тому +1

      Kermit was the always-available last resort -- and often the "first resort" solution of choice -- for moving either text or binary files between disparate operating systems and architectures.

  • @buffuniballer
    @buffuniballer 2 роки тому

    Use them almost daily to connect to a server's "Lights Out Management" port when I'm in the data center fixing issue. I typically don't have access to the customer network, so access to the server management functions via a serial port is a good separation between the technician and the production data.
    They are also used to initially set up devices. Someone has to put the LOM and switches and other devices on the network, so the LOM's serial port, the switch or router console is used for initial configuration.
    Serial ports get a workout in datacenters around the world.

  • @JesseBrohinsky
    @JesseBrohinsky 2 роки тому +5

    Even some devices that use USB might actually be still implementing the serial protocol. I've worked on some software that used serial for all communications with an embedded hardware device. Nice and simple and reliable.

    • @jg374
      @jg374 Рік тому

      An example of this is Arduino boards.

  • @redmcbeard4230
    @redmcbeard4230 2 роки тому +15

    In the world of PLCs (Programable Logic Controller) Serial ports are still standard.

    • @andrewslejska4205
      @andrewslejska4205 2 роки тому +1

      Really? I wouldnt say standard but common. Not much new serial equipment from what i see although that could just be the industry im in.

    • @garcjr
      @garcjr 2 роки тому +2

      We're upgrading some of our PLC equipment to work on some sort of industrial ethernet. But it'll be a while before everything's converted. Afterall PLC stands for Please Leave Connected.

    • @redmcbeard4230
      @redmcbeard4230 2 роки тому +1

      @@andrewslejska4205 serial and some kind of PoE Ethernet are king in 90% of the PLC and dedicated controllers. PoE only is becoming standard with Allen Bradley systems but there is always a backup Serial Com in the panel.
      Nearly all the experienced programmers I know in my industry (food production and ammonia cooling systems) trust Serial Coms over Ethernet. The younger folks are less likely to crack open a panel with Wi-Fi modules becoming integrated in those fancy HMI/PLC bundles.

    • @redmcbeard4230
      @redmcbeard4230 2 роки тому

      @@garcjr 100% true. Everything is Ethernet these days but a TON of PLCs still have the serial com integrated because it may be slow… but it damn near never fails. Unlike every other freaking Ethernet patch cable my company purchases.

    • @andrewslejska4205
      @andrewslejska4205 2 роки тому +1

      @@redmcbeard4230 interesting to know. In my job i only use allen bradley so maybe as my career develops i'll see and have to get more used to dealing with serial connections. I think with the increase of data connections and importance of central data storage especially for alarm data, tracking of more and more complex diagnostics and potential for off site diagnostics ethernet will probably get more popular especially as schools are teaching more about ethernet connections then the older standards.

  • @mortenhattesen
    @mortenhattesen 2 місяці тому

    Back in the 1970s and 1980s terminals (display and keyboard) were connected to a host (typically mini computers) using a serial RS232 port, possibly via a modem. It wasn't until the IBM PC in the 1980s that the DB9 connector was introduced. Before then, the DB25 connector was THE RS232 serial connector.
    The stated 75 bps speed was only present in the 1200/75 bps modems, where the 75 bps part was used for transmitting keystrokes - 7.5 keystrokes per second was deemed sufficient - leaving the remaining bandwidth of 1200 bps for receiving characters to display.
    Prior to the display terminals were the mechanical teletypes (typewriters) during the 1960s and 70s, that often operated at 300 bps (roughly 30 characters per second). Without any busy-handshaking, it was up to the host computer to pause after sending carriage-return and line-feed characters to allow for the printing head and roller to move before being able to print any further characters. That was achieved by configuring how many null characters (that were ignored by the teletype) had to be sent after a CR/LF character.

  •  2 роки тому +2

    Wow, when mentioned UPS having them, I went to check mine, and although the color design is different my Cyberpower CP1500AVRLCD definitely was made from the same mold from the model shown in the video.

    • @chaos.corner
      @chaos.corner Рік тому

      They're typically still serial under the cover but with a usb-to-serial chip and tweaked ids so they don't install as regular serial.

  • @savagepro9060
    @savagepro9060 2 роки тому +5

    I think Cisco equipment might still be using serial ports. I'm not sure!

    • @mhm4me
      @mhm4me 2 роки тому +1

      Cisco routers and switches still use serial ports till day

    • @savagepro9060
      @savagepro9060 2 роки тому

      @@mhm4me Damn! I knew it

    • @Plexico41522
      @Plexico41522 2 роки тому +1

      a lot of commercial network equipment has serial ports that is the only way to do initial setup, most once they are setup you can telnet in to them to change settings.

    • @edg4rallanbro753
      @edg4rallanbro753 2 роки тому

      Yes, I got to play with a switch and you can get into the console by either using serial port or RJ45 to serial. The solution I used because my laptop doesn't have either of those is RJ45 to serial to USB type A to USB type C, still worked in putty with some driver updates.

    • @James_Knott
      @James_Knott 2 місяці тому

      @@mhm4me Some use USB & built in serial port adapter.

  • @OmahaGTP
    @OmahaGTP 2 роки тому +6

    As a network guy, I can’t express how much I loathe usb-to-serial adapters. They are garbage. All drivers are garbage. That may be more of an insult to garbage.

    • @JeffDeWitt
      @JeffDeWitt 2 роки тому +3

      Agreed. We had a bunch of those and I've gradually been replacing them with PCIe serial adapter cards.

    • @KokoroKatsura
      @KokoroKatsura 2 роки тому

      wat do they do?

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 2 роки тому

      You need drivers for them? I just plug them into a Linux box and they work.

    • @JeffDeWitt
      @JeffDeWitt 2 роки тому +1

      @@lawrencedoliveiro9104 A lot of devices don't play nice with Linux.

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 2 роки тому

      @@JeffDeWitt A lot of them *do* run Linux.
      I’ve been doing stuff with some Sierra Wireless 3G/4G modems, for example. Plug them in via USB, and they make the connection look like its own TCP/IP LAN.

  • @troyBORG
    @troyBORG 2 роки тому +1

    I remember having a Serial mouse, and I remember having to install the drivers for dos, so when I log out of win3.1 back into dos to play games it would work.

  • @dontown1531
    @dontown1531 2 роки тому

    I was an Alpha-tester for the ARPANET in 1969. They brought a Telex machine to our High school in Vancouver & hooked it up with an old telephone handset & acoustic modem & sent an 'e-mail' to SFU.

  • @andrewslejska4205
    @andrewslejska4205 2 роки тому +7

    Industrial uses are switching to ethernet. Gigabit is becoming common even but there is still plenty of rs 232 plugs and other serial communications. Aged serial connections get annoying to troubleshoot.

  • @alkoyyy
    @alkoyyy 2 роки тому +4

    Serial ports need a comeback! Every connection that requires a handshake is garbage...

  • @NickNackGus
    @NickNackGus 2 роки тому +1

    The funny thing is, they're not gone from modern PCs either - except for maybe compact motherboards, you'll often find a COM header on modern motherboards. You can get a cheap adapter that's nothing more than a cable that connects to a PCI slot without using the PCI connector and use it to talk to your favorite microcontrollers or single board computers.

  • @davidsummers6700
    @davidsummers6700 2 роки тому

    Used to be the only way to sync my Palm Pilot Vx which came out in 1999. It had 8MB of storage on it, and I definitely remember trying to load a 4MB file onto it via the serial cable and it taking quite a long time to transfer.

  • @travisstoia4627
    @travisstoia4627 2 роки тому +5

    not first but we move

  • @antoniajules539
    @antoniajules539 2 роки тому +3

    This is the kind of world we've made for ourselves and our children, better have no enemies when the light goes out , due to the economic criss, wars and rate of unemployment I think now is the best time to invest and make more money for the future💯💯

    • @richards1237
      @richards1237 2 роки тому

      I stumbled upon one of he's clients testimonies and decided to try him out, Im expecting my 3rd cash out in 9days

    • @tadeuszgraczyk3035
      @tadeuszgraczyk3035 2 роки тому +1

      A transformation of my investment of $4000 to a $15,400 in just two weeks, so 😁

    • @MARK-nk7zf
      @MARK-nk7zf 2 роки тому +1

      For long-term investment perhaps if you have $5000 in BTC in 2016. That would valued at almost $600,000 today there is no metal in existence that has seen that kind of value increase.

    • @namjoohyukskwang6932
      @namjoohyukskwang6932 2 роки тому +1

      Please how do I contact Mr steve brooks?

    • @namjoohyukskwang6932
      @namjoohyukskwang6932 2 роки тому

      I'm placing my trade with Mr steve Asap

  • @rideroftheapocalypse9953
    @rideroftheapocalypse9953 2 роки тому

    The water fountain at my school also has a serial port, and even the magnetometer on a piper pa28r uses at least that conector. Insane lol

  • @o_puff4949
    @o_puff4949 2 роки тому +2

    I think we should get a refresh of CAT cable… maybe a “how to” video with all the specifications/use cases of CAT 3 all the way to 7A. Dig into POE, POE+ & POE+ max..
    Might be a bit much for TQ, but in my line of work, CAT cable is taking over a lot more responsibility than data transfer

    • @o_puff4949
      @o_puff4949 2 роки тому

      Last “ethernet” video I had seen from the channel was from 9 years ago🫣

  • @MrCommodorebob
    @MrCommodorebob 2 роки тому +1

    In the data center they are essential for both servers and networking equipment. If something goes wrong and you can't access your server / switch any other way, chances are you can get to the serial console to see what's wrong and possibly fix it.

  • @ozzman530
    @ozzman530 2 роки тому

    As a network engineer, serial ports are still the #1 go to, to fix networking equipment via the console port. Heck straight out of the box console ports via serial connections is how you do it.

  • @Deadeye313
    @Deadeye313 2 роки тому +2

    Many things that keep ships running use serial ports. From generator controllers to wind sensors. They are used for monitoring and configuration.

  • @zodayn4767
    @zodayn4767 2 роки тому

    I work in a greenhouse where we use scizor lifts for all kinds of functions. Those lifts have serial ports on them to connect various devices like fans, sprayers, thermometers and IR distance sensors. All super basic data that pretty much all boils down to stop the sprayer when the IR sensor says the distance limmit is reached. And the great thing is that these connectors are screwed in tightly and work in a warm and wet environment. When entering the greenhouse I put my phone in a special case that blocks the USB port and speakergrills because else the ports would rust and erode and build up gunk and water that it breaks within a month. Not with serial ports. Those lifts have been running the same cables for 20 years now.

  • @bgg4865
    @bgg4865 2 роки тому +1

    One of the most important specs I look for on a new motherboard is a serial port header. My weather station runs off it, using a header to expansion port card.

  • @leonmoto1931
    @leonmoto1931 2 роки тому +1

    It's also really easy to implement, since every language has solid and easy libraries for serial communication

  • @it4offices
    @it4offices 2 роки тому

    we often use a serial cable to setup network switches and routers when they arrive. Some newer devices that come with USB connectors still emulate a serial port so it maybe quite a while before we see them go.

  • @craigmurray4746
    @craigmurray4746 2 роки тому

    So my oldest HP ProCurve 2900 switch I just decommissioned had a 9 pin serial port on the front for console access. Used it once a decade ago and never needed it since. The 2610 and 2620 switches I got afterwards used a RJ45 to serial cable. The Aruba 2530 amd 2540 switches offered that and also a Micro USB port for console access. My latest Aruba cx 6100 switch now only has USB-C for console access, bringing it into the modern universal age.

  • @kahelsoro
    @kahelsoro 2 роки тому +1

    RS-232 is still very much alive, even in modern Network equipment. Where I work; I always have Serial-based cables with me. Though the port has changed from the typical DB9 to most commonly RJ45 the backend IS still Serial. Some even have USB Mini-B connectorts BUT the backend is still Serial
    Personal Advise: If you're looking for USB(Male) to RSR232(Male) connectors; go with the Mahattan brand; i've been using it for years (10 years) and they have never failed. Just dont forget to install your drivers AND make sure to buy the correct IC(most common and which is what I use for my type of work is PROLIFIC)

  • @TheDemonicFool
    @TheDemonicFool 2 роки тому

    I commonly use one for seeting up some intercom systems and for alarm panels.
    Honeywell in particular uses a serial interface and the software is set up to emulate a baud modem for programming.

  • @carltonhealy9457
    @carltonhealy9457 Рік тому +1

    The Wellsite Information Transfer Specification (WITS) for communicating what a drilling rig is doing to third party contractors on a wellsite (i.e. oil and gas wells, geothermal wells) almost always works over RS-232. Ironically usually via a USB to RS-232 converter on the contractor's end.
    It's just sending ASCII characters on the order of a couple dozen every couple of seconds.
    Sometimes this is done via TCP/IP but this is somewhat rare unless you're somewhere like an offshore rig or in the Eastern Hemisphere.
    There is a newer standard called WITSML involving a web server that hosts much of the data and everyone getting the data in an XML format but this still hasn't caught on everywhere and is subtly different in it's use case.

  • @renegade637
    @renegade637 2 роки тому

    We have some layer 3 switches that use the serial port to configure ports to work on separate virtual LANs. We were using it that way for a while until the reason for having virtual LANs was no longer necessary.

  • @l3v1ckUK
    @l3v1ckUK 2 роки тому

    I don't think I ever used the serial ports on my home PC, but we did used to use them at work for connecting to a battery of sensors on site.

  • @Gal3tti
    @Gal3tti 2 роки тому

    just used a Serial to usb adapter to connect to a switch's serial port at work, a blast from the past

  • @Milnoc
    @Milnoc 2 роки тому

    I automate truck scales. The scale indicator, receipt printer and Wago Modbus industrial controller all use RS-232. It just simply works and is not prone to massive failures or electrical interference like USB and computer networks would experience in an industrial setting.
    It's also less costly when you consider the Ethernet option for our devices costs about $100 extra per device and often requires a laptop to set it up. With RS-232, you usually have DIP switches, and that's only changed if the default values of 9600,N,8,1 aren't good enough.
    We activate software handshaking for printers only so that there's no buffer overflow. No other device requires handshaking because the data flow involves very short on-demand commands and responses. That allows us to cut down the number of pins required for communications down to three (send, receive, ground).

  • @TheStormsChannel
    @TheStormsChannel 2 роки тому

    My current AM4 B450 motherboard has a serial port header on it, as do several others. Infact my old lga 1150 board had a physical serial port on the back, as well as an additional serial and parallel header, and 2 old pci slots. Though that board was released about 9 years ago

  • @dualCalibur
    @dualCalibur 2 роки тому

    I had to find a serial cable today at work for someone. It was for connecting to an irrigation system. Also those corporations still use fax machines and dedicated phone lines for them. Sucks to maintain.

  • @AdithaJayasuriya
    @AdithaJayasuriya 2 роки тому +1

    They are used in my hospital to "network" all the patient monitors, oxygen saturation probes and whatnot into the central nurses station. Never seen one of those machines disconnect or go out of sync.

  • @MikeBramm
    @MikeBramm 2 роки тому

    Yes, LOTS of industrial equipment still have at least one serial port (PLCs, scales, scanners, printers, lifts, stackers, bundlers, sorters, purshers, fillers, shrink wrappers, etc.).

  • @austinbowles2000
    @austinbowles2000 2 роки тому

    I spent a summer as an AV Technician and we used RS232 for a lot of control systems, especially surrounding video and projectors.

  • @ChipLinck
    @ChipLinck Рік тому

    I connect medical devices to electronic medical records (EMR), and the two primary methods I use are Ethernet, and serial ports. In the OR, I connect anesthesia machines, patient monitors, lab devices, heart lung machines, cardiac output machines, and other devices to an appliance called a Capsule Neuron through serial ports. The Neuron is a tablet sized PC connected to the network and sends the data to a server that processes the data and sends HL7 messages to our EMR. Some devices are slow at only 9600 baud. In addition to speed, we also have to set the parity, stop and data bits. They have to match on the machine, and the port on the Neuron. It's not hard, and it rarely fails. If it does stop, it usually just needs a device restart to reinitiate communication. By far there are more problems on the network or software side.

  • @jtsiomb
    @jtsiomb 2 роки тому

    Serial ports are absolutely essential for debugging operating system kernels, low level bare metal code, and embedded firmware. It's so simple to operate that an operating system can start spewing debug messages and accepting debugger input with a serial port from the very early bootup code. It can be very easily used with a handful of assembly instructions, even from inside an interrupt handler. You just can't replace that with a complicated USB driver stack. It's simply not fit for that use.

  • @carlost856
    @carlost856 Рік тому

    I use a lot of serial ports in machinery and general db9 ports for CANBUS communication in vehicular applications.

  • @devilcookie9924
    @devilcookie9924 2 роки тому

    You can't imagine how many serial ports are using for hospitality industry like hotels. Almost hotels (even new built ones ) are still using DB-9 and DB-25 for their PMS systems.

  • @Nitro2030ce
    @Nitro2030ce 2 роки тому +1

    A lot of modern motherboards still include headers for both serial and parallel ports. Mine does, and it's new as of 2018 and is an Intel Z390 Chipset

  • @radlord
    @radlord 2 роки тому +1

    Serial ports are very commonly used in hydrograhic survey too, as keeping all the many sensors synched up to each other is very dependent on having reliable low latency.

    • @stephensnell5707
      @stephensnell5707 6 місяців тому

      You prune,Serial Ports are a thing of the old days and NO longer even exist

    • @stephensnell5707
      @stephensnell5707 6 місяців тому

      You mean synced

  • @fish_bacon
    @fish_bacon 2 роки тому +1

    Serial is still relevant in business applications, and any work laptop with an inbuilt serial port gets a +1 from me, and USB dongle serial drivers are a nightmare sometimes.

  • @Slaterking2010
    @Slaterking2010 2 роки тому

    Managed enterprise grade switches use serial port to connect and configure them.
    Some newer switches do use USB but you are only sending commands via a command line interface to change a few settings.

  • @joeyd199
    @joeyd199 2 роки тому

    Many pieces of laboratory equipment that aren't bandwidth- or speed-sensitive still use RS-232 ports. The computers in the lab I worked in during grad school all had PCIe add-in boards that included 2 or 3 RS-232 ports so we could log data. Software like LabView includes the necessary routines to communicate over RS-232 and write functional software. Worked just fine, and those machines will outlive us.

    • @user-xs3dj6xy5p
      @user-xs3dj6xy5p 2 роки тому

      ⬆️⬆️H.E.L.P.L.I.N.E.⬆️⬆️.................

  • @bryanb3352
    @bryanb3352 Рік тому

    The deeper you go in electronics, the more important serial communication is. Being able to send bits to something else one after the other in a reliable way is essential. And there are ways to do that without and without a shared clock.

  • @ailivac
    @ailivac 2 роки тому

    GPS receivers. CNC controllers (including 3D printers). Test equipment. Two-way radio programming cables. Microcontroller bootloaders (Arduino among others). Drone telemetry radios. Management ports on routers.
    Anything (especially outside the consumer space) that doesn't need very fast speeds, or can't justify the complexity of a whole network stack to use Ethernet, uses a serial port either directly or through some emulation layer, commonly on top of USB. The circuitry for it is in virtually every embedded processor so it's trivial to integrate into almost anything that needs to talk to a computer.

  • @flyingturret208thecannon5
    @flyingturret208thecannon5 2 роки тому

    I have used two of the three technologies mentioned within the first 30 seconds while studying for my CompTIA A+ exam over the past two years, alongside the serial port. I... was trying to learn more than I could...

  • @deadlymarsupial1236
    @deadlymarsupial1236 Рік тому

    RS-232 is definitely still around in many environments particularly industrial control where there are balanced mode variations RS-422 and RS-485 which like ether-net utp/stp use twisted pair to negate electrical interference from the data.
    I recall supporting post-production (script writing) for some well known television shows being produced in australia and america at the same time back in the day before internet was a "thing". I set up file transfer software that used trailblazer modems to transmit and receive changes to the scripts so they did not have to be retyped from facsimiles at both ends. X/Y/Z-Modem and kermit from memory.

  • @762jeremy
    @762jeremy 2 роки тому +1

    I fix gas station stuff for a living. I still use serial stuff frequently. A lot of gas pumps still run their fuel through serial rs-232. Our gas pump main boards are also loaded via serial connection. As far as cash register go, scanners and pole displays often still communicate via serial. RS232/Serial is alive and well in the convenience store industry.

  • @PurpleKnightmare
    @PurpleKnightmare 2 роки тому

    It is still used in enterprise routers and switches too. I use a LAN to Serial adaptor to plug my laptop into ours at work.

  • @zynan
    @zynan 2 роки тому

    Please do a video about SCSI ports! Zip drives, music equipment, expensive gadgets of the 1990’s… oh the nostalgia!