Lines Matching refs:port
777 if args.port is None:
781 ser_list = [args.port]
790 if args.port is None or args.chip == "auto":
796 args.port,
805 port=args.port,
1092 for port in list_ports.comports():
1093 if sys.platform == "darwin" and port.device.endswith(
1097 if vids and (port.vid is None or port.vid not in vids):
1099 if pids and (port.pid is None or port.pid not in pids):
1102 port.name is None or all(name not in port.name for name in names)
1105 ports.append(port.device)
1133 port: str,
1152 esp = chip_class(port, initial_baud, trace)
1181 port, argument
1202 if port is not None: