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

你好,未来有没有意向增加虚拟串口功能. #38

Open mimimiaomiao1 opened 3 years ago

mimimiaomiao1 commented 3 years ago

这个功能挺实用的..现在win10 ARM系统 这种虚拟串口软件都失效..

Neutree commented 3 years ago

可以阐述一下什么是虚拟串口功能

mimimiaomiao1 commented 3 years ago

不好意思..我没说明白, Win10 ARM系统的虚拟串口工具...

2021年8月14日 22:03,Neucrack @.**@.>> 写道:

可以阐述一下什么是虚拟串口功能

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Neutree/COMTool/issues/38#issuecomment-898898566, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AN4K42YOLPLTPVL7ZT77DC3T4ZZTRANCNFSM5CE56FVA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email.

Neutree commented 3 years ago

意思是用了串口虚拟工具虚拟出来的串口在 comtool上无法识别到?

mimimiaomiao1 commented 3 years ago

目前win10 arm安装你们的程序后,启动会失败.

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: Neucrack @.> 发送时间: Saturday, August 14, 2021 11:00:20 PM 收件人: Neutree/COMTool @.> 抄送: OaimIsGnay @.>; Author @.> 主题: Re: [Neutree/COMTool] 你好,未来有没有意向增加虚拟串口功能. (#38)

意思是用了串口虚拟工具虚拟出来的串口在 comtool上无法识别到?

― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Neutree/COMTool/issues/38#issuecomment-898904845, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AN4K426IJC7N3XM5LPBIB53T42AIJANCNFSM5CE56FVA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email.

Neutree commented 3 years ago

啊这。。。低效沟通,,, 谁启动失败了 win10启动失败了?

Neutree commented 3 years ago

那只能说暂时没有增加这个功能的打算

mimimiaomiao1 commented 3 years ago

你们的程序启动失败.无法使用

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: Neucrack @.> 发送时间: Saturday, August 14, 2021 11:04:01 PM 收件人: Neutree/COMTool @.> 抄送: OaimIsGnay @.>; Author @.> 主题: Re: [Neutree/COMTool] 你好,未来有没有意向增加虚拟串口功能. (#38)

啊这。。。低效沟通,,, 谁启动失败了 win10启动失败了?

― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Neutree/COMTool/issues/38#issuecomment-898905313, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AN4K4256YGASK7BMYCBUYE3T42AWDANCNFSM5CE56FVA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email.

Neutree commented 2 years ago

最近在更新软件, 重新看了下问题,如果仍然有啥问题,可以顺便更新

有几个疑问:

StudentWeis commented 2 years ago

测试了一下,STM32 的 USB CDC 虚拟串口数据确实无法显示。

Neutree commented 2 years ago

@StudentWeis 设备管理器里面看下虚拟设备是什么名字,有可能被 pyserial 这个模块给当成不合法的串口给过滤了

HuoWQ17 commented 2 years ago

虚拟串口功能,有现成的软件叫vspd。 它虚拟出来的端口,在设备管理器(win)里,是单独一个类别,跟物理端口不一样。

然后COMTool是识别不出这些虚拟的端口号的。


更新: vspd新一点的版本,就没这个问题(在设备管理器里,与物理端口是在一起的,COMTool也能识别出来) 供参考。