Hi,
In some cases, a regular UART can be adapted to simulate a LIN protocol, but it is not ideal. LIN communication has some specific requirements, such as a unique sync break field, specific frame formats and checksum calculations. Standard UART does not natively support these features, so software modifications (bit timing, handling the sync break, etc.) are often required.
BRs, Tomas