A Java Native Interface (JNI) library suitable for communicating with a range of USB interface chips from FTDI via the D2XX driver.
It currently supports OS X 10.10+ and Windows 7/8 x64.
On OS X, the 64 bit JVM is supported. On Windows, support is limited to the 64 bit JVM (Java 1.8 is now 64 bit).
Version 1.0
---------------------------------
- Java 8
- SPI support and sample (via MPSSE)
Features
- Java Native Interface (JNI) to D2XX (C) library
- Suports 64 bit operating systems
Categories
Electronic Design Automation (EDA)License
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow yad2xx
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Excellent
-
After some small tests, it works quiet nice with an FT232H. Support is great (javadocs and some functions added in a couple of hours, including time shift). And reasonable oop, not only a poorly binding from FTDIs bunch of functions. (A little howto would be nice, cause FTDIs documentation is quiet untonable here.)