A clone of: https://github.com/nutechsoftware/alarmdecoder This is requires as they dropped support for older firmware releases w/o building in backward compatibility code, and they had previously hardcoded pyserial to a python2 only version.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

115 lines
4.5 KiB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>pyad2usb &mdash; pyad2usb documentation</title>
  7. <link rel="stylesheet" href="_static/default.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: './',
  12. VERSION: '',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="_static/jquery.js"></script>
  19. <script type="text/javascript" src="_static/underscore.js"></script>
  20. <script type="text/javascript" src="_static/doctools.js"></script>
  21. <link rel="top" title="pyad2usb documentation" href="index.html" />
  22. </head>
  23. <body>
  24. <div class="related">
  25. <h3>Navigation</h3>
  26. <ul>
  27. <li class="right" style="margin-right: 10px">
  28. <a href="genindex.html" title="General Index"
  29. accesskey="I">index</a></li>
  30. <li class="right" >
  31. <a href="py-modindex.html" title="Python Module Index"
  32. >modules</a> |</li>
  33. <li><a href="index.html">pyad2usb documentation</a> &raquo;</li>
  34. </ul>
  35. </div>
  36. <div class="document">
  37. <div class="documentwrapper">
  38. <div class="bodywrapper">
  39. <div class="body">
  40. <div class="section" id="pyad2usb">
  41. <h1>pyad2usb<a class="headerlink" href="#pyad2usb" title="Permalink to this headline">ΒΆ</a></h1>
  42. <div class="toctree-wrapper compound">
  43. <ul>
  44. <li class="toctree-l1"><a class="reference internal" href="pyad2usb.html">pyad2usb Package</a><ul>
  45. <li class="toctree-l2"><a class="reference internal" href="pyad2usb.html#id1"><tt class="docutils literal"><span class="pre">pyad2usb</span></tt> Package</a></li>
  46. <li class="toctree-l2"><a class="reference internal" href="pyad2usb.html#module-pyad2usb.ad2usb"><tt class="docutils literal"><span class="pre">ad2usb</span></tt> Module</a></li>
  47. <li class="toctree-l2"><a class="reference internal" href="pyad2usb.html#module-pyad2usb.devices"><tt class="docutils literal"><span class="pre">devices</span></tt> Module</a></li>
  48. <li class="toctree-l2"><a class="reference internal" href="pyad2usb.html#module-pyad2usb.util"><tt class="docutils literal"><span class="pre">util</span></tt> Module</a></li>
  49. <li class="toctree-l2"><a class="reference internal" href="pyad2usb.html#subpackages">Subpackages</a><ul>
  50. <li class="toctree-l3"><a class="reference internal" href="pyad2usb.event.html">event Package</a><ul>
  51. <li class="toctree-l4"><a class="reference internal" href="pyad2usb.event.html#id1"><tt class="docutils literal"><span class="pre">event</span></tt> Package</a></li>
  52. <li class="toctree-l4"><a class="reference internal" href="pyad2usb.event.html#module-pyad2usb.event.event"><tt class="docutils literal"><span class="pre">event</span></tt> Module</a></li>
  53. </ul>
  54. </li>
  55. </ul>
  56. </li>
  57. </ul>
  58. </li>
  59. </ul>
  60. </div>
  61. </div>
  62. </div>
  63. </div>
  64. </div>
  65. <div class="sphinxsidebar">
  66. <div class="sphinxsidebarwrapper">
  67. <h3>This Page</h3>
  68. <ul class="this-page-menu">
  69. <li><a href="_sources/modules.txt"
  70. rel="nofollow">Show Source</a></li>
  71. </ul>
  72. <div id="searchbox" style="display: none">
  73. <h3>Quick search</h3>
  74. <form class="search" action="search.html" method="get">
  75. <input type="text" name="q" />
  76. <input type="submit" value="Go" />
  77. <input type="hidden" name="check_keywords" value="yes" />
  78. <input type="hidden" name="area" value="default" />
  79. </form>
  80. <p class="searchtip" style="font-size: 90%">
  81. Enter search terms or a module, class or function name.
  82. </p>
  83. </div>
  84. <script type="text/javascript">$('#searchbox').show(0);</script>
  85. </div>
  86. </div>
  87. <div class="clearer"></div>
  88. </div>
  89. <div class="related">
  90. <h3>Navigation</h3>
  91. <ul>
  92. <li class="right" style="margin-right: 10px">
  93. <a href="genindex.html" title="General Index"
  94. >index</a></li>
  95. <li class="right" >
  96. <a href="py-modindex.html" title="Python Module Index"
  97. >modules</a> |</li>
  98. <li><a href="index.html">pyad2usb documentation</a> &raquo;</li>
  99. </ul>
  100. </div>
  101. <div class="footer">
  102. &copy; Copyright 2013, Author.
  103. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
  104. </div>
  105. </body>
  106. </html>