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

  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialutil.py 249 interCharTimeout=None # Inter-character timeout, None to disable
279 self.interCharTimeout = interCharTimeout
468 def setInterCharTimeout(self, interCharTimeout):
470 if interCharTimeout is not None:
471 if interCharTimeout < 0: raise ValueError("Not a valid timeout: %r" % interCharTimeout)
473 interCharTimeout + 1 # test if it's a number, will throw a TypeError if not...
475 raise ValueError("Not a valid timeout: %r" % interCharTimeout)
477 self._interCharTimeout = interCharTimeout
    [all...]
  /external/autotest/client/cros/i2c/
usb_to_i2c.py 118 interCharTimeout=1)

Completed in 149 milliseconds