Robert,
I wish that I could help you out, but I don't know what that string is either. Most serial instruments return ascii when queried (they return binary that is interpreted into the ascii equivalient). When returning numbers some instruments will return ascii values like 123. Others will return binary which is then interpreted into ascii by LabVIEW which you then have to write code to convert back into numbers. This involves the cast funtion. The latter method is not as common as the first.
To answer your post directly, your instrument manual is best place to learn what that data type is. You may have to contact the manufacturer. On a long shot, I checked NI's instrument download site and could not find your driver, but you may want to look.
ht
tp://zone.ni.com/idnet97.nsf/browse/
Jeremy