You will met two difficulties here :
1- synchronize with the data stream
2- extract the temperature from the readings
Step 1 : after initiliazing the serial port, you have to flush the buffer where all the incomming chars are stored. Then, you can read in a loop a string terminated either with a CR or a LF (or both). These are control chars that can be displayed by labVIEW, if you activate the option "display \ codes" of your indicator. You will have to play with the port settings.
You should maintain a reading rate higher than the rate at which your device is sending the data (ie the buffer should remain empty...)
There are several other solutions, for instance using the event manager, to maintain the synchrony.
Step 2 - Once you get a proper
reading of the string, you can extract the temperature value (and the channel number...) using a "Scan from string" function (in the String sub-palette).
See the attached vi, and ask if you need further help.
Enjoy LV...
Chilly Charly (aka CC)