mbc

Crates.iombc
lib.rsmbc
version0.1.0
sourcesrc
created_at2022-10-15 20:05:29.613631
updated_at2022-10-15 20:05:29.613631
descriptionA command-line interface for the Modbus protocol
homepagehttps://github.com/micrictor/mbc
repositoryhttps://github.com/micrictor/mbc
max_upload_size
id689118
size57,566
Michael R. Torres (micrictor)

documentation

README

MBC - The Modbus CLI

A simple CLI for issuing modbus requests. Supports modbus and modbus over TCP.

Usage

To view full help information, run:

mbc --help

For example, to read the first 10 coil statuses of a Modbus/TCP server on 127.0.0.1:

$ mbc 'tcp://127.0.0.1' read coils 0 10
address status
0       false
1       false
2       true
3       true
4       false
5       true
6       false
7       false
8       false
9       false
Commit count: 41

cargo fmt