A delightful little Modbus library for Java.

java jserialcomm modbus modbus-master modbus-rtu modbus-slave modbus-tcp netty purejavacomm
1 Open Issue Need Help Last updated: Jul 26, 2025

Open Issues Need Help

View All on GitHub
Coil Support about 1 month ago

AI Summary: The task is to implement support for reading and writing Modbus coils in the Nifty Modbus library. This involves adding methods for `readCoilResponse` and `writeCoilRequest` (and potentially others), handling the appropriate Modbus function codes, and updating the documentation. The existing codebase already includes the `ModbusBlockType.Coil` enum, suggesting a relatively straightforward extension.

Complexity: 3/5
help wanted question

A delightful little Modbus library for Java.

Java
#java#jserialcomm#modbus#modbus-master#modbus-rtu#modbus-slave#modbus-tcp#netty#purejavacomm