libredxx is a library for communicating with FTDI devices.
- lightweight: no hidden threads or dependencies
- cross-platform: supports Windows, Linux, and macOS
- full-featured: supports D2XX, D3XX, and FT260 devices
- open-source: auditable code that builds anywhere
Examples can be found under the example folder, to build these with
CMake add -D LIBREDXX_ENABLE_EXAMPLES=ON.
API documentation can be found within libredxx.h.
libredxx is licensed under the MIT license, a copy can be found in LICENSE.