当前位置: 首页 > 工具软件 > iot-modbus > 使用案例 >

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

闾丘坚诚
2023-12-01

(一)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

 类似资料: