c++ - Profinet/Profibus linux

标签 c++ linux

我想开始用 C/C++ 在 linux 中做一些 profinet 编程,必须使用哪些库?

我发现必须使用一些内核驱动程序,但 CentOS 6.5 存储库中没有任何内容。

只有一些 youtube 视频。

谢谢。

最佳答案

您可以使用 p-net Profinet 设备堆栈在 C 或 C++ 中进行编程。它是 GPL 许可的,可在 https://github.com/rtlabs-com/p-net 获得
从 Linux 或 RTOS 使用它。不需要特殊的硬件,只需一个标准的以太网接口(interface)。
免责声明:我是p-net的维护者

关于c++ - Profinet/Profibus linux,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22910097/

相关文章:

linux - config.mk 中的 CPPFlags

linux - 当用户按任意键时telnet发送哪些数据

c++ - 堆损坏或堆栈损坏

linux - 将公钥添加到 known_hosts 文件

c++ - 错误 : undefined reference to `sqlite3_open'

c++ - 如何使用 opencv "clean"黑白图像?

linux - 特殊的 Azure 用户定义路由 - 我该怎么办?

Python select() 行为很奇怪

c++ - 在 C++ 中解析坐标字符串的最佳方法

c++ - 在 unordered_map 中插入字符串键、值时出错