{"id":66434,"library":"libftd2xx","title":"libftd2xx","description":"Rust safe wrapper around the libftd2xx-ffi crate.","status":"active","version":"0.33.1","language":"rust","source_language":null,"source_url":"https://github.com/ftdi-rs/libftd2xx","tags":["ftdi","usb","serial","hardware"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nlibftd2xx = \"0.33.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add libftd2xx","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Ft232h","correct":"use libftd2xx::Ft232h;"}],"quickstart":{"code":"use libftd2xx::Ft232h;\n\nfn main() -> Result<(), Box<dyn std::error::Error>> {\n    let device = Ft232h::new()?;\n    println!(\"Device opened: {:?}\", device);\n    Ok(())\n}","lang":"rust","description":"Open an FTDI FT232H device."},"warnings":[{"fix":"Install the appropriate driver from FTDI's website.","message":"Requires the FTDI D2XX driver to be installed","severity":"gotcha","affected_versions":">=0.33.0"}],"env_vars":null,"search_vec":"'around':5 'crate':10 'ffi':9 'ftdi':11 'hardwar':14 'libftd2xx':1,8 'libftd2xx-ffi':7 'rust':2 'safe':3 'serial':13 'usb':12 'wrapper':4","created_at":"2026-06-17T17:23:41.063365+00:00","updated_at":"2026-06-17T17:23:41.063365+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ftdi-rs/libftd2xx","github":"https://github.com/ftdi-rs/libftd2xx","docs":"https://docs.rs/libftd2xx/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}