Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nblock/libftdi
An updated Debian package for libftdi 1.2
https://github.com/nblock/libftdi
Last synced: 22 days ago
JSON representation
An updated Debian package for libftdi 1.2
- Host: GitHub
- URL: https://github.com/nblock/libftdi
- Owner: nblock
- License: other
- Created: 2014-09-30T07:16:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-24T08:01:13.000Z (about 10 years ago)
- Last Synced: 2023-03-10T19:54:42.079Z (almost 2 years ago)
- Language: C
- Homepage:
- Size: 805 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING-CMAKE-SCRIPTS
Awesome Lists containing this project
README
--------------------------------------------------------------------
libftdi version 1.2
--------------------------------------------------------------------libftdi - A library (using libusb) to talk to FTDI's UART/FIFO chips
including the popular bitbang mode.The following chips are supported:
- FT4232H / FT2232H
- FT232R / FT245R
- FT2232L / FT2232D / FT2232C
- FT232BM / FT245BM (and the BL/BQ variants)
- FT8U232AM / FT8U245AMlibftdi requires libusb 1.x.
The AUTHORS file contains a list of all the people
that made libftdi possible what it is today.Changes
-------
* Support for FT230X devices (Uwe Bonnes)
* ftdi_usb_get_strings(): Don't try to open an already open device (Denis Sirotkin)
* Support for finding devices bricked by the Windows driver (Forest Crossman)
* cmake build system: New LibFTDI1ConfigVersion.cmake file (xantares09)
* Fix a typo in the MPSSE command CLK_BYTES_OR_LOW (Benjamin Vanheuverzwijn)
* Minor fixes for MSVC++ (Andrei Errapart)
* Various small code improvements (Florian Preinstorfer, Jochen Sprickerhof, xantares09)You'll find the newest version of libftdi at:
http://www.intra2net.com/en/developer/libftdiQuick start
-----------
mkdir build
cd buildcmake -DCMAKE_INSTALL_PREFIX="/usr" ../
make
make installMore verbose build instructions are in "README.build"
--------------------------------------------------------------------
www.intra2net.com 2003-2014 Intra2net AG
--------------------------------------------------------------------