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
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 API
Is 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 the uart_write_bytes from the API
Can you give some explanation about that?
Is possible to write an implementation using API reference functions?