Home
last modified time | relevance | path

Searched refs:suboption (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/tools/esptool_py/esp_rfc2217_server/
Desp_port_manager.py43 def _telnet_process_subnegotiation(self, suboption): argument
44 if suboption[0:1] == COM_PORT_OPTION and suboption[1:2] == SET_CONTROL:
45 if suboption[2:3] == SET_CONTROL_DTR_OFF:
49 elif suboption[2:3] == SET_CONTROL_RTS_OFF and not self.is_download_mode:
55 elif suboption[2:3] == SET_CONTROL_DTR_ON and not self.is_download_mode:
62 elif suboption[2:3] in [
69 super(EspPortManager, self)._telnet_process_subnegotiation(suboption)