Home
last modified time | relevance | path

Searched refs:serial_for_url (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/pyserial/serial/
D__init__.py32 def serial_for_url(url, *args, **kwargs): function
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dminiterm.py171 …self.serial = serial.serial_for_url(port, baudrate, parity=parity, rtscts=rtscts, xonxoff=xonxoff,…
373 new_serial = serial.serial_for_url(port, do_not_open=True)