Teraterm Script Commands

Wait. commands wait for the specific input until the 'timeout' seconds. Wait will return early with success, if it receives required input. Pause is mandatory pause in the execution. Pause stops the execution of the script for specified seconds. I currently have a script with Putty (or Plink) to automate some cisco commands to access switches over SSH. I was wondering if its possible to do the same with TeraTerm? I am looking to write a script to apply config changes and hopefully be able to automate it. How do I configure Tera Term 4.60 for serial communication? Environment Tera Term Version 4.60 Resolution. Install Teraterm 4.60.zip (Save file to desktop and install) Start Tera Term program and select the radio button labeled 'Serial'. Select the COM port from the drop down menu for the device you are going to connect to, then click 'OK'. The fastest way get started with the RS9116 EVK and WiSeConnectâ„¢ is to use a PC with a terminal application such as Tera Term. To get started with a microcontroller instead, see Getting Started with a Microcontroller. Using AT-Commands and a Tera Term example script, your EVK will be connected to a wireless network in minutes.

Tera Term Command Line Commands

Introduction

Tera Term is a free terminal emulator for Windows. It can be used to communicate with target hardware using a serial portor a telnet connection.

Download

There are several versions of the software available on the internet. Curiously, the web page of the original project doesn't have the latest version of the package, it can be downloaded from LogMeTT site.

Tera Term macros

Tera Term includes a language called Tera Term Language which has the capability of controlling the communications and adds support fora lot of features like getting the time and date, prompt the user for information, among others.

Using this language is possible to create macros: basic programs that execute a series of commands (.TTL files). For instance, a macro can be createdto connect to a hardware running Linux and send shell commands.

ttpmacro.exe is the application used to execute a macro (included on the Tera Term package). To execute a macro just double click on the ttpmacro iconand select your .TTL file.

Macro editors

There are several editors available all of them with different features. If you're downloading Tera Term from the LogMeTT site the packagewill include a nice editor called TTLEditor, which features syntax highlighting and macro execution from the same window.

Tera Term Command List

Logging

One important advantage of this terminal emulator is that it allows you to start a log file once the communication has started.

Script

Teraterm Script Commands

On a macro you'll be using the command connect to start commnucation, the '/L=<path>' parameter will indicate the name of the log file.Check Tera Term command line for more specific details.

Support

Support for Tera Term terminal emulator as well as some example macros are available at LogMeTT forums

Teraterm Ttl Script Examples

Retrieved from 'http://developer.ridgerun.com/wiki/index.php?title=Tera_Term_(console_emulator)&oldid=17248'