ChangeLog for 1.4rc1
[libftdi] / README
... / ...
CommitLineData
1--------------------------------------------------------------------
2libftdi version 1.4rc1
3--------------------------------------------------------------------
4
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* FT230X
10- FT4232H / FT2232H
11- FT232R / FT245R
12- FT2232L / FT2232D / FT2232C
13- FT232BM / FT245BM (and the BL/BQ variants)
14- FT8U232AM / FT8U245AM
15
16libftdi requires libusb 1.x.
17
18The AUTHORS file contains a list of all the people
19that made libftdi possible what it is today.
20
21Changes
22-------
23* Use BM/R series baud rate computation for FT230X
24* ftdi_get_error_string() now returns const char*
25* small build fixes and improvements in the python examples
26* ftdi_eeprom / eeprom handling:
27 * New API function: ftdi_eeprom_get_strings()
28 * Fix USE_SERIAL handling for 230X type chips
29 * Make ftdi_read_eeprom_location() endianness independent
30 * Fix flashing of FT245R
31
32You'll find the newest version of libftdi at:
33http://www.intra2net.com/en/developer/libftdi
34
35
36Quick start
37-----------
38mkdir build
39cd build
40
41cmake -DCMAKE_INSTALL_PREFIX="/usr" ../
42make
43make install
44
45More verbose build instructions are in "README.build"
46
47--------------------------------------------------------------------
48www.intra2net.com 2003-2017 Intra2net AG
49--------------------------------------------------------------------