Skip to content

FT232h I2C

Alexis edited this page Dec 15, 2022 · 2 revisions

FTDI FT232H I2c

Install D2XX driver (it's called driver but it's just shared/static library)

Blacklist and remove the driver:

echo "blacklist ftdi_sio" > /etc/modprobe.d/blacklist-ftdi.conf
sudo rmmod ftdi_sio

image