-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Yet Another D2XX Interface. This project is a Java Native Interface (JNI) library that wraps the FTDI C language D2XX USB driver library. Currently it supports OS X 10.9+ (Mavericks and later), Linux and Windows 7/8/10 64-bit platforms.
The project has three main functional areas:
- A Java language binding to the FTDI D2XX library functions
- A high level API for the MPSSE that simplifies SPI, I2C and JTAG interfaces
- A Java language binding to the FTDI Lib4222 library functions
You must install the correct FTDI D2XX driver for your platform. Follow the FTDI instructions to configure your workstation.
OS X users need to understand their device driver options.
Project configuration and source builds are managed by Apache Maven. Each platform (OS X, Linux, Windows) requires two items to be built, a common Java library (.jar) and a platform specific native module (.jnilib,.so,.dll). These are available for download as artefacts on the Actions tab.
Building from source on Windows, OS X or Linux can be complicated. Inexperienced developers should consider using the prebuilt binaries.
Once you have the sample program ListDevices working you'll want to take your first steps.
Project is being developed incrementally on a needs basis. Common D2XX functions have been implemented. The function index has more detail.
Releases occur infrequently mainly due to the fact the current functionality is sufficient for the authors needs. Things tend to get done when people ask questions. Creating an issue is the preferred way for you to ask a question.
- Commence FT4222 support - new functions
- Move to Github
- Add Linux support
Production ready code. Precompiled binaries are much easier than build from source, Windows especially.
- Java 8
- Support for infrequently called Windows only functions
- Javadoc cleanup
- SPI improvements, demo for DotStar LED
MPSSE support added. Implementation still very much alpha quality code so the binaries were never made available. Must build from source.
Added:
- Some missing D2XX functions required for serial port management
- Several sample programs
Adds support for serial port operations and EEPROM functions.
Initial release.