Home
last modified time | relevance | path

Searched refs:SerialWithLogging (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_console/
H A Dembedding.rst108 from pw_console.pyserial_wrapper import SerialWithLogging
110 serial_device = SerialWithLogging('/dev/ttyUSB0', 115200, timeout=1)
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/
H A Dpyserial_wrapper.py27 class SerialWithLogging(serial.Serial): # pylint: disable=too-many-ancestors class
/aosp_15_r20/external/pigweed/pw_system/py/pw_system/
H A Ddevice_connection.py200 pyserial_wrapper.SerialWithLogging