plccom-for-modbus
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.indi-an.plccom</groupId> <artifactId>plccom-for-modbus</artifactId> <version>8.3.8</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>8.3.8</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> <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> </dependencies> </project>