Open mikisama opened 1 year ago
I would highly appreaciate that too. I am waiting for two years on that, to get LIN-Bus running reliably. LIN needs break at the beginning.
Same issue here. See my hacky workaround: https://esp32.com/viewtopic.php?f=13&t=8181&start=10#p98546
Would be nice to see it officially supported in the sdk.
Is your feature request related to a problem?
I want to send a break signal only, but currently, the SDK only has
uart_write_bytes_with_break
.Describe the solution you'd like.
Add a function to just send a UART Break
Describe alternatives you've considered.
No response
Additional context.
No response