Searched refs:convert_outgoing (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dminiterm.py169 def __init__(self, port, baudrate, parity, rtscts, xonxoff, echo=False, convert_outgoing=CONVERT_CRLF, repr_mode=0):
178 self.convert_outgoing = convert_outgoing
179 self.newline = NEWLINE_CONVERISON_MAP[self.convert_outgoing]
239 LF_MODES[self.convert_outgoing]))
249 if data == '\r' and self.convert_outgoing == CONVERT_CR:
255 if self.convert_outgoing == CONVERT_CRLF and data in '\r\n':
260 elif data == '\n' and self.convert_outgoing == CONVERT_LF:
262 elif data == '\r' and self.convert_outgoing == CONVERT_CR:
349 self.convert_outgoing
634 convert_outgoing = CONVERT_CRLF variable
636 convert_outgoing = CONVERT_CR variable
638 convert_outgoing = CONVERT_LF variable
648 convert_outgoing=convert_outgoing, variable
[all...]

Completed in 132 milliseconds