Tera Term Serial Macro Examples
Contents. History The first versions of Tera Term were created by T. Teranishi from Japan. At the time, it was the only freely available terminal emulator to effectively support the Japanese language. Original development of Tera Term stopped in the late 1990s at version 2.3, but other organizations have created variations. In October 2002, Ayera Technologies released TeraTerm Pro 3.1.3 supporting SSH2 and added multiple other features like a built-in for integration with external systems, recurring 'keep-alive' commands, and database support via the TT Macro Scripting Language. Ayera Technologies did not make their source open, but does provide limited technical support.
In 2004, Yutaka Hirata, a software designer from Japan, restarted development of the open source version of Tera Term. He added his own implementation of SSH2 and many new features on top of what was part of version 2.3. A complete list of them is published on TeraTerm Document. To avoid confusion with version numbers and to indicate that Tera Term developed by Yutaka was more recent than version 3.1.3 from Ayera Technologies, it was decided to give this branch of Tera Term Professional version numbers starting 4.xx. In January 2005, Boris Maisuradze, together with Yutaka Hirata, started the TeraTerm Support forum where they answer questions from Tera Term users.
Tera Term Macro Commands
Posting in this forum is the best way to suggest new features for Tera Term or propose new commands for the Tera Term Macro language. Since 2007, Tera Term has been maintained by Tera Term Project (Japanese Developer team) as open source software. Tera Term has comparable features to. Common versions. 1.4 Last version supporting Win16; source available in. 2.3 Last version released by T.
How do I make Tera Term toggle DTR and RTS, or execute any of its custom commands in the Tera Term language (TTL)? I have an electronics project that uses an FTDI chip as the serial interface betw. Feb 22, 2013 - The first command in the commands.txt file is run and a log file is opened.
Teranishi. 3.1.3 Last version released by Ayera. Has issues with scroll window boundaries. Title bar identifies it as version 3.1. 4.xx Latest OSDN release Sample images.
Tera Term command line Tera Term command line TTERMPRO : telnet://:/ pipe /B /BAUD= /C= /DS /E /ES /F= /FD= /H /I /K= /KR= /KT= /L= /LA= /M= /NOLOG /P= /R= /SPEED= /T= /TEKICON= /TIMEOUT= /V /VTICON= /W=' /WAITCOM /X= ; Options Host name or IP address.: with a TCP port number. ':' is placed between and.
With a TCP port number. Space character(s) between and. Number just after is interpreted as a port number. Telnet://:/ URL style - for telnet handler TCP port number and '/' at the end are optional. If TCP port number is omitted, use 23. (TCPPort setting in setup file is ignored.) pipe Pipe name.
Connects to a named pipe on the. Connects to local named pipe by specifying. /B Telnet binary option. /BAUD= speed of serial port. Same as the option. Actually, the serial port driver may not reflect your speed.
/C= Serial port. /C=1 COM1. /C=2 COM2. /C=3 COM3.:. /C=256 COM256 /DS Disable displaying the 'New connection' dialog on startup /E Disable TCPLocalEcho and TCPCRSend option /ES Enable displaying the ' dialog on startup When the port type is TCP/IP, 'New connection' dialog is shown basically. However, the dialog can be not shown when is off. The /ES option can be forced to show the 'New connection' dialog regardless of the setting.
When the port type is Serial, the 'New connection' dialog does not be shown. Also, the /ES option can not be effected. /F= Setup file /F=TERATERM.INI (default) If this value is not a full path, it is understood as a relative path from ttermpro.exe. /FD= File transfer directory /H Hide title bar. /I Iconify Tera Term window.
NOTICE: This mode can also be used with Windows task scheduler when a user is not logged in. /K= Keyboard setup file /K=KEYBOARD.CNF (default) If this value is not a full path, it is understood as a relative path from ttermpro.exe.
Tera Term Serial Communications
/KR= Note: Japanese, Korean and UTF-8 mode only. /KR=SJIS.
/KR=EUC. /KR=JIS. /KR=UTF8 UTF-8(Normalization Form C: Windows, Linux). /KR=UTF8m UTF-8(Normalization Form D: Mac OS X). /KR=KS5601 for Korean mode /KT= Note: Japanese and Korean mode only.
/KT=SJIS. /KT=EUC.

/KT=JIS. /KT=UTF8. /KT=KS5601 for Korean mode /L= Start Tera Term with logging. /LA= Language mode. /LA=E English. /LA=J Japanese.
/LA=K Korean. /LA=R Russian. /LA=U UTF-8 /M= Start Tera Term with macro. If this value is not a full path, it is understood as a relative path from ttermpro.exe. /MN= Multicast name for macro command. /NOLOG Start Tera Term without logging.
/P= TCP port number /R= Replay file /SPEED= speed of serial port. Same as the option. Actually, the serial port driver may not reflect your speed. /T=. /T=1 Enable telnet.
/T=0 Disable telnet /TEKICON= TEK window icon. Could be specified the same value of. /TIMEOUT= Could be specified per seconds. /V Start Tera Term in hidden (invisible) state. /VTICON= VT window icon.
Could be specified the same value of. /W= Window title /WAITCOM When serial port is specified with with /C= option and the port does not exist, Tera Term will wait for port connection. /X= Windows position (horizontal) /Y= Windows position (vertical) /PIPE Connects to a named pipe. The host name(pipe name) is ccomplemented by these rules:. If the host name begins with a, the name is not changed. If the host name does not include a, the. Pipe is added at the beginning.
If the host name includes a anywhere but first, before that is treated as server name and after that is treated as pipe name. /AUTOWINCLOSE= AutoWinClose. /AUTOWINCLOSE=on Automatically close the window on disconnection. /AUTOWINCLOSE=off Do not close the window on disconnection.; Comment. Should be last in the command line.
Examples TTERMPRO TTERMPRO myhost.example.com TTERMPRO myhost.example.com:23 TTERMPRO myhost.example.com 23 TTERMPRO 192.0.2.1 TTERMPRO myhost.example.com /T=0 /P=7 TTERMPRO. Pipe vmware-serial-port TTERMPRO /C=1 TTERMPRO /F=TELNET.INI TTERMPRO foohost.example.org /F=FOOHOST.INI TTERMPRO /C=2 /SPEED=9600 /F=MYSETUP.INI TTERMPRO /K=MYKEY.CNF /W='My host' TTERMPRO /R=README.TXT; replay a file TTERMPRO myhost /B /X=100 /Y=50 TTERMPRO /PIPE pipename; same as. Pipe pipename Default values Following default values are stored in the Tera Term setup file: /B /H Note 1 Only if is 1 (on) and is 23, Tera Term starts spontaneously sending telnet commands to the host for the option negotiation when the TCP/IP connection is established. In any cases, Tera Term can respond to telnet commands sent by the host.
2 If the parameter value can include the space character and semicolon, a user should put the value in quotations by using `' character. If the value includes the `' character, the user should write the `' character two times. /F='C: Document and Settings user My Documents teraterm server1.INI' /W='Tera Term' /W='Tera Term' /W='Tera;Term' See also.