https://github.com/cosimo/perl5-protocol-modbus
Protocol::Modbus CPAN module, interface to industrial Modbus gateways and devices
https://github.com/cosimo/perl5-protocol-modbus
Last synced: about 1 year ago
JSON representation
Protocol::Modbus CPAN module, interface to industrial Modbus gateways and devices
- Host: GitHub
- URL: https://github.com/cosimo/perl5-protocol-modbus
- Owner: cosimo
- Created: 2009-09-12T20:15:13.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2014-01-26T11:07:06.000Z (over 12 years ago)
- Last Synced: 2025-04-09T21:49:57.039Z (about 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Protocol-Modbus
- Size: 172 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Protocol-Modbus version 0.06
============================
Object-oriented class to abstract generation and parsing of Modbus
protocol messages. This class only handles protocol messages generation
and parsing. It does not directly interface with your PLC devices.
For that task, see the Device::PLC CPAN module (when that will be released).
STATUS
The thing is incomplete now.
Only the main design is sketched, though it already works!
Check out the examples to know how it works.
Documentation is incomplete.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
none
COPYRIGHT AND LICENCE
Copyright (C) 2007-2012 by Cosimo Streppone
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.