Searched refs:ports (Results 1 – 10 of 10) sorted by relevance
51 ports = list(sorted(p.device for p in serial.tools.list_ports.comports()))53 esp = esptool.get_default_connected_device(serial_list=ports, port=None, connect_attempts=4,
142 Filtering serial ports146 ``--port-filter <FilterType>=<FilterValue>`` allows limiting ports that will be tried. This can be …147 with many serial ports. There are a few different types that can be combined. A port must match all…152 * ``--port-filter vid=0x303A`` matches ports with the Espressif USB VID.153 * ``--port-filter vid=0x303A --port-filter vid=0x0403`` matches Espressif and FTDI ports by VID.156 * ``--port-filter name=ttyUSB`` matches ports where the port name contains the specified text.
25 …`` value is specified, ``esptool.py`` will enumerate all connected serial ports and try each one u…34 this environment uses a native Windows Python which accepts COM ports as-is.)36 In Linux, the current user may not have access to serial ports and a "Permission Denied" or "Port d…
22 Remote Serial Ports <remote-serial-ports>
1091 ports = []1105 ports.append(port.device)1106 return sorted(ports)
580 ports = list_ports.comports()581 for p in ports:
91 - ignore resetting on unsupported ports240 - close unused ports while get_default_connected_device
441 bridgeif_portmask_t ports = (bridgeif_portmask_t)ports_mask; in esp_netif_bridge_fdb_add() local443 ports |= 1 << BRIDGEIF_MAX_PORTS; in esp_netif_bridge_fdb_add()446 … if (ERR_OK != bridgeif_fdb_add(esp_netif_br->lwip_netif, (const struct eth_addr *)addr, ports)) { in esp_netif_bridge_fdb_add()
149 In Linux serial ports by default will assert RTS when nothing is attached to them. This can hold th…
118 …On boards with two USB ports (usually marked as USB and UART), you can use the USB port for flashi…