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.

683 lines
20 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>Index &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="#" 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. <h1 id="index">Index</h1>
  41. <div class="genindex-jumpbox">
  42. <a href="#A"><strong>A</strong></a>
  43. | <a href="#B"><strong>B</strong></a>
  44. | <a href="#C"><strong>C</strong></a>
  45. | <a href="#D"><strong>D</strong></a>
  46. | <a href="#E"><strong>E</strong></a>
  47. | <a href="#F"><strong>F</strong></a>
  48. | <a href="#G"><strong>G</strong></a>
  49. | <a href="#I"><strong>I</strong></a>
  50. | <a href="#L"><strong>L</strong></a>
  51. | <a href="#M"><strong>M</strong></a>
  52. | <a href="#N"><strong>N</strong></a>
  53. | <a href="#O"><strong>O</strong></a>
  54. | <a href="#P"><strong>P</strong></a>
  55. | <a href="#R"><strong>R</strong></a>
  56. | <a href="#S"><strong>S</strong></a>
  57. | <a href="#T"><strong>T</strong></a>
  58. | <a href="#U"><strong>U</strong></a>
  59. | <a href="#W"><strong>W</strong></a>
  60. | <a href="#Z"><strong>Z</strong></a>
  61. </div>
  62. <h2 id="A">A</h2>
  63. <table style="width: 100%" class="indextable genindextable"><tr>
  64. <td style="width: 33%" valign="top"><dl>
  65. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB">AD2USB (class in pyad2usb.ad2usb)</a>
  66. </dt>
  67. </dl></td>
  68. <td style="width: 33%" valign="top"><dl>
  69. <dt><a href="pyad2usb.event.html#pyad2usb.event.event.EventHandler.add">add() (pyad2usb.event.event.EventHandler method)</a>
  70. </dt>
  71. </dl></td>
  72. </tr></table>
  73. <h2 id="B">B</h2>
  74. <table style="width: 100%" class="indextable genindextable"><tr>
  75. <td style="width: 33%" valign="top"><dl>
  76. <dt><a href="pyad2usb.html#pyad2usb.devices.SerialDevice.BAUDRATE">BAUDRATE (pyad2usb.devices.SerialDevice attribute)</a>
  77. </dt>
  78. <dd><dl>
  79. <dt><a href="pyad2usb.html#pyad2usb.devices.USBDevice.BAUDRATE">(pyad2usb.devices.USBDevice attribute)</a>
  80. </dt>
  81. </dl></dd>
  82. </dl></td>
  83. </tr></table>
  84. <h2 id="C">C</h2>
  85. <table style="width: 100%" class="indextable genindextable"><tr>
  86. <td style="width: 33%" valign="top"><dl>
  87. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.close">close() (pyad2usb.ad2usb.AD2USB method)</a>
  88. </dt>
  89. <dd><dl>
  90. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.Overseer.close">(pyad2usb.ad2usb.Overseer method)</a>
  91. </dt>
  92. <dt><a href="pyad2usb.html#pyad2usb.devices.SerialDevice.close">(pyad2usb.devices.SerialDevice method)</a>
  93. </dt>
  94. <dt><a href="pyad2usb.html#pyad2usb.devices.SocketDevice.close">(pyad2usb.devices.SocketDevice method)</a>
  95. </dt>
  96. <dt><a href="pyad2usb.html#pyad2usb.devices.USBDevice.close">(pyad2usb.devices.USBDevice method)</a>
  97. </dt>
  98. </dl></dd>
  99. <dt><a href="pyad2usb.html#pyad2usb.util.CommError">CommError</a>
  100. </dt>
  101. </dl></td>
  102. <td style="width: 33%" valign="top"><dl>
  103. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.Overseer.create">create() (pyad2usb.ad2usb.Overseer class method)</a>
  104. </dt>
  105. </dl></td>
  106. </tr></table>
  107. <h2 id="D">D</h2>
  108. <table style="width: 100%" class="indextable genindextable"><tr>
  109. <td style="width: 33%" valign="top"><dl>
  110. <dt><a href="pyad2usb.html#pyad2usb.devices.Device">Device (class in pyad2usb.devices)</a>
  111. </dt>
  112. <dt><a href="pyad2usb.html#pyad2usb.devices.Device.ReadThread">Device.ReadThread (class in pyad2usb.devices)</a>
  113. </dt>
  114. </dl></td>
  115. <td style="width: 33%" valign="top"><dl>
  116. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.Overseer.devices">devices() (pyad2usb.ad2usb.Overseer class method)</a>
  117. </dt>
  118. </dl></td>
  119. </tr></table>
  120. <h2 id="E">E</h2>
  121. <table style="width: 100%" class="indextable genindextable"><tr>
  122. <td style="width: 33%" valign="top"><dl>
  123. <dt><a href="pyad2usb.event.html#pyad2usb.event.event.Event">Event (class in pyad2usb.event.event)</a>
  124. </dt>
  125. <dt><a href="pyad2usb.event.html#pyad2usb.event.event.EventHandler">EventHandler (class in pyad2usb.event.event)</a>
  126. </dt>
  127. </dl></td>
  128. <td style="width: 33%" valign="top"><dl>
  129. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.ExpanderMessage">ExpanderMessage (class in pyad2usb.ad2usb)</a>
  130. </dt>
  131. </dl></td>
  132. </tr></table>
  133. <h2 id="F">F</h2>
  134. <table style="width: 100%" class="indextable genindextable"><tr>
  135. <td style="width: 33%" valign="top"><dl>
  136. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.F1">F1 (pyad2usb.ad2usb.AD2USB attribute)</a>
  137. </dt>
  138. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.F2">F2 (pyad2usb.ad2usb.AD2USB attribute)</a>
  139. </dt>
  140. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.F3">F3 (pyad2usb.ad2usb.AD2USB attribute)</a>
  141. </dt>
  142. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.F4">F4 (pyad2usb.ad2usb.AD2USB attribute)</a>
  143. </dt>
  144. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.Overseer.find_all">find_all() (pyad2usb.ad2usb.Overseer class method)</a>
  145. </dt>
  146. <dd><dl>
  147. <dt><a href="pyad2usb.html#pyad2usb.devices.SerialDevice.find_all">(pyad2usb.devices.SerialDevice static method)</a>
  148. </dt>
  149. <dt><a href="pyad2usb.html#pyad2usb.devices.USBDevice.find_all">(pyad2usb.devices.USBDevice static method)</a>
  150. </dt>
  151. </dl></dd>
  152. </dl></td>
  153. <td style="width: 33%" valign="top"><dl>
  154. <dt><a href="pyad2usb.event.html#pyad2usb.event.event.EventHandler.fire">fire() (pyad2usb.event.event.EventHandler method)</a>
  155. </dt>
  156. <dt><a href="pyad2usb.html#pyad2usb.util.Firmware">Firmware (class in pyad2usb.util)</a>
  157. </dt>
  158. <dt><a href="pyad2usb.html#pyad2usb.devices.USBDevice.FTDI_PRODUCT_ID">FTDI_PRODUCT_ID (pyad2usb.devices.USBDevice attribute)</a>
  159. </dt>
  160. <dt><a href="pyad2usb.html#pyad2usb.devices.USBDevice.FTDI_VENDOR_ID">FTDI_VENDOR_ID (pyad2usb.devices.USBDevice attribute)</a>
  161. </dt>
  162. </dl></td>
  163. </tr></table>
  164. <h2 id="G">G</h2>
  165. <table style="width: 100%" class="indextable genindextable"><tr>
  166. <td style="width: 33%" valign="top"><dl>
  167. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.get_config">get_config() (pyad2usb.ad2usb.AD2USB method)</a>
  168. </dt>
  169. </dl></td>
  170. <td style="width: 33%" valign="top"><dl>
  171. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.Overseer.get_device">get_device() (pyad2usb.ad2usb.Overseer method)</a>
  172. </dt>
  173. </dl></td>
  174. </tr></table>
  175. <h2 id="I">I</h2>
  176. <table style="width: 100%" class="indextable genindextable"><tr>
  177. <td style="width: 33%" valign="top"><dl>
  178. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.id">id (pyad2usb.ad2usb.AD2USB attribute)</a>
  179. </dt>
  180. <dd><dl>
  181. <dt><a href="pyad2usb.html#pyad2usb.devices.Device.id">(pyad2usb.devices.Device attribute)</a>
  182. </dt>
  183. </dl></dd>
  184. <dt><a href="pyad2usb.html#pyad2usb.util.InvalidMessageError">InvalidMessageError</a>
  185. </dt>
  186. </dl></td>
  187. <td style="width: 33%" valign="top"><dl>
  188. <dt><a href="pyad2usb.html#pyad2usb.devices.Device.is_reader_alive">is_reader_alive() (pyad2usb.devices.Device method)</a>
  189. </dt>
  190. </dl></td>
  191. </tr></table>
  192. <h2 id="L">L</h2>
  193. <table style="width: 100%" class="indextable genindextable"><tr>
  194. <td style="width: 33%" valign="top"><dl>
  195. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.LRRMessage">LRRMessage (class in pyad2usb.ad2usb)</a>
  196. </dt>
  197. </dl></td>
  198. </tr></table>
  199. <h2 id="M">M</h2>
  200. <table style="width: 100%" class="indextable genindextable"><tr>
  201. <td style="width: 33%" valign="top"><dl>
  202. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.Message">Message (class in pyad2usb.ad2usb)</a>
  203. </dt>
  204. </dl></td>
  205. </tr></table>
  206. <h2 id="N">N</h2>
  207. <table style="width: 100%" class="indextable genindextable"><tr>
  208. <td style="width: 33%" valign="top"><dl>
  209. <dt><a href="pyad2usb.html#pyad2usb.util.NoDeviceError">NoDeviceError</a>
  210. </dt>
  211. </dl></td>
  212. </tr></table>
  213. <h2 id="O">O</h2>
  214. <table style="width: 100%" class="indextable genindextable"><tr>
  215. <td style="width: 33%" valign="top"><dl>
  216. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.on_alarm">on_alarm (pyad2usb.ad2usb.AD2USB attribute)</a>
  217. </dt>
  218. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.Overseer.on_attached">on_attached (pyad2usb.ad2usb.Overseer attribute)</a>
  219. </dt>
  220. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.on_boot">on_boot (pyad2usb.ad2usb.AD2USB attribute)</a>
  221. </dt>
  222. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.on_bypass">on_bypass (pyad2usb.ad2usb.AD2USB attribute)</a>
  223. </dt>
  224. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.on_close">on_close (pyad2usb.ad2usb.AD2USB attribute)</a>
  225. </dt>
  226. <dd><dl>
  227. <dt><a href="pyad2usb.html#pyad2usb.devices.Device.on_close">(pyad2usb.devices.Device attribute)</a>
  228. </dt>
  229. </dl></dd>
  230. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.on_config_received">on_config_received (pyad2usb.ad2usb.AD2USB attribute)</a>
  231. </dt>
  232. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.Overseer.on_detached">on_detached (pyad2usb.ad2usb.Overseer attribute)</a>
  233. </dt>
  234. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.on_message">on_message (pyad2usb.ad2usb.AD2USB attribute)</a>
  235. </dt>
  236. </dl></td>
  237. <td style="width: 33%" valign="top"><dl>
  238. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.on_open">on_open (pyad2usb.ad2usb.AD2USB attribute)</a>
  239. </dt>
  240. <dd><dl>
  241. <dt><a href="pyad2usb.html#pyad2usb.devices.Device.on_open">(pyad2usb.devices.Device attribute)</a>
  242. </dt>
  243. </dl></dd>
  244. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.on_power_changed">on_power_changed (pyad2usb.ad2usb.AD2USB attribute)</a>
  245. </dt>
  246. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.on_read">on_read (pyad2usb.ad2usb.AD2USB attribute)</a>
  247. </dt>
  248. <dd><dl>
  249. <dt><a href="pyad2usb.html#pyad2usb.devices.Device.on_read">(pyad2usb.devices.Device attribute)</a>
  250. </dt>
  251. </dl></dd>
  252. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.on_status_changed">on_status_changed (pyad2usb.ad2usb.AD2USB attribute)</a>
  253. </dt>
  254. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.on_write">on_write (pyad2usb.ad2usb.AD2USB attribute)</a>
  255. </dt>
  256. <dd><dl>
  257. <dt><a href="pyad2usb.html#pyad2usb.devices.Device.on_write">(pyad2usb.devices.Device attribute)</a>
  258. </dt>
  259. </dl></dd>
  260. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.open">open() (pyad2usb.ad2usb.AD2USB method)</a>
  261. </dt>
  262. <dd><dl>
  263. <dt><a href="pyad2usb.html#pyad2usb.devices.SerialDevice.open">(pyad2usb.devices.SerialDevice method)</a>
  264. </dt>
  265. <dt><a href="pyad2usb.html#pyad2usb.devices.SocketDevice.open">(pyad2usb.devices.SocketDevice method)</a>
  266. </dt>
  267. <dt><a href="pyad2usb.html#pyad2usb.devices.USBDevice.open">(pyad2usb.devices.USBDevice method)</a>
  268. </dt>
  269. </dl></dd>
  270. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.Overseer">Overseer (class in pyad2usb.ad2usb)</a>
  271. </dt>
  272. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.Overseer.DetectThread">Overseer.DetectThread (class in pyad2usb.ad2usb)</a>
  273. </dt>
  274. </dl></td>
  275. </tr></table>
  276. <h2 id="P">P</h2>
  277. <table style="width: 100%" class="indextable genindextable"><tr>
  278. <td style="width: 33%" valign="top"><dl>
  279. <dt><a href="pyad2usb.html#module-pyad2usb.__init__">pyad2usb.__init__ (module)</a>
  280. </dt>
  281. <dt><a href="pyad2usb.html#module-pyad2usb.ad2usb">pyad2usb.ad2usb (module)</a>
  282. </dt>
  283. <dt><a href="pyad2usb.html#module-pyad2usb.devices">pyad2usb.devices (module)</a>
  284. </dt>
  285. </dl></td>
  286. <td style="width: 33%" valign="top"><dl>
  287. <dt><a href="pyad2usb.event.html#module-pyad2usb.event">pyad2usb.event (module)</a>
  288. </dt>
  289. <dt><a href="pyad2usb.event.html#module-pyad2usb.event.event">pyad2usb.event.event (module)</a>
  290. </dt>
  291. <dt><a href="pyad2usb.html#module-pyad2usb.util">pyad2usb.util (module)</a>
  292. </dt>
  293. </dl></td>
  294. </tr></table>
  295. <h2 id="R">R</h2>
  296. <table style="width: 100%" class="indextable genindextable"><tr>
  297. <td style="width: 33%" valign="top"><dl>
  298. <dt><a href="pyad2usb.html#pyad2usb.devices.SerialDevice.read">read() (pyad2usb.devices.SerialDevice method)</a>
  299. </dt>
  300. <dd><dl>
  301. <dt><a href="pyad2usb.html#pyad2usb.devices.SocketDevice.read">(pyad2usb.devices.SocketDevice method)</a>
  302. </dt>
  303. <dt><a href="pyad2usb.html#pyad2usb.devices.USBDevice.read">(pyad2usb.devices.USBDevice method)</a>
  304. </dt>
  305. </dl></dd>
  306. <dt><a href="pyad2usb.html#pyad2usb.devices.SerialDevice.read_line">read_line() (pyad2usb.devices.SerialDevice method)</a>
  307. </dt>
  308. <dd><dl>
  309. <dt><a href="pyad2usb.html#pyad2usb.devices.SocketDevice.read_line">(pyad2usb.devices.SocketDevice method)</a>
  310. </dt>
  311. <dt><a href="pyad2usb.html#pyad2usb.devices.USBDevice.read_line">(pyad2usb.devices.USBDevice method)</a>
  312. </dt>
  313. </dl></dd>
  314. <dt><a href="pyad2usb.html#pyad2usb.devices.Device.ReadThread.READ_TIMEOUT">READ_TIMEOUT (pyad2usb.devices.Device.ReadThread attribute)</a>
  315. </dt>
  316. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.reboot">reboot() (pyad2usb.ad2usb.AD2USB method)</a>
  317. </dt>
  318. </dl></td>
  319. <td style="width: 33%" valign="top"><dl>
  320. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.ExpanderMessage.RELAY">RELAY (pyad2usb.ad2usb.ExpanderMessage attribute)</a>
  321. </dt>
  322. <dt><a href="pyad2usb.event.html#pyad2usb.event.event.EventHandler.remove">remove() (pyad2usb.event.event.EventHandler method)</a>
  323. </dt>
  324. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.RFMessage">RFMessage (class in pyad2usb.ad2usb)</a>
  325. </dt>
  326. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.Overseer.DetectThread.run">run() (pyad2usb.ad2usb.Overseer.DetectThread method)</a>
  327. </dt>
  328. <dd><dl>
  329. <dt><a href="pyad2usb.html#pyad2usb.devices.Device.ReadThread.run">(pyad2usb.devices.Device.ReadThread method)</a>
  330. </dt>
  331. </dl></dd>
  332. </dl></td>
  333. </tr></table>
  334. <h2 id="S">S</h2>
  335. <table style="width: 100%" class="indextable genindextable"><tr>
  336. <td style="width: 33%" valign="top"><dl>
  337. <dt><a href="pyad2usb.html#pyad2usb.devices.SerialDevice">SerialDevice (class in pyad2usb.devices)</a>
  338. </dt>
  339. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.AD2USB.set_config">set_config() (pyad2usb.ad2usb.AD2USB method)</a>
  340. </dt>
  341. <dt><a href="pyad2usb.html#pyad2usb.devices.SocketDevice">SocketDevice (class in pyad2usb.devices)</a>
  342. </dt>
  343. <dt><a href="pyad2usb.html#pyad2usb.util.Firmware.STAGE_BOOT">STAGE_BOOT (pyad2usb.util.Firmware attribute)</a>
  344. </dt>
  345. <dt><a href="pyad2usb.html#pyad2usb.util.Firmware.STAGE_DONE">STAGE_DONE (pyad2usb.util.Firmware attribute)</a>
  346. </dt>
  347. <dt><a href="pyad2usb.html#pyad2usb.util.Firmware.STAGE_LOAD">STAGE_LOAD (pyad2usb.util.Firmware attribute)</a>
  348. </dt>
  349. </dl></td>
  350. <td style="width: 33%" valign="top"><dl>
  351. <dt><a href="pyad2usb.html#pyad2usb.util.Firmware.STAGE_START">STAGE_START (pyad2usb.util.Firmware attribute)</a>
  352. </dt>
  353. <dt><a href="pyad2usb.html#pyad2usb.util.Firmware.STAGE_UPLOADING">STAGE_UPLOADING (pyad2usb.util.Firmware attribute)</a>
  354. </dt>
  355. <dt><a href="pyad2usb.html#pyad2usb.util.Firmware.STAGE_WAITING">STAGE_WAITING (pyad2usb.util.Firmware attribute)</a>
  356. </dt>
  357. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.Overseer.start">start() (pyad2usb.ad2usb.Overseer method)</a>
  358. </dt>
  359. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.Overseer.stop">stop() (pyad2usb.ad2usb.Overseer method)</a>
  360. </dt>
  361. <dd><dl>
  362. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.Overseer.DetectThread.stop">(pyad2usb.ad2usb.Overseer.DetectThread method)</a>
  363. </dt>
  364. <dt><a href="pyad2usb.html#pyad2usb.devices.Device.ReadThread.stop">(pyad2usb.devices.Device.ReadThread method)</a>
  365. </dt>
  366. </dl></dd>
  367. <dt><a href="pyad2usb.html#pyad2usb.devices.Device.stop_reader">stop_reader() (pyad2usb.devices.Device method)</a>
  368. </dt>
  369. </dl></td>
  370. </tr></table>
  371. <h2 id="T">T</h2>
  372. <table style="width: 100%" class="indextable genindextable"><tr>
  373. <td style="width: 33%" valign="top"><dl>
  374. <dt><a href="pyad2usb.html#pyad2usb.util.TimeoutError">TimeoutError</a>
  375. </dt>
  376. </dl></td>
  377. </tr></table>
  378. <h2 id="U">U</h2>
  379. <table style="width: 100%" class="indextable genindextable"><tr>
  380. <td style="width: 33%" valign="top"><dl>
  381. <dt><a href="pyad2usb.html#pyad2usb.util.Firmware.upload">upload() (pyad2usb.util.Firmware static method)</a>
  382. </dt>
  383. </dl></td>
  384. <td style="width: 33%" valign="top"><dl>
  385. <dt><a href="pyad2usb.html#pyad2usb.devices.USBDevice">USBDevice (class in pyad2usb.devices)</a>
  386. </dt>
  387. </dl></td>
  388. </tr></table>
  389. <h2 id="W">W</h2>
  390. <table style="width: 100%" class="indextable genindextable"><tr>
  391. <td style="width: 33%" valign="top"><dl>
  392. <dt><a href="pyad2usb.html#pyad2usb.devices.SerialDevice.write">write() (pyad2usb.devices.SerialDevice method)</a>
  393. </dt>
  394. <dd><dl>
  395. <dt><a href="pyad2usb.html#pyad2usb.devices.SocketDevice.write">(pyad2usb.devices.SocketDevice method)</a>
  396. </dt>
  397. <dt><a href="pyad2usb.html#pyad2usb.devices.USBDevice.write">(pyad2usb.devices.USBDevice method)</a>
  398. </dt>
  399. </dl></dd>
  400. </dl></td>
  401. </tr></table>
  402. <h2 id="Z">Z</h2>
  403. <table style="width: 100%" class="indextable genindextable"><tr>
  404. <td style="width: 33%" valign="top"><dl>
  405. <dt><a href="pyad2usb.html#pyad2usb.ad2usb.ExpanderMessage.ZONE">ZONE (pyad2usb.ad2usb.ExpanderMessage attribute)</a>
  406. </dt>
  407. </dl></td>
  408. </tr></table>
  409. </div>
  410. </div>
  411. </div>
  412. <div class="sphinxsidebar">
  413. <div class="sphinxsidebarwrapper">
  414. <div id="searchbox" style="display: none">
  415. <h3>Quick search</h3>
  416. <form class="search" action="search.html" method="get">
  417. <input type="text" name="q" />
  418. <input type="submit" value="Go" />
  419. <input type="hidden" name="check_keywords" value="yes" />
  420. <input type="hidden" name="area" value="default" />
  421. </form>
  422. <p class="searchtip" style="font-size: 90%">
  423. Enter search terms or a module, class or function name.
  424. </p>
  425. </div>
  426. <script type="text/javascript">$('#searchbox').show(0);</script>
  427. </div>
  428. </div>
  429. <div class="clearer"></div>
  430. </div>
  431. <div class="related">
  432. <h3>Navigation</h3>
  433. <ul>
  434. <li class="right" style="margin-right: 10px">
  435. <a href="#" title="General Index"
  436. >index</a></li>
  437. <li class="right" >
  438. <a href="py-modindex.html" title="Python Module Index"
  439. >modules</a> |</li>
  440. <li><a href="index.html">pyad2usb documentation</a> &raquo;</li>
  441. </ul>
  442. </div>
  443. <div class="footer">
  444. &copy; Copyright 2013, Author.
  445. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
  446. </div>
  447. </body>
  448. </html>