D2XX Driver: allow direct access to the USB device through a DLL. Devices supported: FT2232H, FT4232H, FT232R, FT245R, FT2232, FT232B, FT245B, FT8U232AM, FT8U245AM
D2XX Driver: allow direct access to the USB device through a DLL. Devices supported: FT2232H, FT4232H, FT232R, FT245R, FT2232, FT232B, FT245B, FT8U232AM, FT8U245AM
To install libftd2xx, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libftd2xx
To see what files were installed by libftd2xx, run:
port contents libftd2xx
To later upgrade libftd2xx, run:
sudo port selfupdate && sudo port upgrade libftd2xx
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.