Searched refs:tx_cmd_separator (Results 1 – 4 of 4) sorted by relevance
39 tx_cmd_separator='\n', argument46 self.tx_cmd_separator = tx_cmd_separator112 cmd_str.strip(self.tx_cmd_separator)114 self._tn.write(_ascii_string(cmd_str + self.tx_cmd_separator))136 ret_text = ret_text.strip(self.tx_cmd_separator +
135 self.tx_cmd_separator = '\n\r'157 cmd_str.strip(self.tx_cmd_separator)162 self._tn.write(utils.ascii_string(cmd_str + self.tx_cmd_separator))172 res = res.replace(self.tx_cmd_separator, '')
37 self._tnhelper = _tnhelper._TNHelper(tx_cmd_separator='\r\n',
43 self._tnhelper = _tnhelper._TNHelper(tx_cmd_separator='\r\n',