Does anybody know how to use this serial connector?

I have this thing: C232HM-DDHSL-0 - FTDI
It looks like it should work here: https://ftdichip.com/wp-content/uploads/2023/07/DS_C232HM_MPSSE_CABLE-.pdf but the documentation is sparse. Is the mode that I want here SPI?

Any advice would be appreciated, even if that advice is to buy a new serial adapter.

IMG_20240122_221803_509

That’s the pinout for the C232HD, that is an UART (universal asynchronous receiver transmitter)
Yours, the C232HM is a MPSSE (multi-protocol synchronous serial engine).
It won’t work (at least out of the box)

Where did you get thisimage from?

So, when I connect the cable lsusb tells me:
Bus 001 Device 011: ID 0403:6014 Future Technology Devices International, Ltd FT232H Single HS USB-UART/FIFO IC
and that’s from the datasheet for that from here: USB IC Data Sheets - FTDIhttps://ftdichip.com/wp-content/uploads/2023/09/DS_FT232H.pdf

I have something this UART:
https://www.amazon.de/gp/aw/d/B008RF73CS

So, I connected
SOP2 - Red
GND - Black
RST - Grey
RX - Orange
TX - Yellow
and it seems to work \o/

(That’s just the result of tracing the UART table from the FT232H datasheet to the outputs of the cable.)

1 Like

Yeah, the FT232H is the chip itself.
The C232HM is the cable with the chip with some kind of configuration (MPSSE), that supports I2C, SPI and other protocols.
The C232HC is another cable with that chip with UART configuration.

Maybe it is possible to use the -HM as UART bridge. You could tr… Okay I just saw, that you made it work. Yayyyy :star_struck: