Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/doc/en/html/macro/command/setbaud.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: 1362 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>setbaud</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>setbaud</h1>
15
16 <p>
17 Causes Tera Term to change speed of serial port. <em>(version 4.58 or later)</em>
18 </p>
19
20 <pre class="macro-syntax">
21 setbaud &lt;value&gt;
22 </pre>
23
24 <h2>Parameters</h2>
25
26 <dl>
27 <dt class="macro">integer &lt;value&gt; (less than version 4.66)</dt>
28 <dd>The corresponding ID of speed.
29 <pre>
30 value speed (bps)
31 1 110
32 2 300
33 3 600
34 4 1200
35 5 2400
36 6 4800
37 7 9600
38 8 14400
39 9 19200
40 10 38400
41 11 57600
42 12 115200
43 13 230400
44 14 460800
45 15 921600
46 </pre>
47 </dd>
48
49 <dt class="macro">integer &lt;value&gt; (version 4.66 or later)</dt>
50 <dd>The immediate speed.</dd>
51 </dl>
52
53 <h2>Example</h2>
54
55 <pre class="macro-example">
56 ; change speed to 115200 bps
57
58 ; less than version 4.66
59 setbaud 12
60
61 ; version 4.66 or later
62 setbaud 115200
63 </pre>
64
65 <h2>See also</h2>
66
67 <ul>
68 <li><a href="setspeed.html">setspeed</a></li>
69 </ul>
70
71 </body>
72 </html>

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