Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个可以连接到串行端口设备并与之通信的 c++ 库。我需要一个可以在windows和linux上使用的。我已经找到了“serialib”,但这没有枚举可用端口的功能。
所以我要么需要一个跨平台的“端口枚举器”库,要么需要一个全新的跨平台串行端口库。
有谁知道好的吗?
谢谢,丹。
http://wjwwood.io/serial/
https://github.com/wjwwood/serial
这是一个跨平台的串口库,它是 MIT 许可的,运行时没有外部依赖项。
QextSerialPort项目是一个包含端口枚举的跨平台串行端口库。这是他们对所有串行端口进行简单枚举的示例。