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

  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
sermsdos.py 56 (STOPBITS_ONE, STOPBITS_ONEANDAHALF,
86 stopbits = STOPBITS_ONE,
serialjava.py 94 if self._stopbits == STOPBITS_ONE:
248 stopbits=STOPBITS_ONE, # number of stopbits
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)
243 stopbits=STOPBITS_ONE, # number of stop bits
serialcli.py 106 if self._stopbits == STOPBITS_ONE:
serialposix.py 372 if self._stopbits == STOPBITS_ONE:
690 stopbits=STOPBITS_ONE, # number of stop bits
serialwin32.py 166 if self._stopbits == STOPBITS_ONE:
rfc2217.py 208 STOPBITS_ONE: 1,
    [all...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
miniterm.py 429 self.serial.stopbits = serial.STOPBITS_ONE

Completed in 645 milliseconds