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

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dminiterm.py161 CONVERT_CR = 1 variable
249 if data == '\r' and self.convert_outgoing == CONVERT_CR:
262 elif data == '\r' and self.convert_outgoing == CONVERT_CR:
636 convert_outgoing = CONVERT_CR

Completed in 49 milliseconds