06-17-2025 08:39 AM
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
06-17-2025 09:29 AM - edited 06-17-2025 09:31 AM
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
06-17-2025 10:09 AM
@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.