I want to implement a LIN Bus using a Raspberry Pi 3.
The RPi will be the master controlling slaves on the LIN Bus.
My idea is to use the Raspberry Pi UART, but I am not sure to what extent this idea could work since RPI UART works with bytes and LIN break field range is from 13 to 26 bits.
I wanted to know if somebody have a better Idea? Has someone worked with the LIN Bus and Raspberry Pi before?
I'm thankful for any suggestions.