TTXRecurringCommand (Recurring command)
Sending a command periodically
Feature
TTXRecurringCommand is plug-in module that can send a command periodically. 
A specified string is sent at regular intervals while no key is input to Tera Term.
Menu items
When TTXRecurringCommand plug-in is installed, below menu items are added on Tera Term.
    - Setup - Recurring command
- Setting dialog is opened.
- Control - Recurring command
- Switch plug-in to enabling or disabling.
Setting dialog
    - Enable
- Switch plug-in to enabling or disabling.
- Interval(sec)
- Specify an interval sending a command. The command is sent at the interval while no key is input to Tera Term.
- Command
- 
	Specify sending command(string). When the command includes below string, the string is replaced to corresponding character.
	
	    
		| Sequence | Sending character | 
|---|
 | \\ | \ |  | \n | Line feed (LF) |  | \t | Horizontal tab (HT) |  | \a | Bell (BEL) |  | \b | Backspace (BS) |  | \f | Form feed (FF) |  | \r | Carriage return (CR) |  | \v | Vertical tab (VT) |  | \e | Escape (ESC) |  | \NNN | A character is represented by base 8 NNN |  | \xHH | A character is represented by base 16 HH |  
 
- Add new line
- A carriage return can be added at end of sending command when this option is checked.