naneos.usb.partector.scan
Find Partectors on the serial ports of this machine.
list_serial_ports(ports_exclude=None)
Serial ports that look like a Partector and can be opened, excluding ports_exclude.
Source code in src/naneos/usb/partector/scan.py
70 71 72 73 74 75 76 77 78 79 80 81 82 | |
scan_for_serial_partector(serial_number, kind=None)
Port of the device with this serial number, or None if it is not plugged in.
kind restricts the search to one device family.
Source code in src/naneos/usb/partector/scan.py
58 59 60 61 62 63 64 65 66 67 | |
scan_serial_ports(ports_exclude=None)
Identify the Partector behind every candidate serial port, in parallel.
Source code in src/naneos/usb/partector/scan.py
45 46 47 48 49 50 51 52 53 54 55 | |