eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html

changeset 7588
881eebfefd34
parent 7336
0095e231ddaf
child 7592
f79dc58bdf62
equal deleted inserted replaced
7587:635f4f018e76 7588:881eebfefd34
631 Function to check the serial ports for supported MicroPython devices. 631 Function to check the serial ports for supported MicroPython devices.
632 </p> 632 </p>
633 <dl> 633 <dl>
634 <dt>Returns:</dt> 634 <dt>Returns:</dt>
635 <dd> 635 <dd>
636 set of tuples with the board type, a description and the serial 636 tuple containing a list of tuples with the board type, a
637 port it is connected at 637 description and the serial port it is connected at for known device
638 </dd> 638 types and a list of tuples with VID and PID for unknown devices
639 </dl> 639 </dd>
640 <dl> 640 </dl>
641 <dt>Return Type:</dt> 641 <dl>
642 <dd> 642 <dt>Return Type:</dt>
643 set of tuples of (str, str, str) 643 <dd>
644 tuple of (list of tuples of (str, str, str), list of tuples of
645 (str, str)
644 </dd> 646 </dd>
645 </dl> 647 </dl>
646 <div align="right"><a href="#top">Up</a></div> 648 <div align="right"><a href="#top">Up</a></div>
647 <hr /> 649 <hr />
648 <hr /> 650 <hr />

eric ide

mercurial