-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 作業中のソースです - 意見をいただく目的のブランチです。 - 説明、UI文字列をソース内に埋め込んでいます。 - デフォルトポートの仕様を変更した - 全般タブでは"TCP/IP"/"シリアル"の選択を行う - シリアルポート番号の選択はシリアルポートタブで行う - ts.ComPort を全般タブとシリアルタブの2か所で変更しないようにするため - シリアルポートタブに動作の説明を入れた - シリアルポートタブの説明用、mainマージ時には削除 - グローバル変数をなくした
- Loading branch information
Showing
37 changed files
with
910 additions
and
655 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<!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>Additional settings / "Serial port" tab ([Setup] menu)</title> | ||
<META http-equiv="Content-Style-Type" content="text/css"> | ||
<link rel="stylesheet" href="../style.css" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
<h1>Additional settings / "Serial port" tab ([Setup] menu)</h1> | ||
|
||
<dl> | ||
|
||
<dt id="OK">OK button</dt> | ||
<dd> | ||
The label of OK button is changed according to the connection state. <br> | ||
Connect with New window ... Serial connection is launched with new window since TCP/IP connection is using. <br> | ||
New open ... Serial connection starts.<br> | ||
Close and New open ... Current COM port is closed and serial connection starts with new COM port.<br> | ||
New setting ... The setting of current COM port is changed.<br> | ||
</dd> | ||
|
||
<dt id="ComPort">Port</dt> | ||
<dd> | ||
Serial port to be used. By default, maximum serial port number in the list is 256. It is configurable in <a href="../setup/teraterm-com.html#maxport">MaxComPort</a> setting. | ||
</dd> | ||
|
||
<dt id="Speed">Speed, Data, Parity, Stop bits, Flow control</dt> | ||
<dd> | ||
Serial port parameters. Choose the appropriate parameters for | ||
the modem or the host. | ||
<p> | ||
The Speed can be specified with any number. Actually, the serial port driver may not reflect your speed. | ||
</p> | ||
<p> | ||
Flow control can be configured in the following:<br> | ||
Xon/Xoff ... Software flow<br> | ||
RTS/CTS ... Hardware flow(RTS/CTS)<br> | ||
DSR/DTR ... Hardware flow(DSR/DTR)<br> | ||
none ... No flow control<br> | ||
</p> | ||
<p> | ||
Note: If Data is 7 bit, the XMODEM, ZMODEM, B PLUS and Quick-VAN | ||
protocols are disabled. If Flow control is Xon/Xoff, the XMODEM | ||
and Quick-VAN protocols are disabled. | ||
</p> | ||
<p> | ||
Note: The "hardware" prior to version 4.104 applies to RTS/CTS. | ||
</p> | ||
</dd> | ||
|
||
<dt id="Delay">Transmit delay</dt> | ||
<dd> | ||
Time intervals between characters (lines) being sent, in milliseconds. | ||
</dd> | ||
|
||
<dt id="Information">Detail information of COM port</dt> | ||
<dd> | ||
The detail information of selected port is shown in the text box. <br> | ||
You can select all data by using CTRL+A. | ||
You can scroll horizontally by using CTRL/SHIFT + wheel. | ||
</dd> | ||
|
||
</dl> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<!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>Additional settings / "Serial port" タブ ([Setup] メニュー)</title> | ||
<META http-equiv="Content-Style-Type" content="text/css"> | ||
<link rel="stylesheet" href="../style.css" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
<h1>Additional settings / "Serial port" タブ ([Setup] メニュー)</h1> | ||
|
||
<dl> | ||
<dt id="OK">OK button</dt> | ||
<dd> | ||
現在の接続状態を見て、シリアル接続の動作を表します。<br> | ||
新しいウィンドウで接続 ... TCP/IP接続中のため、新しいウィンドウでシリアル接続を行います。<br> | ||
新規オープン ... シリアル接続を行います。<br> | ||
クローズ&新規オープン ... 現在開いているCOMポートを閉じて、新しいCOMポートでシリアル接続を行います。<br> | ||
現在の接続を再設定 ... 現在開いているCOMポートの設定を変更します。<br> | ||
</dd> | ||
|
||
<dt id="ComPort">Port</dt> | ||
<dd> | ||
使用するポートです。リストに表示されるシリアルポート番号の最大値はデフォルトで256となっています。<a href="../setup/teraterm-com.html#maxport">MaxComPort</a>で最大値を変更できます。 | ||
</dd> | ||
|
||
<dt id="Speed">Speed, Data, Parity, Stop bits, Flow control</dt> | ||
<dd> | ||
シリアルポートのパラメータです。 | ||
接続するモデム等の設定にあわせてください。 | ||
<p> | ||
Speed は任意の数値を指定することができます。選択・指定した設定が実際に反映されるかは、シリアルポートのチップ・ドライバの仕様によります。 | ||
</p> | ||
<p> | ||
Flow controlは以下が設定できます。<br> | ||
Xon/Xoff ... ソフトウェアフロー<br> | ||
RTS/CTS ... ハードウェアフロー(RTS/CTS)<br> | ||
DSR/DTR ... ハードウェアフロー(DSR/DTR)<br> | ||
none ... フロー制御なし<br> | ||
</p> | ||
<p> | ||
注: Data を 7 にすると、XMODEM, ZMODEM, B-PLUS, Quick-VAN | ||
によるファイル転送はできません。 | ||
また Flow control を Xon/Xoff にすると、XMODEM, Quick-VAN | ||
によるファイル転送はできません。 | ||
</p> | ||
<p> | ||
注: バージョン4.104以前の"hardware"はRTS/CTSに該当します。 | ||
</p> | ||
</dd> | ||
|
||
<dt id="Delay">Transmit delay</dt> | ||
<dd> | ||
Tera Term が文字(行)を送出したあと次の文字(行)を送出するまでの待ち時間。 | ||
単位はミリ秒です。1文字(行)ごとの待ち時間を設定できます。<br> | ||
Tera Term から大量の文字を送出したときにモデムやホストが文字を取りこぼす場合には適当な待ち時間を設定してみてください。 | ||
</dd> | ||
|
||
<dt id="Information">COMポートの詳細情報</dt> | ||
<dd> | ||
テキストボックスでは選択中のCOMポートに関する詳細情報を表示します。<br> | ||
CTRL+Aで全選択ができます。CTRL/SHIFT+ホイールで横スクロールができます。 | ||
</dd> | ||
|
||
</dl> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.