Searched refs:STOPBITS_ONE (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | sermsdos.py | 56 (STOPBITS_ONE, STOPBITS_ONEANDAHALF, 86 stopbits = STOPBITS_ONE,
|
D | serialjava.py | 94 if self._stopbits == STOPBITS_ONE: 248 stopbits=STOPBITS_ONE, # number of stopbits
|
D | serialutil.py | 88 STOPBITS_ONE, STOPBITS_ONE_POINT_FIVE, STOPBITS_TWO = (1, 1.5, 2) variable 232 STOPBITS = (STOPBITS_ONE, STOPBITS_ONE_POINT_FIVE, STOPBITS_TWO) 243 stopbits=STOPBITS_ONE, # number of stop bits
|
D | serialposix.py | 372 if self._stopbits == STOPBITS_ONE: 690 stopbits=STOPBITS_ONE, # number of stop bits
|
D | serialcli.py | 106 if self._stopbits == STOPBITS_ONE:
|
D | serialwin32.py | 166 if self._stopbits == STOPBITS_ONE:
|
D | rfc2217.py | 208 STOPBITS_ONE: 1,
|
/external/autotest/client/cros/i2c/ |
D | usb_to_i2c.py | 115 stopbits=serial.STOPBITS_ONE,
|
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
D | miniterm.py | 429 self.serial.stopbits = serial.STOPBITS_ONE
|