I am attempting to use LabVIEW to create a 13 Bit Synch Break for the LIN Bus.My current method is by initializing the serial port to a baud rate of 6500 and then by using the Serial Port Break vi with a 2 ms delay to achieve the 13 Bit Synch Break. I would have to reinitialize the serial port baud rate to 9600 after the Serial Port Break vi so that I can further communicate with the unit that I am working with.This method appears to be unstable.Is there any other way that I can do that with LabVIEW?Thank you.