this post was submitted on 02 Sep 2023
2092 points (96.0% liked)

Memes

45189 readers
1408 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
2092
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago (1 children)

You're right about the network drivers, but on things like serial drivers, Windows is a fucking nightmare. Hell, I can't use some devices because FTDI drivers will brick the device if it decides its a knockoff of their chip. Getting anything working that isn't consumer grade is a shit show.

[–] [email protected] 6 points 1 year ago (1 children)

Serial drivers? Are we talking rs232? (Checks what tf ftdi is)

Ah yes. We really are talking about very old school stuff. It brings back memories.

This week I learned we have a waterslide connected through rs232 to a pi in our network. How's that for a IOT discovery. Working for a medium sized municipality really shows you all the bonkers solutions (and implementations) out there. If you can think a IT horror up, chances are good somebody really has created it and is using it commercially.

Back to your issue, which is more a Ftdi issue then a windows issue since they themselves create the crashing drivers. And I can see how an old school serial port, connected to a modern pc can result in all kinds of havoc when done wrong.

I see FTDI also have usb to rs232 solutions. That should work... Mostly. (as long as the solution doesn't go looking for an irq or other horror from the past.)

I'm really getting curious for what use case you're still using rs232. Most network gear these days is perfectly managed without it.

[–] [email protected] 1 points 1 year ago

USB to serial converters are what use these drivers and they're used all day long for IOT stuff