基于rust的tokio-modbus实现modbus通信

(一)tokio-modbus介绍

A pure Rust Modbus library based on tokio.
Modbus is based on a master/slave model. 
To avoid confusions with the tokio terminology, the master is called client and the slave is called server in this library.

(二)tokio-modbus源码分析

(1)modules

client
prelude
server
slave

每天更新
2021-11-6

猜你喜欢

转载自blog.csdn.net/qq_40791023/article/details/121175039