Thanks again tom, I think you can access to the registre level of LPC 1768 to fully manager the signal you want: please reference LPC17X user manual page 306: Chapter 14: LPC17xx UART0/2/3, you can find that the bit Break control active in UART Line Control Registre can generate logic 0 on the TXD outpin.
However, if you want another way to send a break signal, you can simply divide the baudrate of LIN to half and send a 0x00 byte, by this, the slaves on the line can also detecte it as a break signal as their baudrates are two times faster than the master, after sent the break, just reset the baudrate of master to normal for the transmission of the other bytes (SYNC, ID...)...
hope this helps. :)
zhoujian
I am Currently working on making a Mbed Based Lin slave using the Uart. Has any one experimented with this?
I have managed to receive messages but struggling to send a response to a message Id
Any help would be appreciated
Many thanks
Ben