Hi,
This is also device specific. The serial port returns a string. More than a string, this is a byte array of whatever the serial port receives. It is convenient to represent the data as a string since most of the time the data sent is ASCII.
You need to parse and format the string data. Parsing means getting the information you are looking for. You need to know how the device sends you the data and look for common elements. Formating means taking the ASCII data and passing it to numeric format. This depends on whether the device sends data in binary or ASCII format.
Here are some links
Keyword Search: Parse String VI.
The important thing is having good documentation on how the device formats and packages the data send to the PC. This will allow you to decide what you can do with the data.
This is more of a programming issue. you might get more answers in the LabVIEW forum for parsing and formating questions.
DiegoF
National Instruments,
Message Edited by Molly K on 02-18-2005 11:07 PM