SerialPortForWindowsTerminal icon indicating copy to clipboard operation
SerialPortForWindowsTerminal copied to clipboard

[Feature][connect] how to disconnect

Open djukyo opened this issue 3 years ago • 2 comments

对串口连接,有这样的需求:

  1. 保持连接;
  2. 临时断开连接;
  3. 一般会利用快捷键来操作,比如: Alt+i

djukyo avatar Dec 16 '21 22:12 djukyo

目前不支持临时关闭串口,可以直接把终端关了,串参数会自动保持,下次直接打开就行了。 不知道是否有特定场景需要临时关闭的功能?能否明确举例说明?

Zhou-zhi-peng avatar Dec 17 '21 00:12 Zhou-zhi-peng

关闭串口比关闭wt的优点是,比较轻; 由于硬件的独占性,只有释放了硬件资源,其他软件才能控制; 举个例子 2021-1217-1203_

djukyo avatar Dec 17 '21 04:12 djukyo