6 releases
| 0.1.3 | Nov 6, 2021 |
|---|---|
| 0.1.2 | Aug 12, 2021 |
| 0.1.1 | Apr 21, 2021 |
| 0.0.2 | Feb 8, 2016 |
#593 in Hardware support
1,109 downloads per month
Used in 7 crates
27KB
598 lines
An incomplete Rust wrapper over the libftdi1 library for working with FTDI devices
Note: the library interface is definitely unstable for now
ftdi
This is a library wrapping libftdi1-sys and providing a more idiomatic interface for working with FTDI devices in Rust.
MSRV
At the moment the MSRV of this crate is Rust 1.40.0.
Changelog
0.1.3
MSRV increased from 1.34.0 to 1.40.0.
Additions:
- extended MPSSE support via
ftdi-mpsse - event char and error char configuration
libftdicontext getter
0.1.2
Additions:
- bitmode configuration
- line properties configuration
- flow control configuration
- baud rate configuration
- a number of useful derives on Interface
0.1.1
Additions:
- a
vendoredfeature forlibftdi1-sys.
0.1.0
The initial release with something like a stable API.
Dependencies
~0.3–1MB
~21K SLoC