【原创】ESP32学习之modbus通信
what is modbus?
Modbus 是一种用于在设备与设备、设备与软件/应用程序以及设备与 HMI 之间进行通信的协议。它广泛用于工业领域以控制/监视设备。
简单来说,Modbus 是一种设备用来与其他设备、软件/应用程序和 HMI 设备进行通信的语言。
When to use and Not use Modbus?
系统复杂
系统要求可靠性高
ESP32需要与其它设备配合使用
How Modbus protocol works?
- Master and Slave
- Request and Response
Fucntion Code (FC) and Address
1 byte, is the command,which tells Slave what to do.
modbus RTU/ASCll 和 Modbus TCP
three popular Modbus types:modbus RTU,modbus ASCII, and modbus TCP.
I considered that using modbus RTU/UART,ignoring modbus TCP.
未完待续
作者:肆月黄妙之
本文版权归作者和博客园共有,仅作学习用途,欢迎转载探讨,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利.