plccom-for-modbus
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.indi-an.plccom</groupId>
<artifactId>plccom-for-modbus</artifactId>
<version>9.1.5</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.indi-an.plccom</groupId>
<artifactId>plccom-for-modbus</artifactId>
<version>9.1.5</version>
<name>PLCcom for Modbus</name>
<description>Professional Java library for Modbus master/slave communication over TCP, UDP, RTU, RTUâ€overâ€TCP and ASCII protocols.
Provides advanced features including:
- Multiple concurrent listeners for high-throughput message handling
- Support for 32-bit and complex register types with configurable codecs
- Automatic functionâ€code selection for write operations
- Connection pooling and transaction timeout management for robust performance
- Thread-safe operation with listener interfaces for eventâ€driven integration
- Comprehensive error handling, logging and retry mechanisms
Ideal for industrial automation applications requiring rapid development, reliable connectivity and easy integration.
See full component overview at https://www.indi-an.com/en/plccom/modbus/modbus-overview/</description>
<url>https://www.indi-an.com/en/plccom/modbus/modbus-overview/</url>
<organization>
<name>Indi.An GmbH</name>
<url>https://www.indi-an.com</url>
</organization>
<licenses>
<license>
<name>Indi.An GmbH Proprietary License</name>
<url>https://www.indi-an.com/wp-content/uploads/2025/06/EULA_PLCcom_modbus_en_06-2025.pdf</url>
<distribution>manual</distribution>
<comments>Demo runtime without restart 15 minutes. Use only with acceptance of the end-user license agreement (EULA).</comments>
</license>
</licenses>
<developers>
<developer>
<id>jvermehren</id>
<name>J. Vermehren</name>
<email>j.vermehren@indi-an.com</email>
<organization>Indi.An GmbH</organization>
<organizationUrl>https://www.indi-an.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:private</connection>
<developerConnection>scm:git:private</developerConnection>
<url>https://www.indi-an.com/source-not-public</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.java-native</groupId>
<artifactId>jssc</artifactId>
<version>2.9.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.83</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bctls-jdk18on</artifactId>
<version>1.83</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.83</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.36</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>