05-22-2008 11:16 PM
05-23-2008 09:01 AM
I am not aware of any LabVIEW implementations of VT100 and I searched high and low a few years ago. The protocol is very complex with all of the control codes that you need to decipher in order to understand exactly what is being sent by the instrument though writing to it can be pretty straight forward. What I ended up doing was using HyperAccess (not the free Hyperterminal) which has an ActiveX interface. I used this in TestStand though and not LabVIEW so I don't have any code to share.
You might want to see this.