LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Get string from Teraterm script

Hello. I am using labview to launch Teraterm. It executes a .ttl file that programs a board. At the end of the procedure, in Teraterm screen appears the text "PASS". I need to get it in Labview to know that the procedure has ended correctly. How can I do this? Thank you

0 Kudos
Message 1 of 3
(154 Views)

Can you redirect Teraterm's output to a file and read that? Can you convert the ttl script to a set of serial commands you can send through LabVIEW instead. Also see,

 

https://forums.ni.com/t5/LabVIEW/controlling-Tera-Term-from-labview/td-p/1283382

 

https://forums.ni.com/t5/LabVIEW/Using-LabVIEW-to-execute-serial-commands-similar-to-Teraterm/td-p/4...

_____________
Creator of the BundleMagic plugin for LabVIEW!
0 Kudos
Message 2 of 3
(138 Views)

@V.Life wrote:

Hello. I am using labview to launch Teraterm. It executes a .ttl file that programs a board. At the end of the procedure, in Teraterm screen appears the text "PASS". I need to get it in Labview to know that the procedure has ended correctly. How can I do this? Thank you


Why use Teraterm at all? You should be able to do the same thing with LabVIEW and VISA.

 

Look at the Teraterm script file and reverse engineer it.

 

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 3 of 3
(104 Views)