Tera Term

Tera Term
Original author(s) T. Teranishi
Developer(s) Tera Term Project
Initial release 1994 (1994)
Stable release
4.92 / August 31, 2016 (2016-08-31)
Repository svn.osdn.jp/svnroot/ttssh2/trunk/
Development status Active
Written in C and C++ (originally Pascal)
Operating system Microsoft Windows
Type Terminal emulator
License BSD license
Website ttssh2.osdn.jp

Tera Term (rarely TeraTerm) is an open-source, free, software implemented, terminal emulator (communications) program. It emulates different types of computer terminals, from DEC VT100 to DEC VT382. It supports telnet, SSH 1 & 2 and serial port connections. It also has a built-in macro scripting language (supporting Oniguruma regular expressions) and a few other useful plugins.

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 web server for API integration with external systems, recurring "keep-alive" commands, and ODBC 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.[1]

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. 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 PuTTY and SecureCRT.[2]

Example macro code

getpassword 'username.dat' 'myusername' username
getpassword 'password.dat' 'mypassword' password

UsernamePrompt = 'ogin:'
PasswordPrompt = 'assword:'

inputbox 'Directory path & name followed by ' 'Logging Directory'
; Default directory path for the log files C:\Logs
;loggerpath = 'C:\Logs'
loggerpath = inputstr
strcompare loggerpath ''

if result = 0 then
   loggerpath = 'C:\Logs'
endif

messagebox loggerpath logfile'

Common versions

Sample images

See also

References

  1. Davis, David. "Using a terminal emulator to access Cisco command-line interface". Retrieved 2008-11-11. Archived August 21, 2008, at the Wayback Machine.
This article is issued from Wikipedia - version of the 11/28/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.