remote.html 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <html>
  3. <head>
  4. <meta name="GENERATOR" content="Visual Page 1.0 for Windows">
  5. <meta http-equiv="Content-Type" content="text/html;CHARSET=iso-8859-1">
  6. <title>TI-86 Link Protocol Guide - Remote Control</title>
  7. </head>
  8. <body bgcolor="#ffffe8">
  9. <p><b>TI-86 Link Protocol Guide v1.0</b> - Remote control/command
  10. </p>
  11. <center>
  12. <h2>
  13. <hr align="center">Remote control</h2>
  14. </center>
  15. <p>The TI-86's remote control ability is "silent," which means that the
  16. calculator does not need to be
  17. put in a special mode. The remote control ability can be utilized any
  18. time the calculator is ready to accept a
  19. keypress. Key codes : <a href="../ti83+/keys.txt">here</a>.</p>
  20. <p><b><u>Remote command:</u></b></p>
  21. <p>The protocol used for sending a remote command is shown below.
  22. <table bgcolor="#ffffff" border="1" cellspacing="0" width="92%">
  23. <tbody>
  24. <tr>
  25. <th bgcolor="#008800" width="7%"><font color="#ffffff">Step</font></th>
  26. <th colspan="3" bgcolor="#008800"><font color="#ffffff">Direction</font></th>
  27. <th bgcolor="#008800" width="80%"><font color="#ffffff">Packet</font></th>
  28. </tr>
  29. <tr>
  30. <td bgcolor="#ffffff" width="7%">
  31. <p align="center">1 </p>
  32. </td>
  33. <td rowspan="3">
  34. <p align="center"><img src="graphics/comp.gif" alt="Computer"
  35. align="bottom" border="0" height="33" width="30"> </p>
  36. </td>
  37. <td bgcolor="#ffffff">
  38. <p align="center"><img src="graphics/right.gif" alt="===&gt;"
  39. align="bottom" border="0" height="13" width="22"> </p>
  40. </td>
  41. <td rowspan="3" bgcolor="#ffffff">
  42. <p align="center"><img src="graphics/calc.gif" alt="Calculator"
  43. align="bottom" border="0" height="67" width="30"> </p>
  44. </td>
  45. <td bgcolor="#ffffff" width="80%">CMD</td>
  46. </tr>
  47. <tr>
  48. <td bgcolor="#ffffff" width="7%">
  49. <p align="center">2 </p>
  50. </td>
  51. <td bgcolor="#ffffff">
  52. <p align="center"><img src="graphics/left.gif" alt="&lt;==="
  53. align="bottom" border="0" height="13" width="22"> </p>
  54. </td>
  55. <td bgcolor="#ffffff" width="80%">ACK</td>
  56. </tr>
  57. <tr>
  58. <td bgcolor="#ffffff" width="7%">
  59. <p align="center">3 </p>
  60. </td>
  61. <td bgcolor="#ffffff">
  62. <p align="center"><img src="graphics/left.gif" alt="&lt;==="
  63. align="bottom" border="0" height="13" width="22"> </p>
  64. </td>
  65. <td bgcolor="#ffffff" width="80%">Second ACK or SKIP/EXIT with
  66. 1-byte error code. If SKIP/EXIT, then the computer sends an ACK packet
  67. back to the calculator. (fixme !)<br>
  68. </td>
  69. </tr>
  70. </tbody>
  71. </table>
  72. </p>
  73. <p>The scancode of the key is sent in the last two bytes of the
  74. command. The &lt;2nd&gt; and &lt;Alpha&gt; keys
  75. are not sent as scancodes, but are implied by the scancode of the
  76. following key.</p>
  77. <p><u>Example:</u>
  78. <table style="width: 993px; height: 74px;" border="0" cellspacing="0">
  79. <tbody>
  80. <tr>
  81. <td bgcolor="#ccffcc">PC:</td>
  82. <td bgcolor="#ccffcc" width="50%"><b><tt>06 87 C7&nbsp;00</tt></b></td>
  83. <td bgcolor="#ccffcc" width="50%"><i>Command: Key &lt;M1&gt;
  84. (&lt;2nd&gt;+&lt;F1&gt;)</i></td>
  85. </tr>
  86. <tr>
  87. <td bgcolor="#ffcccc">TI:</td>
  88. <td bgcolor="#ffcccc" width="50%"><b><tt>86 56 00 00</tt></b></td>
  89. <td bgcolor="#ffcccc" width="50%"><i>Acknowledgement of command</i></td>
  90. </tr>
  91. <tr>
  92. <td bgcolor="#ffcccc">TI:</td>
  93. <td bgcolor="#ffcccc" width="50%"><b><tt>86 56 00 00</tt></b></td>
  94. <td bgcolor="#ffcccc" width="50%"><i>Acknowledgement </i>(fixme
  95. !)</td>
  96. </tr>
  97. </tbody>
  98. </table>
  99. </p>
  100. <p>The computer will not send any information back through the link
  101. port except the error state when an error screen
  102. is loaded.<br>
  103. &nbsp;
  104. <table border="0" cellspacing="0" width="100%">
  105. <tbody>
  106. <tr>
  107. <td width="32%">
  108. <p align="center"><a href="packet.html"><img
  109. src="graphics/prevpage.gif" alt="[previous page]" align="bottom"
  110. border="2" height="32" width="32"></a> <br>
  111. <a href="packet.html">Packet Formats</a> </p>
  112. </td>
  113. <td width="34%">
  114. <p align="center"><a href="index.html"><img
  115. src="graphics/home.gif" alt="[home]" align="bottom" border="2"
  116. height="32" width="32"></a> <br>
  117. <a href="index.html">Table of Contents</a> </p>
  118. </td>
  119. <td width="34%">
  120. <p align="center"><a href="screenshot.html"><img
  121. src="graphics/nextpage.gif" alt="[next page]" align="bottom" border="2"
  122. height="32" width="32"></a> <br>
  123. <a href="screenshot.html">Screenshots</a> </p>
  124. </td>
  125. </tr>
  126. </tbody>
  127. </table>
  128. </p>
  129. <hr align="center"><i>Site maintained by Romain Li&eacute;vin (</i><a
  130. href="mailto:roms@lpg.ticalc.org"><i>roms@lpg.ticalc.org</i></a><i>)
  131. and Tim Singer (</i><a href="mailto:tsinger@gladstone.uoregon.edu"><i>tsinger@gladstone.uoregon.edu</i></a><i>)</i>
  132. </body>
  133. </html>