misc.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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-73 Link Protocol Guide - Miscellaneous</title>
  7. </head>
  8. <body bgcolor="#ffffe8">
  9. <p><b>TI-73 Link Protocol Guide</b> - Miscellaneous </p>
  10. <center>
  11. <h2>
  12. <hr align="center">Miscellaneous</h2>
  13. </center>
  14. <p>This topic contains various stuffs introduced with Ti-Connect which
  15. can not be put at another place.<br>
  16. </p>
  17. <h4><a name="request"></a>Ready / Status<br>
  18. </h4>
  19. The protocol for getting statuss is shown below:
  20. <table nosave="" bgcolor="#ffffff" border="1" cellspacing="0"
  21. width="92%">
  22. <tbody>
  23. <tr>
  24. <th bgcolor="#008800" width="7%"><font color="#ffffff">Step</font></th>
  25. <th colspan="3" bgcolor="#008800"><font color="#ffffff">Direction</font></th>
  26. <th bgcolor="#008800" width="80%"><font color="#ffffff">Packet</font></th>
  27. </tr>
  28. <tr nosave="">
  29. <td bgcolor="#ffffff" width="7%">
  30. <p align="center">1 </p>
  31. </td>
  32. <td rowspan="2" nosave="">
  33. <p align="center"><img src="../ti89/graphics/comp.gif"
  34. alt="Computer" align="bottom" border="0" height="33" width="30"> </p>
  35. </td>
  36. <td bgcolor="#ffffff">
  37. <p align="center"><img src="../ti89/graphics/right.gif" alt="===&gt;"
  38. align="bottom" border="0" height="13" width="22"> </p>
  39. </td>
  40. <td rowspan="2" nosave="">
  41. <p align="center"><img src="../ti89/graphics/calc.gif"
  42. alt="Calculator" align="bottom" border="0" height="35" width="60"> </p>
  43. </td>
  44. <td bgcolor="#ffffff" width="80%">RDY<br>
  45. </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="../ti89/graphics/left.gif" alt="&lt;==="
  53. align="bottom" border="0" height="13" width="22"> </p>
  54. </td>
  55. <td bgcolor="#ffffff" width="80%">ACK with status<br>
  56. </td>
  57. </tr>
  58. </tbody>
  59. </table>
  60. <br>
  61. The 2 bytes after the MID &amp; CID contains a status word. The status
  62. word may contain version information but this is unsure. <br>
  63. But, the bit #0 of the MSB contains status (0 = ready, 1 = not ready).<br>
  64. <p>
  65. <table border="0" cellspacing="0" width="100%">
  66. <tbody>
  67. <tr>
  68. <td width="32%">
  69. <p align="center"><a href="os_version.html"><img
  70. src="graphics/prevpage.gif" alt="[previous page]"
  71. style="border: 2px solid ; width: 32px; height: 32px;"></a> <br>
  72. &nbsp; <a href="os_version.html">OS Version</a> </p>
  73. </td>
  74. <td width="34%">
  75. <p align="center"><a href="index.html"><img
  76. src="graphics/home.gif" alt="[home]" align="bottom" border="2"
  77. height="32" width="32"></a> <br>
  78. <a href="index.html">Table of Contents</a> </p>
  79. </td>
  80. <td width="34%">
  81. <p align="center"><a href="vars.html"><img
  82. src="graphics/nextpage.gif" alt="[next page]"
  83. style="border: 2px solid ; width: 32px; height: 32px;"></a> <br>
  84. <a href="vars.html">Variable Formats</a> </p>
  85. </td>
  86. </tr>
  87. </tbody>
  88. </table>
  89. </p>
  90. <hr align="center"><i>Site maintained by Romain Li&eacute;vin (</i><a
  91. href="mailto:roms@lpg.ticalc.org"><i>roms@lpg.ticalc.org</i></a><i>)
  92. and Tim Singer (</i><a href="mailto:tsinger@gladstone.uoregon.edu"><i>tsinger@gladstone.uoregon.edu</i></a><i>)</i>
  93. </body>
  94. </html>