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