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-83 Link Protocol Guide - Remote Control</title>
  9. </head>
  10. <body bgcolor="#ffffe8">
  11. <b>TI-83 Link Protocol Guide</b> - Remote control/command
  12. <center>
  13. <h2>
  14. <hr align="center">Remote control/command</h2>
  15. </center>
  16. The TI-83'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. Key
  21. codes : <a href="../ti83+/keys.txt">here</a>.
  22. <p><b><u>Remote command:</u></b>
  23. </p>
  24. <p>The protocol used for sending a remote command is shown below.
  25. <table bgcolor="#ffffff" border="1" cellspacing="0" width="92%">
  26. <tbody>
  27. <tr>
  28. <th bgcolor="#008800" width="7%"><font color="#ffffff">Step</font></th>
  29. <th colspan="3" bgcolor="#008800"><font color="#ffffff">Direction</font></th>
  30. <th bgcolor="#008800" width="80%"><font color="#ffffff">Packet</font></th>
  31. </tr>
  32. <tr>
  33. <td bgcolor="#ffffff" width="7%">
  34. <center>1&nbsp;</center>
  35. </td>
  36. <td rowspan="2">
  37. <center><img src="graphics/comp.gif" alt="Computer" align="bottom"
  38. border="0" height="33" width="30"></center>
  39. </td>
  40. <td bgcolor="#ffffff">
  41. <center><img src="graphics/right.gif" alt="===&gt;" align="bottom"
  42. border="0" height="13" width="22"></center>
  43. </td>
  44. <td rowspan="2" bgcolor="#ffffff">
  45. <center><img src="graphics/calc.gif" alt="Calculator"
  46. align="bottom" border="0" height="35" width="60"></center>
  47. </td>
  48. <td bgcolor="#ffffff" width="80%">CMD</td>
  49. </tr>
  50. <tr>
  51. <td bgcolor="#ffffff" width="7%">
  52. <center>2&nbsp;</center>
  53. </td>
  54. <td bgcolor="#ffffff">
  55. <center><img src="graphics/left.gif" alt="&lt;===" align="bottom"
  56. border="0" height="13" width="22"></center>
  57. </td>
  58. <td bgcolor="#ffffff" width="80%">ACK</td>
  59. </tr>
  60. </tbody>
  61. </table>
  62. </p>
  63. <p>The scancode of the key is sent in the last two bytes of the
  64. command.
  65. Scancodes are defined in the section ?? TI-83 guidebook or can be found
  66. in the TI83+ FLASH SDK (ti83plus.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>03 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>83 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>