オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Contents of /trunk/doc/ja/html/macro/command/setbaud.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3874 - (show annotations) (download) (as text)
Tue May 11 11:15:21 2010 UTC (14 years ago) by maya
File MIME type: text/html
File size: 1223 byte(s)
シリアルポート接続のボーレートを直接入力できるようにした。
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=Shift_JIS">
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 シリアルポートのボーレートを変更する。
18 </p>
19
20 <pre class="macro-syntax">
21 setbaud &lt;value&gt;
22 </pre>
23
24 <h2>パラメータ</h2>
25
26 <dl>
27 <dt class="macro">整数 &lt;value&gt; (バージョン 4.66 未満)</dt>
28 <dd>ボーレートに対応するIDを指定する。
29 <pre>
30 ID baud rate
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">整数 &lt;value&gt; (バージョン 4.66 以降)</dt>
50 <dd>ボーレートを指定する。</dd>
51 </dl>
52
53 <h2></h2>
54
55 <pre class="macro-example">
56 ; change baud rate to 115200
57
58 ; less than version 4.66
59 setbaud 12
60
61 ; version 4.66 or later
62 setbaud 115200
63 </pre>
64
65 </body>
66 </html>

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