Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

VT100 communication in Labview?

Start with the shipping examples. There is one called Basic Serial Write and Read and another called Advanced Serial Write and Read. However, if you really need true VT100 emulation, neither one will work very well. In fact, I do not know of any complete VT100 emulation that has been created with LabVIEW and to do so would not be a trivial task.

 

If ANSI terminal emulation is enough, then the above examples will work. Do you need the program to be able to interact with a user or is something fully automatic the goal.

0 Kudos
Message 11 of 13
(1,720 Views)

I'm encountering the same issues.  Josh, can you please attach to Serial Read sub VI?  I realize it's been several years, but I just have to ask.

0 Kudos
Message 12 of 13
(1,266 Views)

You don't need the Serial Read with Timeout. All you need is an ordinary VISA Read and don't wire up the timeout value. The regular Basic Serial Write and Read Example will do exactly the same thing. Neither will correctly format for VT100.

0 Kudos
Message 13 of 13
(1,259 Views)