Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/doc/en/html/usage/tips/loging_howto.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (show annotations) (download) (as text)
Tue Mar 24 15:10:33 2009 UTC (15 years, 1 month ago) by maya
File MIME type: text/html
File size: 2314 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
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>Log and replay functions</TITLE>
7 <META http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../../style.css" type="text/css">
9 </HEAD>
10 <BODY>
11
12 <h1>Log and replay functions</h1>
13
14 <p>
15 You can save the host data to the file if you use Tera Term logging function.
16 </p>
17
18 <h2>Log to the file</h2>
19
20 <p>
21 You can log characters received from the host. Execute the [File] Log command to start logging.
22 </p>
23
24 <p>
25 Do in the following commands:
26 </p>
27
28 <ol>
29 <li>Do <A HREF="../../menu/file.html">[File] Log</A> command.</li>
30 <li>"Tera Term: Log" dialog box will be shown.
31 <p>
32 Input the saving file name to `File Name:'.<br>
33 All host data will be written to the file if you check `Binary' option.<br>
34 KANJI, CR and LF codes are converted to host character code, written to the file if you uncheck `Binary' option. However, the escape sequences are not written to the file. <br>
35 The host data will append the file if you check `Append' option.<br>
36 The host data will overwrite the file if you uncheck `Append' option.<br>
37 </p></li>
38 <li>Push OK button, "Tera Term: Log" icon will be shown. And logging will start. </li>
39 <li>Push Close or Pause button on the logging dialog box if you finish the logging or temporarily stop. Pause button will change into Start button if you push Pause button, the logging will restart.</li>
40 </ol>
41
42 <p>
43 To browse log files, which contain escape sequences, it is convenient to use the replay function of Tera Term. To replay a log file.
44 </p>
45
46 <h2>Replay the log file</h2>
47
48 <p>
49 Run Tera Term with command line in the following:
50 </p>
51
52 <pre>
53 TTERMPRO /R=&lt;log file name&gt;
54 </pre>
55
56 <p>
57 Tera Term analyzes the specified log file and understands the escape sequence datas.
58 If so, the contents of log file will be displayed in Tera Term window as if the characters were received from the host.
59 We call this function 'replay log'.
60 </p>
61
62 <p>
63 And also,
64 you can also use 'Host:' on the <A HREF="../../menu/file.html">[File] New connection</A> command.
65
66 </p>
67
68 <pre>
69 /R=&lt;log file name&gt;
70 </pre>
71
72 </BODY>
73 </HTML>

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