Introduction - If you have any usage issues, please Google them yourself
This project represents a Modbus implementation in 100 Java. It can be used to implement Modbus masters and slaves in various flavors:
Serial:
ASCII, RTU (Master only), BIN
IP:
TCP,UDP
The design of this library is fully object oriented, based on abstractions which should support easy understanding, reusability and extensibility.