Go to the source code of this file.
Classes | |
| class | arm.Arm |
| class | arm.ArmException |
Namespaces | |
| arm | |
Functions | |
| def | arm.ending_in (s, li) |
| def | arm.r12_serial_port (port) |
| def | arm.search_for_port (port_glob, req, expected_res) |
Variables | |
| int | arm.BAUD_RATE = 19200 |
| arm.BYTE_SIZE = serial.EIGHTBITS | |
| string | arm.CMD_ERROR = 'ABORTED' |
| string | arm.CMD_SUCCESS = 'OK' |
| string | arm.OUTPUT_ENCODING = 'latin_1' |
| string | arm.OUTPUT_STRIP_CHARS = string.whitespace + '>' |
| arm.PARITY = serial.PARITY_NONE | |
| float | arm.READ_SLEEP_TIME = 0.05 |
| float | arm.READ_TIMEOUT = 0.1 |
| list | arm.RESPONSE_END_WORDS = [CMD_SUCCESS, CMD_ERROR] |
| arm.STOP_BITS = serial.STOPBITS_TWO | |