-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support half-duplex serial #592
Comments
You mean both read and write on TX line? |
Yes that's correct |
Not implemented yet. It's better to create independent |
@llamington Did you ever make any progress on this? |
@bluespider42 no, unfortunately I didn't (I ended up using the STM32HAL library in C) |
embassy-stm32 hal has a half-duplex uart. |
PR currently in draft #781 |
Currently the
serial
function requires a tuple of RX/TX pins. The reference manual states that "the TX and RX lines are internally connected", so only one pin would be required as an argument.The text was updated successfully, but these errors were encountered: