flipperzero-rs / flipperzero

Rust on the Flipper Zero
MIT License
518 stars 34 forks source link

Tools for interacting with Flipper Zero via serial #54

Closed dcoles closed 1 year ago

dcoles commented 1 year ago

Basic functionality working, but don't have a good way to multiplex serial and TTY I/O.

On Windows, trying to write to a serial port while blocked on a read in another thread seems to also block the write. So for now, resorting to polling.