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

  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
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 108 elif self._stopbits == STOPBITS_ONE_POINT_FIVE:
serialjava.py 96 elif stopbits == STOPBITS_ONE_POINT_FIVE:
serialwin32.py 168 elif self._stopbits == STOPBITS_ONE_POINT_FIVE:
serialposix.py 374 elif self._stopbits == STOPBITS_ONE_POINT_FIVE:
rfc2217.py 209 STOPBITS_ONE_POINT_FIVE: 3,
    [all...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
miniterm.py 435 self.serial.stopbits = serial.STOPBITS_ONE_POINT_FIVE

Completed in 74 milliseconds