A Python interface to FTDI's D2XX driver (ftd2xx.dll on Windows, libftd2xx on Linux/macOS) using ctypes. Currently at v1.3.8, with a relatively stable release cadence. Compatible with Python >=3.8.
pip install ftd2xxVerified import paths — ran on the pinned version, not inferred.
Basic usage: list, open, reset, read/write, and close a device.
dev = ftd2xx.open(0, update=False)
Install libftd2xx from FTDI's website and add udev rule: SUBSYSTEM=="usb", ATTRS{idVendor}=="0403", MODE="0666"Use 'import ftd2xx' instead of 'import d2xx'
No dependency data recorded yet.