embassy icon indicating copy to clipboard operation
embassy copied to clipboard

Question: BufferedUart + half duplex

Open BKSalman opened this issue 6 months ago • 2 comments

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 :)

BKSalman avatar Aug 23 '24 19:08 BKSalman