-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Possibility of Serialx based on uart_driver_install (ESP-IDF API) #5667
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
Comments
Isn't this already implemented (not released yet though)? |
@imwhocodes |
@imwhocodes Did you test your code with the latest version 2.0.1? |
Yes I tested the code, it is working and it is running in production right now I didn't answer before because i still want to run some test, I would also like to modify some UART conf that are only exposed by Anyway the main quest of this issue seem woking correctly both in the old master Thanks for the help! |
Hi
I would like to use advance serial function to Arduino Serial
Reading through the source code any usage of
uart_driver_install
and seem to me that the serial is initialised in a different way from the one described in the APIIs the are any motivation to that?
I would like to use a custom configuration of RS485 mode, but Arduino Serial use
uart->dev->fifo.rw_byte
to write data to the ring buffer and not theuart_write_bytes
from the APICan you give some explanation about that?
Is possible to write an implementation using API reference functions?
Thanks,
Luca
The text was updated successfully, but these errors were encountered: