Revert "Fixes the three open methods of the cpp wrapper that do not get an usb-device...
[libftdi] / README
CommitLineData
0beb9686 1--------------------------------------------------------------------
d66c6295 2libftdi version 0.19
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-------
d66c6295
TJ
23* Correct ftdi_poll_modem_status() result code (Tom Saunders)
24* cmake build system improvements (Evgeny Sinelnikov)
25* Fix uninitialized memory access in async mode (Intra2net)
26* Support for FT232R eeprom features (Hermann Kraus)
27* Fix size returned by ftdi_read_data (Hermann Kraus)
28* C++ wrapper: Fix infinite recursion in set_bitmode (Intra2net)
29* Improvements to the python wrapper (Flynn Marquardt and Chris Zeh)
adb33a26
TJ
30
31You'll find the newest version of libftdi at:
1bfc403c 32http://www.intra2net.com/en/developer/libftdi
adb33a26 33
0beb9686 34--------------------------------------------------------------------
d66c6295 35www.intra2net.com 2003-2011 Intra2net AG
0beb9686 36--------------------------------------------------------------------