Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/doc/en/html/macro/command/setflowctrl.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8939 - (show annotations) (download) (as text)
Thu Oct 1 16:06:58 2020 UTC (3 years, 7 months ago) by nmaya
File MIME type: text/html
File size: 1150 byte(s)
マクロコマンドが Tera Term バージョンいくつから存在するか、それぞれのマクロコマンドのヘルプページに記載

ticket #40808
MFT to: 4-stable
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <title>setflowctrl</title>
7 <meta http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../../style.css" type="text/css">
9 </head>
10
11 <body>
12
13
14 <h1>setflowctrl</h1>
15
16 <p>
17 Causes Tera Term to change flow control. <em>(version 4.94 or later)</em>
18 </p>
19
20 <pre class="macro-syntax">
21 setflowctrl &lt;value&gt;
22 </pre>
23
24 <h2>Parameters</h2>
25
26 <dl>
27 <dt class="macro">integer &lt;value&gt;</dt>
28 <dd>Set the flow control of serial port by using below flags.
29
30 <table>
31 <tr>
32 <th>Value</th>
33 <th>Meaning</th>
34 </tr>
35 <tr>
36 <td>1</td>
37 <td>Xon/Xoff</td>
38 </tr>
39 <tr>
40 <td>2</td>
41 <td>hardware(RTS/CTS)</td>
42 </tr>
43 <tr>
44 <td>3</td>
45 <td>none</td>
46 </tr>
47 <tr>
48 <td>4</td>
49 <td>hardware(DSR/DTR) <em>(version 4.105 or later)</em></td>
50 </tr>
51 </table>
52
53 </dd>
54 </dl>
55
56 <h2>Example</h2>
57
58 <pre class="macro-example">
59 ; change flow control to "none"
60 setflowctrl 3
61 </pre>
62
63 </body>
64 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26