svnno****@sourc*****
svnno****@sourc*****
2017年 2月 25日 (土) 12:16:25 JST
Revision: 6616 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6616 Author: maya Date: 2017-02-25 12:16:25 +0900 (Sat, 25 Feb 2017) Log Message: ----------- ファイルを追加し忘れていた(r6608) Revision Links: -------------- http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6608 Added Paths: ----------- trunk/doc/en/html/macro/command/setflowctrl.html trunk/doc/ja/html/macro/command/setflowctrl.html -------------- next part -------------- Added: trunk/doc/en/html/macro/command/setflowctrl.html =================================================================== --- trunk/doc/en/html/macro/command/setflowctrl.html (rev 0) +++ trunk/doc/en/html/macro/command/setflowctrl.html 2017-02-25 03:16:25 UTC (rev 6616) @@ -0,0 +1,60 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <title>setflowctrl</title> + <meta http-equiv="Content-Style-Type" content="text/css"> + <link rel="stylesheet" href="../../style.css" type="text/css"> +</head> + +<body> + + +<h1>setflowctrl</h1> + +<p> +Causes Tera Term to change flow control. +</p> + +<pre class="macro-syntax"> +setflowctrl <value> +</pre> + +<h2>Parameters</h2> + +<dl> + <dt class="macro">integer <value></dt> + <dd>Set the flow control of serial port by using below flags. + +<table> + <tr> + <th>Value</th> + <th>Meaning</th> + </tr> + <tr> + <td>1</td> + <td>Xon/Xoff</td> + </tr> + <tr> + <td>2</td> + <td>hardware</td> + </tr> + <tr> + <td>3</td> + <td>none</td> + </tr> +</table> + + </dd> +</dl> + +<h2>Example</h2> + +<pre class="macro-example"> +; change flow control to "none" +setflowctrl 3 +</pre> + +</body> +</html> Added: trunk/doc/ja/html/macro/command/setflowctrl.html =================================================================== --- trunk/doc/ja/html/macro/command/setflowctrl.html (rev 0) +++ trunk/doc/ja/html/macro/command/setflowctrl.html 2017-02-25 03:16:25 UTC (rev 6616) @@ -0,0 +1,60 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> + <title>setflowctrl</title> + <meta http-equiv="Content-Style-Type" content="text/css"> + <link rel="stylesheet" href="../../style.css" type="text/css"> +</head> + +<body> + + +<h1>setflowctrl</h1> + +<p> +\x83V\x83\x8A\x83A\x83\x8B\x83|\x81[\x83g\x82̃t\x83\x8D\x81[\x90\xA7\x8C\xE4\x82\xF0\x95ύX\x82\xB7\x82\xE9\x81B +</p> + +<pre class="macro-syntax"> +setflowctrl <value> +</pre> + +<h2>\x83p\x83\x89\x83\x81\x81[\x83^</h2> + +<dl> + <dt class="macro">\x90\xAE\x90\x94 <value></dt> + <dd>\x88ȉ\xBA\x82̃t\x83\x89\x83O\x82ɂ\xE6\x82\xE8\x81A\x83V\x83\x8A\x83A\x83\x8B\x83|\x81[\x83g\x82̃t\x83\x8D\x81[\x90\xA7\x8C\xE4\x82\xF0\x8Ew\x92肷\x82\xE9\x81B + +<table> + <tr> + <th>\x92l</th> + <th>\x88Ӗ\xA1</th> + </tr> + <tr> + <td>1</td> + <td>Xon/Xoff</td> + </tr> + <tr> + <td>2</td> + <td>hardware</td> + </tr> + <tr> + <td>3</td> + <td>none</td> + </tr> +</table> + + </dd> +</dl> + +<h2>\x97\xE1</h2> + +<pre class="macro-example"> +; change flow control to "none" +setflowctrl 3 +</pre> + +</body> +</html>