123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <!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-73 Link Protocol Guide - Remote Control</title>
- </head>
- <body bgcolor="#ffffe8">
- <b>TI-73 Link Protocol Guide</b> - Remote Control
- <center>
- <h2>
- <hr align="center">Remote control</h2>
- </center>
- The TI-73's remote control ability is "silent," which means that the
- calculator
- does not need to be put in a special mode. The remote control ability
- can
- be utilized any time the calculator is ready to accept a keypress.
- <p><b><u>Remote command:</u></b>
- </p>
- <p>The protocol used for sending a remote command is shown below.
- <table bgcolor="#ffffff" border="1" cellspacing="0" width="92%">
- <tbody>
- <tr>
- <th bgcolor="#008800" width="7%"><font color="#ffffff">Step</font></th>
- <th colspan="3" bgcolor="#008800"><font color="#ffffff">Direction</font></th>
- <th bgcolor="#008800" width="80%"><font color="#ffffff">Packet</font></th>
- </tr>
- <tr>
- <td bgcolor="#ffffff" width="7%">
- <center>1 </center>
- </td>
- <td rowspan="2">
- <center><img src="graphics/comp.gif" alt="Computer" align="bottom"
- border="0" height="33" width="30"></center>
- </td>
- <td bgcolor="#ffffff">
- <center><img src="graphics/right.gif" alt="===>" align="bottom"
- border="0" height="13" width="22"></center>
- </td>
- <td rowspan="2" bgcolor="#ffffff">
- <center><img src="graphics/calc.gif" alt="Calculator"
- align="bottom" border="0" height="35" width="60"></center>
- </td>
- <td bgcolor="#ffffff" width="80%">CMD</td>
- </tr>
- <tr>
- <td bgcolor="#ffffff" width="7%">
- <center>2 </center>
- </td>
- <td bgcolor="#ffffff">
- <center><img src="graphics/left.gif" alt="<===" align="bottom"
- border="0" height="13" width="22"></center>
- </td>
- <td bgcolor="#ffffff" width="80%">ACK</td>
- </tr>
- </tbody>
- </table>
- </p>
- <p>The scancode of the key is sent in the last two bytes of the
- command.
- Scancodes are defined in the section ?? TI-73 guidebook or can be
- found
- in the TI83+ FLASH SDK (ti73.inc).
- </p>
- <p><u>Example:</u>
- <table border="0" cellspacing="0" width="100%">
- <tbody>
- <tr>
- <td bgcolor="#ccffcc">PC:</td>
- <td bgcolor="#ccffcc" width="50%"><b><tt>07 87 9B 00</tt></b></td>
- <td bgcolor="#ccffcc" width="50%"><i>Command: Key <B></i></td>
- </tr>
- <tr>
- <td bgcolor="#ffcccc">TI:</td>
- <td bgcolor="#ffcccc" width="50%"><b><tt>74 56 9B 00</tt></b></td>
- <td bgcolor="#ffcccc" width="50%"><i>Acknowledgement of command</i></td>
- </tr>
- </tbody>
- </table>
- </p>
- <table border="0" cellspacing="0" width="100%">
- <tbody>
- <tr>
- <td width="32%">
- <center><a href="packet.html"><img src="graphics/prevpage.gif"
- alt="[previous page]" align="bottom" border="2" height="32" width="32"></a><br>
- <a href="packet.html">Packet Formats</a></center>
- </td>
- <td width="34%">
- <center><a href="index.html"><img src="graphics/home.gif"
- alt="[home]" align="bottom" border="2" height="32" width="32"></a><br>
- <a href="index.html">Table of Contents</a></center>
- </td>
- <td width="34%">
- <center><a href="screenshot.html"><img src="graphics/nextpage.gif"
- alt="[next page]" align="bottom" border="2" height="32" width="32"></a><br>
- <a href="screenshot.html">Screenshots</a></center>
- </td>
- </tr>
- </tbody>
- </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>
|