# ModBus **Repository Path**: alexc123/ModBus ## Basic Information - **Project Name**: ModBus - **Description**: ModBus - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-08 - **Last Updated**: 2025-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### pymodbus git clone https://github.com/riptideio/pymodbus ### modbus-tk git clone https://github.com/ljean/modbus-tk ### libmodbus c语言底层 git clone https://github.com/stephane/libmodbus ### 参考资料 python modbus 实现RTU 通信: https://blog.csdn.net/qq_40423339/article/details/96289321 python modbus 实现TCP 通信: https://blog.csdn.net/qq_40423339/article/details/96284979 MODBUS学习笔记——modbus tk modbus TCP主机实现: https://blog.csdn.net/xukai871105/article/details/21884065 pymodbus使用介绍: https://blog.csdn.net/ACK_ACK/article/details/103139095 ### 说明 modbus-tcp是通过以太网进行连接 modbus-rtu和ascii是通过串口进行通信的 服务端主要使用ModbusSlave进行测试 MThings也是很优秀的测试工具,既有主机也有从机😀 ### python3.7.5-32 pip install Cython pip install modbus_tk ⛏现在不必要的,但安上去了,后期如需要压缩体积可以卸载 pip install PyQt5 pip install PyQt5-tools ### C++ Qt modbus使用详解: https://blog.csdn.net/kissgoodbye2012/article/details/112105418