Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3221 - (show annotations) (download) (as text)
Tue Mar 24 09:37:20 2009 UTC (15 years, 2 months ago) by maya
File MIME type: text/html
File size: 1178 byte(s)
CVS から SVN へ移行: trunk に集約
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>Tips on XMODEM</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>Tips on XMODEM</h1>
13
14 <p>
15 The XMODEM file transfer protocol requires the communication lines to be transparent to all 8 bit characters, from $00 to $FF.
16 </p>
17
18 <h2>For serial port:</h2>
19
20 <div class="indent1">
21 <p>
22 Set the appropriate parameters in the <A HREF="../../menu/setup-serialport.html">[Setup] Serial port</A> dialog box. Data must be 8 bit, and Flow control must be hard (CTS/RTS) or none.
23 </p>
24 </div>
25
26 <h2>For telnet:</h2>
27
28 <div class="indent1">
29 <p>
30 If file transfers fail, try connecting to the host with the binary option. To connect with the binary option:
31 </p>
32
33 <ul class="no-marker">
34 <li class="description">Specify the /B option on the <A HREF="../../commandline/teraterm.html">command line</A>, or</li>
35 <li class="description">Edit the setup file.<br>
36 Telnet binary option</li>
37 </ul>
38 </div>
39
40 </BODY>
41 </HTML>

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