NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Can TestStand use TeraTerm

I am starting on a project where technicians have been using Tera Term to talk with the UUT.  Has Tera Term ever been used with TestStand?  Can it?

0 Kudos
Message 1 of 4
(3,904 Views)

TeraTerm is just a serial and telnet/ssh client. You can have TestStand call into a code module (written in LabVIEW, CVI, .NET, etc.) to do the same thing that TeraTerm is doing.

CTA, CLA, MTFBWY
Message 2 of 4
(3,894 Views)

Hi mcfrenzy36,

 

Is it necessary that they continue using Tera Term? According to some posts on the Tera Term forums, it would not be the simplest way to integrate with TestStand. There are other serial communication .dll packages which you could easily command.

 

Here is an NI forum post from someone who similarly wanted to control Tera Term from LabVIEW. Ultimately, it was decided to just use an example VI which accomplishes serial communication. If LabVIEW is an option for you, then using it as a code module in TestStand should be a breeze. There are other suggestions in that thread which may be helpful to you.

 

Thanks,

KyleP
Applications Engineer
National Instruments
0 Kudos
Message 3 of 4
(3,893 Views)

Hi,

 

If you have simple IO comunication you could write s codemodle as snowpunter descriped it.

If you have an emulation like a VT100 Terminal you could use HyperAccess, it has an ActiveX interface which can be controlled my TS

 

http://forums.ni.com/t5/NI-TestStand/Is-it-possible-to-open-and-operate-hyperterminal-from-TestStand...

 

 

http://forums.ni.com/t5/NI-TestStand/Variant-DataType-for-ActiveX-COM-HyperAccess-Adapter/m-p/934903

 

Hope this helps

juergen

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 4 of 4
(3,880 Views)