We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
embassy_serial
This was confirmed on ESP32, possibly affects other chips. Needs more investigation.
The text was updated successfully, but these errors were encountered:
Looking into it, it might do what the code says. It's just a slightly weird example
Also it's not correct to return a len of 0 if there is no data to receive ( https://docs.rs/embedded-io-async/0.6.0/embedded_io_async/trait.Read.html#tymethod.read )
Sorry, something went wrong.
Yes, it's correct. Receiving over UART is currently not working for ESP32-C3 as well.
PS: Please consider dumping the UART received data in the example as it's not that clear what happens in the receive loop.
MabezDev
Successfully merging a pull request may close this issue.
This was confirmed on ESP32, possibly affects other chips. Needs more investigation.
The text was updated successfully, but these errors were encountered: