On Thu, Mar 17, 2022, at 3:22 PM, Nick Holland wrote: > On 3/17/22 3:18 PM, Allan Streib wrote: >> I have used the two-port version of this with Linux and it "just worked," >> wondering if anyone has used this (or something similar) successfully with >> OpenBSD? I am looking to manage a few switches via their console/RS232 >> interfaces. >> >> https://www.startech.com/en-us/cards-adapters/icusb2324i > > Haven't used /that/ one, but have used a couple, and yes, "Just Worked" > for me as well. I have USB to eight port serial in remote > production. The one I have have been around for many years, so unlikely > you would be able to get something that is completely identical. > > Here's how one of them shows up in dmesg: > ... > uhub2 at uhub0 port 4 configuration 1 interface 0 "NEC product 0x0050" > rev 2.00/1.00 addr 2 > uftdi0 at uhub2 port 1 configuration 1 interface 0 "FTDI FT232R USB > UART" rev 2.00/6.00 addr 3 > ...
Thanks, it was also pointed out to me off-list that the one I linked lists the "Chipset ID" as FTDI - FT4232HL. uftdi(4) lists support for FT4232H, so maybe it would work but I don't see FT4232HL in usbdevs.h, only FT4232H so maybe not? I'll try searching for another product that is an exact match. Allan