Crates.io | modbus-mapping |
lib.rs | modbus-mapping |
version | 0.3.0 |
source | src |
created_at | 2024-02-28 08:18:57.414766 |
updated_at | 2024-06-26 20:27:45.28723 |
description | Modbus register mapping traits and derive macros |
homepage | |
repository | https://github.com/vladimirvrabely/modbus-mapping |
max_upload_size | |
id | 1156190 |
size | 52,609 |
An API for Modbus Register Mapppings based on tokio-modbus
Check examples folder for usage.
The device and client examples pair is to be run at the same time in two different terminals. The RTU examples assume that virtual serial port has been created beforehand
socat -d -d pty,raw,echo=0,link=/tmp/ttys001 pty,raw,echo=0,link=/tmp/ttys002
Check justfile
.