You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for the help :), this might work for the time being
however I feel like this should be part of the BufferedUart API that it just handles the half duplex configuration the same way Uart does (using BufferedUart::new_half_duplex()), and the user doesn't have to split tx and rx
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 duplexso I'm wondering if that is possible, and just hasn't been implemented yet, or not
thank you for the great project :)
The text was updated successfully, but these errors were encountered: