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

  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialutil.py 245 xonxoff=False, # enable software flow control
276 self.xonxoff = xonxoff
430 def setXonXoff(self, xonxoff):
432 self._xonxoff = xonxoff
439 xonxoff = property(getXonXoff, setXonXoff, doc="XON/XOFF setting") variable in class:SerialBase
488 _SETTINGS = ('baudrate', 'bytesize', 'parity', 'stopbits', 'xonxoff',
508 return "%s<id=0x%x, open=%s>(port=%r, baudrate=%r, bytesize=%r, parity=%r, stopbits=%r, timeout=%r, xonxoff=%r, rtscts=%r, dsrdtr=%r)" % (
518 self.xonxoff,
sermsdos.py 77 xonxoff: enable software flow control
88 xonxoff = 0,
serialjava.py 250 xonxoff=0, # enable software flow control variable in class:.Serial
rfc2217.py 498 raise ValueError('xonxoff and rtscts together are not supported')
    [all...]
serialposix.py 392 # xonxoff
414 # XXX should there be a warning if setting up rtscts (and xonxoff etc) fails??
692 xonxoff=0, # enable software flow control
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
miniterm.py 169 def __init__(self, port, baudrate, parity, rtscts, xonxoff, echo=False, convert_outgoing=CONVERT_CRLF, repr_mode=0):
171 self.serial = serial.serial_for_url(port, baudrate, parity=parity, rtscts=rtscts, xonxoff=xonxoff, timeout=1)
175 self.serial = serial.Serial(port, baudrate, parity=parity, rtscts=rtscts, xonxoff=xonxoff, timeout=1)
235 sys.stderr.write('--- software flow control: %s\n' % (self.serial.xonxoff and 'active' or 'inactive'))
438 self.serial.xonxoff = (c == 'X')
503 group.add_option("--xonxoff",
504 dest = "xonxoff",
646 xonxoff=options.xonxoff variable
    [all...]
  /external/autotest/client/cros/i2c/
usb_to_i2c.py 116 xonxoff=False,
  /device/linaro/hikey/installer/hikey/
hisi-idt.py 211 xonxoff=False,

Completed in 128 milliseconds