embassy
embassy copied to clipboard
Question: BufferedUart + half duplex
Hello,
I'm using stm32f446re, and I wanted to have uart with embedded_io_async::Write
& embedded_io_async::Read
implemented, but also be half duplex
so I'm wondering if that is possible, and just hasn't been implemented yet, or not
thank you for the great project :)