:py:mod:`expliot.plugins.busauditor.bauartscan` =============================================== .. py:module:: expliot.plugins.busauditor.bauartscan .. autoapi-nested-parse:: Support for Bus Auditor Device Information. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: expliot.plugins.busauditor.bauartscan.BaUartScan .. py:class:: BaUartScan Bases: :py:obj:`expliot.core.tests.test.Test` Test selected channels for UART communication protocol. Output Format: [ { "baud": 115200, "pins": [ { "tx": 6, "rx": 5 }, # ... more than one possible pin combinations ] }, # ... May be zero or more entries. # If zero UART port found the above dict will not be present ] .. py:method:: display_uart_scan_result(result_list) :staticmethod: Displays uart scan result. Args: result_dict (dict): Dict of UART port scan result Returns: Nothing Raises: Nothing .. py:method:: execute() Execute the test.