libftdi 1.5
FTDI USB driver with bitbang mode
libFTDI is a library to talk to FTDI chips: FT232BM, FT245BM, FT2232C, FT2232D, FT245R and FT232H including the popular bitbangmode.
- Outputs:
doc
,out
,python
- Website: https://www.intra2net.com/en/developer/libftdi/
- Licenses: GPL 2 · LGPL 2.1
- Package source: gnu/packages/libftdi.scm
- Builds: See build status
- Issues: See known issues
Installation
Install libftdi 1.5
as follows:
guix install libftdi@1.5
Or install the latest version:
guix install libftdi
The libftdi
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install libftdi:doc
guix install libftdi:python
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.