Allow C/D interfaces to be used on the 4232H, initialize the default interface for...
[libftdi] / README
CommitLineData
0beb9686 1--------------------------------------------------------------------
e81598e4 2libftdi version 0.16
0beb9686 3--------------------------------------------------------------------
adb33a26 4
0beb9686
TJ
5libftdi - A library (using libusb) to talk to FTDI's UART/FIFO chips
6including the popular bitbang mode.
7
8The following chips are supported:
9- FT4232H / FT2232H
10- FT232R / FT245R
11- FT2232L / FT2232D / FT2232C
12- FT232BM / FT245BM (and the BL/BQ variants)
13- FT8U232AM / FT8U245AM
5efa6083 14
829ce4de
TJ
15The AUTHORS file contains a list of all the people
16that made libftdi possible what it is today.
17
cfb0db4f
TJ
18Many thanks to Marek Vavruša for providing
19the initial C++ wrapper implementation.
20
adb33a26
TJ
21Changes
22-------
e81598e4
TJ
23* Relicensed C++ wrapper under GPLv2 + linking exception (Marek Vavruša and Intra2net)
24* Support for FT2232H and FT4232H (David Challis and Intra2net)
25* Support for mingw cross compile (Uwe Bonnes)
26* Python bindings and minor autoconf cleanup (Tarek Heiland)
27* Code cleanup in various places (Intra2net)
28* Fixed ftdi_read_chipid in some cases (Matthias Richter)
29* eeprom decode function and small cleanups (Marius Kintel)
30* cmake system improvements (Marius Kintel and Intra2net)
31* Fix compilation in -ansi -pedantic mode (Matthias Janke)
adb33a26
TJ
32
33You'll find the newest version of libftdi at:
1bfc403c 34http://www.intra2net.com/en/developer/libftdi
adb33a26 35
0beb9686
TJ
36--------------------------------------------------------------------
37www.intra2net.com 2003-2009 Intra2net AG
38--------------------------------------------------------------------