It is not clear for me what you want to do.
KWP2000 is a protocol using a half duplex single line physical layer. This layer is called the K-Line. ISO 14230 is the standard for that line. To use this physical layer you must have a special interface card. So you cannot call standard serial windows or LabVIEW functions to use the interface. In this case you have a API as DLL or Active-X control which you can use.
What we did is another thing. We used the data frame of KWP2000 to communicate with a device which is connected to the standard RS232 port of a PC. So we need not to concern about the interbit, interbyte and interblock timing which is neccessary for a half duplex interface because we have a full duplex interface.
I dont know if this works fo
r electrical reasons but it could be possible that you connect the K-Line to the RX pin of a serial port. I think that it has also a start and a stop bit so you can act a listener. If you connect TX to you can send to the device but be aware, that you will receive your data as echo.
To change the baudrate of the serial port depends which VIs you use.
1. With the VIs from the Instrument I/O>>Serial Compability>>Serial I/O palette you have to close the port and reopen it with the new baudrate.
2. With the Instrument I/O>>Serial VIs you can use a VISA property node to change the baudrate under Serial Settings>>Serial Baud Rate.
Waldemar
Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions