Skip to content

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.

License

Notifications You must be signed in to change notification settings

biangxy/modbus4j

This branch is 7 commits behind MangoAutomation/modbus4j:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 8, 2020
Jul 20, 2018
Jul 20, 2018
Jul 20, 2018
Jan 22, 2022
Jul 20, 2018
Feb 2, 2019
Jan 8, 2020
Jul 20, 2018
Jul 20, 2018
Oct 26, 2018
Jul 20, 2018
Jan 21, 2022
Jul 20, 2018
Jul 20, 2018
Jul 20, 2018
Jan 28, 2022

Repository files navigation

modbus4j

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

For support and general help please see our Forum

Commercial licenses are available from https://infiniteautomation.com/modbus4j-open-source-modbus-library/

A public Maven Repository is now available with the latest builds add this to your pom.xml

<repositories>
    <repository>
        <releases>
            <enabled>false</enabled>
        </releases>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
        <id>ias-snapshots</id>
        <name>Infinite Automation Snapshot Repository</name>
        <url>https://maven.mangoautomation.net/repository/ias-snapshot/</url>
    </repository>
    <repository>
        <releases>
            <enabled>true</enabled>
        </releases>
        <snapshots>
            <enabled>false</enabled>
        </snapshots>
        <id>ias-releases</id>
        <name>Infinite Automation Release Repository</name>
        <url>https://maven.mangoautomation.net/repository/ias-release/</url>
    </repository>
</repositories>

The dependency information is:

<dependency>
    <groupId>com.infiniteautomation</groupId>
    <artifactId>modbus4j</artifactId>
    <version>3.0.3</version>
</dependency>

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%