Skip to content

Possibility of Serialx based on uart_driver_install (ESP-IDF API) #5667

Closed
@imwhocodes

Description

@imwhocodes

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 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?

Thanks,
Luca

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions