Registry / other / libftd2xx

libftd2xx

JSON →
library0.33.1rscratesunverified

Rust safe wrapper around the libftd2xx-ffi crate.

# Cargo.toml [dependencies] libftd2xx = "0.33.1"
INSTALL
IMPORT
SIG · LIBFTD2XX
L
libftd2xx
otherrustv0.33.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ft232h
use libftd2xx::Ft232h;

Open an FTDI FT232H device.

use libftd2xx::Ft232h; fn main() -> Result<(), Box<dyn std::error::Error>> { let device = Ft232h::new()?; println!("Device opened: {:?}", device); Ok(()) }
Debug
Known issues
gotchaRequires the FTDI D2XX driver to be installed
fix
Install the appropriate driver from FTDI's website.
affects: >=0.33.0
Upgrade
Version history
0.33.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
libftd2xx — cargo add libftd2xx · libregistry