Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

Device-Modbus-ASCII version 0.006
=================================
This distribution implements the Modbus ASCII protocol on top of
Device::Modbus. It includes only a client,
Device::Modbus::ASCII::Client.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
* Device::Modbus
* Role::Tiny
* Device::SerialPort
THANKS
This distribution came to life thanks to Stefan Parvu from Kronometrix.
It was his motivation, dedication and support that made this module
possible.
COPYRIGHT AND LICENCE
Copyright (C) 2017 by Julio FRAIRE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.24.1 or,
at your option, any later version of Perl 5 you may have available.