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

changeset 8134
a5c4ac339f2a
parent 8124
98b57e2f731a
equal deleted inserted replaced
8133:4d1d1c248f79 8134:a5c4ac339f2a
757 <dl> 757 <dl>
758 <dt>Return:</dt> 758 <dt>Return:</dt>
759 <dd> 759 <dd>
760 tuple containing a list of tuples with the board type, the port 760 tuple containing a list of tuples with the board type, the port
761 description, a description, the serial port it is connected at, the 761 description, a description, the serial port it is connected at, the
762 VID and PID for known device types and a list of tuples with VID, PID 762 VID and PID for known device types, a list of tuples with VID, PID
763 and description for unknown devices 763 and description for unknown devices and a list of tuples with VID,
764 PID, description and port name for ports with missing VID or PID
764 </dd> 765 </dd>
765 </dl> 766 </dl>
766 <dl> 767 <dl>
767 <dt>Return Type:</dt> 768 <dt>Return Type:</dt>
768 <dd> 769 <dd>
769 tuple of (list of tuples of (str, str, str, str, int, int), 770 tuple of (list of tuples of (str, str, str, str, int, int),
770 list of tuples of (int, int, str) 771 list of tuples of (int, int, str),
772 list of tuples of (int, int, str, str)
771 </dd> 773 </dd>
772 </dl> 774 </dl>
773 <div align="right"><a href="#top">Up</a></div> 775 <div align="right"><a href="#top">Up</a></div>
774 <hr /> 776 <hr />
775 <hr /> 777 <hr />

eric ide

mercurial