Alex Martens
Alex Martens
I implemented the dependency methods (`FT_GetStatus` and `FT_GetModemStatus`) on the master branch, and there is a topic branch [issue/9](https://github.com/newAM/libftd2xx-rs/tree/issue/9) with dirty work. I did hit one snag on the Windows...
> The wide strings are commonly used in Rust world, so the CreateEventW() is a good choice. Passing its last parameter lpName as something like libftd2xx-event (in UTF-16) would be...
Can you share the full code, and which version of this crate you are using? This is similar to code that gets tested in lib.rs, it should work.
Can you try `:dep ftdi-embbeded-hal = { version = "0.22.0", features = ["libftd2xx", "libftd2xx-static"] }`? I'm not sure how the resolver works in jupyter, it might not have enabled those.
That's from the underlying libftd2xx driver. Never seen that one before myself. libftd2xx is closed source; you can debug as far as the driver call, which is probably worthwhile to...
There are rate limits defined in the DDC-CI specification, on Linux these are adjustable: Those values _should_ be enough as-is, but sometimes monitors need a little bit more time. Sadly...
It does make sense in this project, but I direct most people to [embassy](https://github.com/embassy-rs/embassy) for STM32WL support these days because it is better maintained. Their code to drive the radio...
Welcome to embedded rust! Generally embassy is more actively maintained, and has a longer history of active maintenance. I still use this crate for an existing project, but if I...
This _could_ be done in this crate, but it would make more sense to add them in the underlying alloc crates.
I rebased this branch to fix CI and resolve conflicts.