Download Latest Version yad2xxJava-2.1-SNAPSHOT-jar-with-dependencies.jar (113.2 kB)
Email in envelope

Get an email when there's a new version of yad2xx

Home / REL-0.1
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2012-07-02 963 Bytes
FTDIInterface.dll 2012-06-28 263.4 kB
libFTDIInterface.jnilib 2012-06-20 14.7 kB
yad2xxJava-0.1-SNAPSHOT.jar 2012-06-20 11.0 kB
Totals: 4 Items   290.1 kB 0
YAD2XX
------

YAD2XX is a Java native interface to the FTDI D2XX USB driver.

README.txt
Stephen Davies
2 July, 2012

Getting Started
---------------

You MUST install the FTDI D2XX driver from the FTDI website. See
http://www.ftdichip.com/Drivers/D2XX.htm

YAD2XX Installation
-------------------

Users of this project need to understand that a Java Native Interface consists of 
two download files. The first is the projects Java library, yad2xxJava-*.jar. The JAR
file contains compiled Java bytecode and is platform independent. You need to
download this and make it available on your projects CLASSPATH.

The second download file is platform dependent. You will need to choose between
the Windows x64 or OS X variants. This file contains the platform dependent 
implementations of the native code.

On Windows x64 (I've tested on Windows 7) you should copy FTDIInterface.dll to
c:\windows\system32.

On OS X copy libFTDIInterface.jnilib to /usr/lib/java.

Source: README.txt, updated 2012-07-02