svnno****@sourc*****
svnno****@sourc*****
2009年 10月 15日 (木) 01:13:56 JST
Revision: 3646 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3646 Author: yutakapon Date: 2009-10-15 01:13:56 +0900 (Thu, 15 Oct 2009) Log Message: ----------- ã»send ãã¯ãã«ãµã³ãã«ã³ã¼ã追å ã ãcf. http://logmett.com/forum/viewtopic.php?f=3&t=1088 ã»ãããã°ã¢ã¼ãã«è¿½è¨ã Modified Paths: -------------- trunk/doc/en/html/macro/command/send.html trunk/doc/en/html/setup/teraterm-term.html trunk/doc/ja/html/macro/command/send.html trunk/doc/ja/html/setup/teraterm-term.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/send.html =================================================================== --- trunk/doc/en/html/macro/command/send.html 2009-10-14 15:24:38 UTC (rev 3645) +++ trunk/doc/en/html/macro/command/send.html 2009-10-14 16:13:56 UTC (rev 3646) @@ -40,6 +40,19 @@ send 'My name is ' myname '.' </pre> + +<pre class="macro-example"> +/* "CTRL+C" is 3 in binary so just send 3 like so. + * + * CTRL+A = 1, CTRL+B = 2.................. CTRL+Z = 26. + */ +send #3 + +/* Send the tab code. */ +send #9 +</pre> + + <p> See also "<a href="setsync.html">setsync</a>" for the synchronous mode. </p> Modified: trunk/doc/en/html/setup/teraterm-term.html =================================================================== --- trunk/doc/en/html/setup/teraterm-term.html 2009-10-14 15:24:38 UTC (rev 3645) +++ trunk/doc/en/html/setup/teraterm-term.html 2009-10-14 16:13:56 UTC (rev 3646) @@ -124,6 +124,10 @@ <pre> ASCII code of the character Displaying form $00 - $1F ^@ - ^_ + ($00=^@ $01=^A $02=^B $03=^C $04=^D $05=^E $06=^F $07=^G + $08=^H $09=^I $0A=^J $0B=^K $0C=^L $0D=^M $0E=^N $0F=^O + $10=^P $11=^Q $12=^R $13=^S $14=^T $15=^U $16=^V $17=^W + $18=^X $19=^Y $1A=^Z $1B=^[ $1C=^\ $1D=^] $1E=^^ $1F=^_) $20 - $7E normal character $7F <DEL> $80 - $FF MSB of the ASCII code is turned to be 0 and displayed by @@ -131,7 +135,16 @@ except that text is displayed in the reversed color. </pre> +<p> +In the hex output mode, received characters are displayed by the following way: +</p> + <pre> +ASCII code of the character Displaying form +$00 - $FF hex format(capital letters) separated by a space +</pre> + +<pre> Default: Debug=off </pre> Modified: trunk/doc/ja/html/macro/command/send.html =================================================================== --- trunk/doc/ja/html/macro/command/send.html 2009-10-14 15:24:38 UTC (rev 3645) +++ trunk/doc/ja/html/macro/command/send.html 2009-10-14 16:13:56 UTC (rev 3646) @@ -39,6 +39,19 @@ send 'My name is ' myname '.' </pre> + +<pre class="macro-example"> +/* "CTRL+C"ðéÉÍAȺÌæ¤É¼Ú"3"ðwè·éB + * + * CTRL+A = 1, CTRL+B = 2.................. CTRL+Z = 26. + */ +send #3 + +/* TABR[hðé */ +send #9 +</pre> + + <p> ¯ú[hÉ¢ÄÍ "<a href="setsync.html">setsync</a>" ðQÆB </p> Modified: trunk/doc/ja/html/setup/teraterm-term.html =================================================================== --- trunk/doc/ja/html/setup/teraterm-term.html 2009-10-14 15:24:38 UTC (rev 3645) +++ trunk/doc/ja/html/setup/teraterm-term.html 2009-10-14 16:13:56 UTC (rev 3646) @@ -178,7 +178,7 @@ Ìæ¤ÉÏXµÄ¾³¢BShift+Esc ð·ÆfobO[hÉÈèÜ·B fobO[hÍSÅ4íÞ èAgOÅȺÌæ¤ÉØèÖíèÜ·B<br> <ul> - <li>Êí\¦ -> ȺÌK¥ÉæéfobO[h -> 16ifobO[h -> ñ\¦</li> + <li>Êí\¦ -> fobO[h -> 16ifobO[h -> ñ\¦</li> </ul> <br> fobO[hðð·éÉÍAuÊí\¦vÉߵľ³¢B @@ -190,13 +190,26 @@ <pre> $00 - $1F ^@ - ^_ð\¦ + ($00=^@ $01=^A $02=^B $03=^C $04=^D $05=^E $06=^F $07=^G + $08=^H $09=^I $0A=^J $0B=^K $0C=^L $0D=^M $0E=^N $0F=^O + $10=^P $11=^Q $12=^R $13=^S $14=^T $15=^U $16=^V $17=^W + $18=^X $19=^Y $1A=^Z $1B=^[ $1C=^\ $1D=^] $1E=^^ $1F=^_) $20 - $7E »ÌÜܶƵÄ\¦ $7F <DEL>ð\¦ $80 - $FF ÅãÊ bit ð0ɵÄA$00-$7FƯ¶K¥Å ¶ÉÏ·µA½]¶ÆµÄ\¦B </pre> +<p> +16ifobO[hÅÍAóMµ½f[^ðȺÌK¥Å¶ÉÏ·µÄ\¦µÜ·B +</p> + <pre> +$00 - $FF 2 Ì16iliAt@xbgÍå¶jÆóð\¦·éB +</pre> + + +<pre> Ȫ: Debug=off </pre>