Python pyserial - 如何确定串行端口的数量?

发布于 2024-10-17 02:39:47 字数 158 浏览 2 评论 0原文

我想确定 Linux 和 Windows 下可用串行端口的数量,包括 USB 适配器提供的端口数量,而无需针对特定平台调整程序。

我现在似乎在追我的尾巴,希望能从另一个角度来看待这个问题。

在任一平台上使用 pyserial 都很容易使用端口,但如何找出有多少端口可用?

I would like to determine the number of available serial ports, including those provided by USB adapters, under both Linux and windows without having to adapt the program for specific platforms.

I seem to be chasing my tail at the moment and would appreciate another angle on this.

Using pyserial is easy enough on either platform for using the ports, but how do you find out how many ports are available?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

习ぎ惯性依靠 2024-10-24 02:39:47

该示例不适合您:

http://pyserial.svn.sourceforge.net/viewvc/checkout/pyserial/trunk/pyserial/examples/scan.py

这有点暴力(它只是尝试连接到每个端口,并且抛出异常的端口被忽略为不存在)。

Does the example not work for you:

http://pyserial.svn.sourceforge.net/viewvc/checkout/pyserial/trunk/pyserial/examples/scan.py

It is a bit brute force (it just tries to connect to every port and ones that throw an exception are ignored as not present).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文