如何使用pyserial打开繁忙的串口(共享端口)
是否可以打开已使用的串口? 并向其发送数据
还是创建新数据并为少数应用程序共享?
我试图避免使用端口对(由 Windows 驱动程序创建)
Is it possible open serial port which already in use?
and send data to it
Or create new one and share it for few applications?
I'm trying to avoid use of port pairs (created by windows driver)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想您可以使用像超级终端这样的中间程序,并从其他应用程序向它发送密钥,因为超级终端从多个来源发送它们。
除了这样的解决方法之外,我从未听说过一个端口同时在多个程序中打开。
I guess you could use an intemediate program like Hyperterminal and sendkeys to it from other apps, ao that Hyperterminal sends them from multiple sources.
Other than a workaround like that I've never heard of a port beng open in more than one program simultaneously.