expliot.plugins.busauditor.bauartscan¶
Support for Bus Auditor Device Information.
Classes¶
Test selected channels for UART communication protocol. |
Module Contents¶
- class expliot.plugins.busauditor.bauartscan.BaUartScan¶
Bases:
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
]
- static display_uart_scan_result(result_list)¶
Displays uart scan result.
- Args:
result_dict (dict): Dict of UART port scan result
- Returns:
Nothing
- Raises:
Nothing
- execute()¶
Execute the test.