diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2014-06-15 16:32:19 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-06-18 16:18:59 -0500 |
commit | 5e6fa3c0e2cb6188c9fabd87f0a13e66aac2d439 (patch) | |
tree | d90b80ea73fdcd407182d6d8335cd410c773addf /libraries/libftdi1/README | |
parent | 7419528d6e426ad405f0a5fee777b45a96035e5d (diff) | |
download | slackbuilds-5e6fa3c0e2cb6188c9fabd87f0a13e66aac2d439.tar.gz |
libraries/libftdi1: Added (A library to talk to FTDI chips).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libftdi1/README')
-rw-r--r-- | libraries/libftdi1/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libftdi1/README b/libraries/libftdi1/README new file mode 100644 index 0000000000..c838adf4b4 --- /dev/null +++ b/libraries/libftdi1/README @@ -0,0 +1,9 @@ +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 / FT8U245AM |