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
Build Securely on AWS with Proven Frameworks
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
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.)