123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429 |
- <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.7 [en] (X11; I; Linux 2.4.0-test6 i586) [Netscape]">
- <title>TI-89 Link Protocol Guide - Backup Transfers</title>
- </head>
- <body bgcolor="#FFFFE8">
- <b>TI-89 Link Protocol Guide</b> - System Backup Transfers
- <center>
- <h2>
- <hr ALIGN="CENTER">System Backup Transfers</h2></center>
- A System Backup is one large transmission containing all user-modifiable
- data in the calculator. The file format that the TI-89 Graph Link software
- uses can be found in the <a href="fformat.html#backup">file formats</a>
- section of this documentation.
- <p>System backups must be transferred silently. Silent transfers can only
- be done between a computer and a calculator, and require that the computer
- make the <a href="#request">request</a> or <a href="#rts">request-to-send</a>.
- <h4>
- <a NAME="request"></a>Requesting a Backup</h4>
- Indeed, receiving a backup is a group of all variables of the calculator.
- So, it is necessary to make a directory list in order to have the list
- of variables to receive.
- <h4>
- <a NAME="rts"></a>Sending a Backup</h4>
- Indeed, sending a backup is a group of all variables of the calculator.
- There is just a special block transmitted before sending the group of variables.
- <p>The protocol for silently sending the special block is shown below:
- <table BORDER CELLSPACING=0 WIDTH="92%" BGCOLOR="#FFFFFF" NOSAVE >
- <tr>
- <th WIDTH="7%" BGCOLOR="#008800"><font color="#FFFFFF">Step</font></th>
- <th COLSPAN="3" BGCOLOR="#008800"><font color="#FFFFFF">Direction</font></th>
- <th WIDTH="80%" BGCOLOR="#008800"><font color="#FFFFFF">Packet</font></th>
- </tr>
- <tr NOSAVE>
- <td WIDTH="7%" BGCOLOR="#FFFFFF">
- <center>1 </center>
- </td>
- <td ROWSPAN="6" NOSAVE>
- <center><img SRC="graphics/comp.gif" ALT="Computer" BORDER=0 height=33 width=30 align=BOTTOM></center>
- </td>
- <td BGCOLOR="#FFFFFF">
- <center><img SRC="graphics/right.gif" ALT="===>" BORDER=0 height=13 width=22 align=BOTTOM></center>
- </td>
- <td ROWSPAN="6" NOSAVE>
- <center><img SRC="graphics/calc.gif" ALT="Calculator" BORDER=0 height=35 width=60 align=BOTTOM></center>
- </td>
- <td WIDTH="80%" BGCOLOR="#FFFFFF">VAR with <a href="packet.html#backup">send-style
- backup header</a>.</td>
- </tr>
- <tr>
- <td WIDTH="7%" BGCOLOR="#FFFFFF">
- <center>2 </center>
- </td>
- <td BGCOLOR="#FFFFFF">
- <center><img SRC="graphics/left.gif" ALT="<===" BORDER=0 height=13 width=22 align=BOTTOM></center>
- </td>
- <td WIDTH="80%" BGCOLOR="#FFFFFF">ACK</td>
- </tr>
- <tr>
- <td WIDTH="7%">
- <center>3 </center>
- </td>
- <td>
- <center><img SRC="graphics/left.gif" ALT="<===" BORDER=0 height=13 width=22 align=BOTTOM></center>
- </td>
- <td WIDTH="80%">CTS</td>
- </tr>
- <tr>
- <td WIDTH="7%">
- <center>4 </center>
- </td>
- <td>
- <center><img SRC="graphics/right.gif" ALT="===>" BORDER=0 height=13 width=22 align=BOTTOM></center>
- </td>
- <td WIDTH="80%">ACK</td>
- </tr>
- <tr>
- <td WIDTH="7%">
- <center>5 </center>
- </td>
- <td>
- <center><img SRC="graphics/right.gif" ALT="===>" BORDER=0 height=13 width=22 align=BOTTOM></center>
- </td>
- <td WIDTH="80%">EOT</td>
- </tr>
- <tr>
- <td WIDTH="7%">
- <center>6 </center>
- </td>
- <td>
- <center><img SRC="graphics/left.gif" ALT="<===" BORDER=0 height=13 width=22 align=BOTTOM></center>
- </td>
- <td WIDTH="80%">ACK</td>
- </tr>
- </table>
- <p>Next, all variables are sent according to the 'Sending a variable' operation
- with one important exception: the type field is equal to either 1Dh (none),
- 26h (locked) or 27h (archived), independantly of the variable type.
- <br>
- <table BORDER CELLSPACING=0 WIDTH="92%" BGCOLOR="#FFFFFF" >
- <tr>
- <th WIDTH="7%" BGCOLOR="#008800"><font color="#FFFFFF">Step</font></th>
- <th COLSPAN="3" BGCOLOR="#008800"><font color="#FFFFFF">Direction</font></th>
- <th WIDTH="80%" BGCOLOR="#008800"><font color="#FFFFFF">Packet</font></th>
- </tr>
- <tr>
- <td WIDTH="7%" BGCOLOR="#FFFFFF">
- <center>1 </center>
- </td>
- <td ROWSPAN="8">
- <center><img SRC="graphics/comp.gif" ALT="Computer" BORDER=0 height=33 width=30 align=BOTTOM></center>
- </td>
- <td BGCOLOR="#FFFFFF">
- <center><img SRC="graphics/right.gif" ALT="===>" BORDER=0 height=13 width=22 align=BOTTOM></center>
- </td>
- <td ROWSPAN="8">
- <center><img SRC="graphics/calc.gif" ALT="Calculator" BORDER=0 height=35 width=60 align=BOTTOM></center>
- </td>
- <td WIDTH="80%" BGCOLOR="#FFFFFF">RTS (specifing the size with the extra
- four bytes) and with a particular type (1Dh, 26h or 27h)</td>
- </tr>
- <tr>
- <td WIDTH="7%" BGCOLOR="#FFFFFF">
- <center>2 </center>
- </td>
- <td BGCOLOR="#FFFFFF">
- <center><img SRC="graphics/left.gif" ALT="<===" BORDER=0 height=13 width=22 align=BOTTOM></center>
- </td>
- <td WIDTH="80%" BGCOLOR="#FFFFFF">ACK</td>
- </tr>
- <tr>
- <td WIDTH="7%" BGCOLOR="#FFFFFF">
- <center>3 </center>
- </td>
- <td BGCOLOR="#FFFFFF">
- <center><img SRC="graphics/left.gif" ALT="<===" BORDER=0 height=13 width=22 align=BOTTOM></center>
- </td>
- <td WIDTH="80%" BGCOLOR="#FFFFFF">CTS or SKIP/EXIT (see note below)</td>
- </tr>
- <tr>
- <td WIDTH="7%" BGCOLOR="#FFFFFF">
- <center>4 </center>
- </td>
- <td BGCOLOR="#FFFFFF">
- <center><img SRC="graphics/right.gif" ALT="===>" BORDER=0 height=13 width=22 align=BOTTOM></center>
- </td>
- <td WIDTH="80%" BGCOLOR="#FFFFFF">ACK</td>
- </tr>
- <tr>
- <td WIDTH="7%">
- <center>5 </center>
- </td>
- <td>
- <center><img SRC="graphics/right.gif" ALT="===>" BORDER=0 height=13 width=22 align=BOTTOM></center>
- </td>
- <td WIDTH="80%">DATA</td>
- </tr>
- <tr>
- <td WIDTH="7%">
- <center>6 </center>
- </td>
- <td>
- <center><img SRC="graphics/left.gif" ALT="<===" BORDER=0 height=13 width=22 align=BOTTOM></center>
- </td>
- <td WIDTH="80%">ACK</td>
- </tr>
- <tr>
- <td WIDTH="7%" BGCOLOR="#FFFFFF">
- <center>7 </center>
- </td>
- <td BGCOLOR="#FFFFFF">
- <center><img SRC="graphics/right.gif" ALT="===>" BORDER=0 height=13 width=22 align=BOTTOM></center>
- </td>
- <td WIDTH="80%" BGCOLOR="#FFFFFF">EOT<i> -</i> if there are several variables
- to transmit, steps 7 and 8 can be skipped until the last variable.</td>
- </tr>
- <tr>
- <td WIDTH="7%" BGCOLOR="#FFFFFF">
- <center>8 </center>
- </td>
- <td BGCOLOR="#FFFFFF">
- <center><img SRC="graphics/left.gif" ALT="<===" BORDER=0 height=13 width=22 align=BOTTOM></center>
- </td>
- <td WIDTH="80%" BGCOLOR="#FFFFFF">ACK</td>
- </tr>
- </table>
- <p><u>Example (PC sending backup from TI):</u>
- <table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
- <tr>
- <td BGCOLOR="#CCFFCC">PC:</td>
- <td WIDTH="50%" BGCOLOR="#CCFFCC"><tt><b>08 06 0A 00</b> 00 00 00 00 00
- 1D 04 6D 61 69 6E <b>C6 01</b></tt></td>
- <td WIDTH="50%" BGCOLOR="#CCFFCC"><i>Variable header: Backup ("main")</i></td>
- </tr>
- <tr>
- <td BGCOLOR="#FFCCCC">TI:</td>
- <td WIDTH="50%" BGCOLOR="#FFCCCC"><b><tt>98 56 00 00</tt></b></td>
- <td WIDTH="50%" BGCOLOR="#FFCCCC"><i>Acknowledgement of header</i></td>
- </tr>
- <tr BGCOLOR="#FFCCCC" NOSAVE>
- <td NOSAVE> </td>
- <td WIDTH="50%" BGCOLOR="#FFCCCC" NOSAVE><b><tt>98 09 00 00</tt></b></td>
- <td WIDTH="50%"><i>Clear To Send</i></td>
- </tr>
- <tr>
- <td BGCOLOR="#CCFFCC">PC:</td>
- <td WIDTH="50%" BGCOLOR="#CCFFCC"><b><tt>08 56 00 00</tt></b></td>
- <td WIDTH="50%" BGCOLOR="#CCFFCC"><i>Acknowledgement of CTS</i></td>
- </tr>
- <tr>
- <td BGCOLOR="#CCFFCC"> </td>
- <td WIDTH="50%" BGCOLOR="#CCFFCC"><b><tt>08 92 00 00</tt></b></td>
- <td WIDTH="50%" BGCOLOR="#CCFFCC"><i>End of transmission</i></td>
- </tr>
- <tr>
- <td BGCOLOR="#FFCCCC">TI:</td>
- <td WIDTH="50%" BGCOLOR="#FFCCCC"><b><tt>98 56 00 00</tt></b></td>
- <td WIDTH="50%" BGCOLOR="#FFCCCC"><i>Acknowledgement of data</i></td>
- </tr>
- <tr>
- <td>
- <center><b>. . .</b></center>
- </td>
- <td WIDTH="50%">
- <center><b>. . .</b></center>
- </td>
- <td WIDTH="50%">
- <center><b>. . .</b></center>
- </td>
- </tr>
- <tr>
- <td BGCOLOR="#CCFFCC">PC:</td>
- <td WIDTH="50%" BGCOLOR="#CCFFCC"><tt><b>09 C9 0D 00</b> 0F 00 00 00 <i>1D</i>
- 06 6D 61 69 6E 5C 66 01 <b>9A 02</b></tt></td>
- <td WIDTH="50%" BGCOLOR="#CCFFCC"><i>Variable header: "main/f" (none)</i></td>
- </tr>
- <tr>
- <td BGCOLOR="#FFCCCC">TI:</td>
- <td WIDTH="50%" BGCOLOR="#FFCCCC"><b><tt>98 56 00 00</tt></b></td>
- <td WIDTH="50%" BGCOLOR="#FFCCCC"><i>Acknowledgement of header</i></td>
- </tr>
- <tr>
- <td BGCOLOR="#FFCCCC"> </td>
- <td WIDTH="50%" BGCOLOR="#FFCCCC"><b><tt>98 09 00 00</tt></b></td>
- <td WIDTH="50%" BGCOLOR="#FFCCCC"><i>Clear To Send</i></td>
- </tr>
- <tr>
- <td BGCOLOR="#CCFFCC">PC:</td>
- <td WIDTH="50%" BGCOLOR="#CCFFCC"><b><tt>08 56 00 00</tt></b></td>
- <td WIDTH="50%" BGCOLOR="#CCFFCC"><i>Acknowledgement of CTS</i></td>
- </tr>
- <tr>
- <td BGCOLOR="#CCFFCC"> </td>
- <td WIDTH="50%" BGCOLOR="#CCFFCC"><tt><b>08 15 13 00</b> 00 00 00 00 00
- 0D E9 02 01 1F 08 F0 93 E5 08 00 00 00 DC <b>6C 04</b></tt></td>
- <td WIDTH="50%" BGCOLOR="#CCFFCC"><i>Variable content</i></td>
- </tr>
- <tr>
- <td BGCOLOR="#FFCCCC">TI:</td>
- <td WIDTH="50%" BGCOLOR="#FFCCCC"><b><tt>98 56 00 00</tt></b></td>
- <td WIDTH="50%" BGCOLOR="#FFCCCC"><i>Acknowledgement of data</i></td>
- </tr>
- <tr BGCOLOR="#99FFCC" NOSAVE>
- <td BGCOLOR="#CCFFCC">PC:</td>
- <td WIDTH="50%" BGCOLOR="#CCFFCC" NOSAVE><b><tt>08 92 00 00</tt></b></td>
- <td WIDTH="50%" BGCOLOR="#CCFFCC"><i>End of transmission</i></td>
- </tr>
- <tr>
- <td BGCOLOR="#FFCCCC">TI:</td>
- <td WIDTH="50%" BGCOLOR="#FFCCCC"><b><tt>98 56 00 00</tt></b></td>
- <td WIDTH="50%" BGCOLOR="#FFCCCC"><i>Acknowledgement of EOT</i></td>
- </tr>
- <tr>
- <td>
- <center><b>. . .</b></center>
- </td>
- <td WIDTH="50%">
- <center><b>. . .</b></center>
- </td>
- <td WIDTH="50%">
- <center><b>. . .</b></center>
- </td>
- </tr>
- <tr>
- <td BGCOLOR="#CCFFCC">PC:</td>
- <td WIDTH="50%" BGCOLOR="#CCFFCC"><b><tt>08 C9 10 00</tt></b><tt> 06 00
- 00 00 <i>1D</i> 09 6D 79 5F 64 69 72 5C 73 31 00 <b>B0 03</b></tt></td>
- <td WIDTH="50%" BGCOLOR="#CCFFCC"><i>Variable header: "my_dir/s1"</i></td>
- </tr>
- <tr>
- <td BGCOLOR="#FFCCCC"> </td>
- <td WIDTH="50%" BGCOLOR="#FFCCCC">
- <center><b>...</b></center>
- </td>
- <td WIDTH="50%" BGCOLOR="#FFCCCC"> </td>
- </tr>
- </table>
- <table BORDER=0 CELLSPACING=0 WIDTH="100%" >
- <tr>
- <td WIDTH="32%">
- <center><a href="silent.html"><img SRC="graphics/prevpage.gif" ALT="[previous page]" BORDER=2 height=32 width=32 align=BOTTOM></a>
- <br><a href="silent.html">Silent transfers</a></center>
- </td>
- <td WIDTH="34%">
- <center><a href="index.html"><img SRC="graphics/home.gif" ALT="[home]" BORDER=2 height=32 width=32 align=BOTTOM></a>
- <br><a href="index.html">Table of Contents</a></center>
- </td>
- <td WIDTH="34%">
- <center><a href="flash.html"><img SRC="graphics/nextpage.gif" ALT="[next page]" BORDER=2 height=32 width=32 align=BOTTOM></a>
- <br><a href="flash.html">FLASH transfers</a></center>
- </td>
- </tr>
- </table>
- <hr ALIGN="CENTER"><i>Site maintained by Romain Liévin (<a href="mailto:roms@lpg.ticalc.org">roms@lpg.ticalc.org</a>)
- and Tim Singer (<a href="mailto:tsinger@gladstone.uoregon.edu">tsinger@gladstone.uoregon.edu</a>)</i>
- </body>
- </html>
|