Neutree / COMTool

Cross platform communicate assistant(Serial/network/terminal tool)( 跨平台 串口调试助手 网络调试助手 终端工具 linux windows mac Raspberry Pi )支持插件和二次开发
https://neucrack.com/p/186
GNU Lesser General Public License v3.0
1.8k stars 330 forks source link

findSerialPort运行后没有显示端口列表 #14

Closed bkdwei closed 5 years ago

bkdwei commented 5 years ago

findSerialPort doesn't work as there is no item can be choosed.

bkdwei commented 5 years ago

use socat solve the problem. 1.apt-get install socat. then link the virtual pty to ttyS. 2.socat -d -d pty,raw,echo=0,link=/dev/ttyS21 pty,raw,echo=0,link=/dev/ttyS22