# modbus4j **Repository Path**: starts_3/modbus4j ## Basic Information - **Project Name**: modbus4j - **Description**: 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 d - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://github.com/oliver225/modbus4j - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2024-08-14 - **Last Updated**: 2025-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](https://forum.infiniteautomation.com/category/11/modbus4j-general-discussion) **Commercial licenses are available by contacting: sales@radixiot.com** A public Maven Repository is now available with the latest builds add this to your pom.xml ```xml false true ias-snapshots Infinite Automation Snapshot Repository https://maven.mangoautomation.net/repository/ias-snapshot/ true false ias-releases Infinite Automation Release Repository https://maven.mangoautomation.net/repository/ias-release/ ``` The dependency information is: ```xml com.infiniteautomation modbus4j 3.0.3 ```