Tagged articles
3 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Sep 8, 2025 · Fundamentals

Understanding Modbus: History, Memory Areas, Addresses, and Function Codes

This article provides a comprehensive overview of the Modbus protocol, covering its origins, the classification of memory areas, address encoding, storage area codes, function codes, and the different protocol families (RTU, ASCII, TCP) used in industrial automation.

Function CodesMemory AreasModbus
0 likes · 13 min read
Understanding Modbus: History, Memory Areas, Addresses, and Function Codes
Java Architecture Stack
Java Architecture Stack
Sep 27, 2024 · Industry Insights

How to Connect Java to Industrial Devices: Modbus, JNI, and Serial Port Solutions

This guide explains how Java can communicate with industrial hardware by using the Modbus protocol with jLibModbus, accessing low‑level registers via JNI, and employing serial‑port libraries such as JSerialComm or RXTX, providing step‑by‑step setup, code examples, dependency configuration, and practical considerations for reliable device integration.

Hardware integrationIndustrial IoTJNI
0 likes · 19 min read
How to Connect Java to Industrial Devices: Modbus, JNI, and Serial Port Solutions