remote.html 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type"
  5. content="text/html; charset=iso-8859-1">
  6. <meta name="GENERATOR"
  7. content="Mozilla/4.7 [en] (X11; I; Linux 2.4.0-test6 i586) [Netscape]">
  8. <title>TI-73 Link Protocol Guide - Remote Control</title>
  9. </head>
  10. <body bgcolor="#ffffe8">
  11. <b>TI-73 Link Protocol Guide</b> - Remote Control
  12. <center>
  13. <h2>
  14. <hr align="center">Remote control</h2>
  15. </center>
  16. The TI-73's remote control ability is "silent," which means that the
  17. calculator
  18. does not need to be put in a special mode. The remote control ability
  19. can
  20. be utilized any time the calculator is ready to accept a keypress.
  21. <p><b><u>Remote command:</u></b>
  22. </p>
  23. <p>The protocol used for sending a remote command is shown below.
  24. <table bgcolor="#ffffff" border="1" cellspacing="0" width="92%">
  25. <tbody>
  26. <tr>
  27. <th bgcolor="#008800" width="7%"><font color="#ffffff">Step</font></th>
  28. <th colspan="3" bgcolor="#008800"><font color="#ffffff">Direction</font></th>
  29. <th bgcolor="#008800" width="80%"><font color="#ffffff">Packet</font></th>
  30. </tr>
  31. <tr>
  32. <td bgcolor="#ffffff" width="7%">
  33. <center>1&nbsp;</center>
  34. </td>
  35. <td rowspan="2">
  36. <center><img src="graphics/comp.gif" alt="Computer" align="bottom"
  37. border="0" height="33" width="30"></center>
  38. </td>
  39. <td bgcolor="#ffffff">
  40. <center><img src="graphics/right.gif" alt="===&gt;" align="bottom"
  41. border="0" height="13" width="22"></center>
  42. </td>
  43. <td rowspan="2" bgcolor="#ffffff">
  44. <center><img src="graphics/calc.gif" alt="Calculator"
  45. align="bottom" border="0" height="35" width="60"></center>
  46. </td>
  47. <td bgcolor="#ffffff" width="80%">CMD</td>
  48. </tr>
  49. <tr>
  50. <td bgcolor="#ffffff" width="7%">
  51. <center>2&nbsp;</center>
  52. </td>
  53. <td bgcolor="#ffffff">
  54. <center><img src="graphics/left.gif" alt="&lt;===" align="bottom"
  55. border="0" height="13" width="22"></center>
  56. </td>
  57. <td bgcolor="#ffffff" width="80%">ACK</td>
  58. </tr>
  59. </tbody>
  60. </table>
  61. </p>
  62. <p>The scancode of the key is sent in the last two bytes of the
  63. command.
  64. Scancodes are defined in the section ?? TI-73 guidebook or can be
  65. found
  66. in the TI83+ FLASH SDK (ti73.inc).
  67. </p>
  68. <p><u>Example:</u>
  69. <table border="0" cellspacing="0" width="100%">
  70. <tbody>
  71. <tr>
  72. <td bgcolor="#ccffcc">PC:</td>
  73. <td bgcolor="#ccffcc" width="50%"><b><tt>07 87 9B 00</tt></b></td>
  74. <td bgcolor="#ccffcc" width="50%"><i>Command: Key &lt;B&gt;</i></td>
  75. </tr>
  76. <tr>
  77. <td bgcolor="#ffcccc">TI:</td>
  78. <td bgcolor="#ffcccc" width="50%"><b><tt>74 56 9B 00</tt></b></td>
  79. <td bgcolor="#ffcccc" width="50%"><i>Acknowledgement of command</i></td>
  80. </tr>
  81. </tbody>
  82. </table>
  83. </p>
  84. <table border="0" cellspacing="0" width="100%">
  85. <tbody>
  86. <tr>
  87. <td width="32%">
  88. <center><a href="packet.html"><img src="graphics/prevpage.gif"
  89. alt="[previous page]" align="bottom" border="2" height="32" width="32"></a><br>
  90. <a href="packet.html">Packet Formats</a></center>
  91. </td>
  92. <td width="34%">
  93. <center><a href="index.html"><img src="graphics/home.gif"
  94. alt="[home]" align="bottom" border="2" height="32" width="32"></a><br>
  95. <a href="index.html">Table of Contents</a></center>
  96. </td>
  97. <td width="34%">
  98. <center><a href="screenshot.html"><img src="graphics/nextpage.gif"
  99. alt="[next page]" align="bottom" border="2" height="32" width="32"></a><br>
  100. <a href="screenshot.html">Screenshots</a></center>
  101. </td>
  102. </tr>
  103. </tbody>
  104. </table>
  105. <hr align="center"><i>Site maintained by Romain Li&eacute;vin (<a
  106. href="mailto:roms@lpg.ticalc.org">roms@lpg.ticalc.org</a>)
  107. and Tim Singer (<a href="mailto:tsinger@gladstone.uoregon.edu">tsinger@gladstone.uoregon.edu</a>)</i>
  108. </body>
  109. </html>