MangoAutomation / modbus4j

A high-performance and ease-of-use implementation of the Modbus protocol written in Java. Supports ASCII, RTU, TCP, and UDP transports as slave or master, automatic request partitioning and response data type parsing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jdk support

sad00731 opened this issue · comments

does this project support jdk 1.5?

The master branch should be built against Java 1.8. However there is an old version that at some point was ported for Java 1.4 but is in not maintained. It has been awhile since I have dealt with Java 1.5 compatibility so I would suggest you try and compile it with that JDK and see what happens.

The 1.4 compatibility tree:
https://github.com/infiniteautomation/modbus4j/tree/master/src_cdc