-
Notifications
You must be signed in to change notification settings - Fork 174
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
[Add] UART RS485 mode #447
Comments
If you want to work on RS485 support in the public API feel free to send a PR. Though we have to be mindful to not break the usage for everyone else. |
@Vollbrecht update, #456 |
@xiaguangbo thank you for this, I was manually toggling the direction pin on an RS485 driver before this. Is it possible to use a different pin for this? |
The
|
RTS for RS485 Half-Duplex Mode manages DE/~RE, tested
in esp-idf-hal/src/uart.rs: fn new_common
The text was updated successfully, but these errors were encountered: