HomeSort by relevance Sort by last modified time
    Searched refs:STOPBITS_TWO (Results 1 - 8 of 8) sorted by null

  /external/chromium-trace/catapult/third_party/pyserial/serial/
sermsdos.py 57 STOPBITS_TWO) = (1, 1.5, 2)
serialutil.py 88 STOPBITS_ONE, STOPBITS_ONE_POINT_FIVE, STOPBITS_TWO = (1, 1.5, 2)
232 STOPBITS = (STOPBITS_ONE, STOPBITS_ONE_POINT_FIVE, STOPBITS_TWO)
serialcli.py 110 elif self._stopbits == STOPBITS_TWO:
serialjava.py 98 elif self._stopbits == STOPBITS_TWO:
serialwin32.py 170 elif self._stopbits == STOPBITS_TWO:
serialposix.py 376 elif self._stopbits == STOPBITS_TWO:
rfc2217.py 210 STOPBITS_TWO: 2,
    [all...]
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
miniterm.py 432 self.serial.stopbits = serial.STOPBITS_TWO

Completed in 112 milliseconds