All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download j2mod JAR 2.7.0 with all dependencies


A Modbus TCP/UDP/Serial Master and Slave implementation

Files of the artifact j2mod version 2.7.0 from the group com.ghgande.

Artifact j2mod
Group com.ghgande
Version 2.7.0
Last update 05. September 2020
Tags: slave modbus implementation serial master
Organization not specified
URL https://github.com/steveohara/j2mod
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies jSerialComm, slf4j-api,
There are maybe transitive dependencies!
There is a newer version: 3.2.1
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of j2mod Show documentation

Please rate this JAR file. Is it a good library?

116 downloads

Source code of j2mod version 2.7.0

META-INF
META-INF.META-INF.MANIFEST.MF
com.ghgande.j2mod.modbus
com.ghgande.j2mod.modbus.com.ghgande.j2mod.modbus.Modbus
com.ghgande.j2mod.modbus.com.ghgande.j2mod.modbus.ModbusException
com.ghgande.j2mod.modbus.com.ghgande.j2mod.modbus.ModbusIOException
com.ghgande.j2mod.modbus.com.ghgande.j2mod.modbus.ModbusSlaveException
com.ghgande.j2mod.modbus.facade
com.ghgande.j2mod.modbus.facade.com.ghgande.j2mod.modbus.facade.AbstractModbusMaster
com.ghgande.j2mod.modbus.facade.com.ghgande.j2mod.modbus.facade.ModbusSerialMaster
com.ghgande.j2mod.modbus.facade.com.ghgande.j2mod.modbus.facade.ModbusTCPMaster
com.ghgande.j2mod.modbus.facade.com.ghgande.j2mod.modbus.facade.ModbusUDPMaster
com.ghgande.j2mod.modbus.io
com.ghgande.j2mod.modbus.io.com.ghgande.j2mod.modbus.io.AbstractModbusTransport
com.ghgande.j2mod.modbus.io.com.ghgande.j2mod.modbus.io.AbstractSerialTransportListener
com.ghgande.j2mod.modbus.io.com.ghgande.j2mod.modbus.io.BytesInputStream
com.ghgande.j2mod.modbus.io.com.ghgande.j2mod.modbus.io.BytesOutputStream
com.ghgande.j2mod.modbus.io.com.ghgande.j2mod.modbus.io.FastByteArrayInputStream
com.ghgande.j2mod.modbus.io.com.ghgande.j2mod.modbus.io.FastByteArrayOutputStream
com.ghgande.j2mod.modbus.io.com.ghgande.j2mod.modbus.io.ModbusASCIITransport
com.ghgande.j2mod.modbus.io.com.ghgande.j2mod.modbus.io.ModbusRTUTCPTransport
com.ghgande.j2mod.modbus.io.com.ghgande.j2mod.modbus.io.ModbusRTUTransport
com.ghgande.j2mod.modbus.io.com.ghgande.j2mod.modbus.io.ModbusSerialTransaction
com.ghgande.j2mod.modbus.io.com.ghgande.j2mod.modbus.io.ModbusSerialTransport
com.ghgande.j2mod.modbus.io.com.ghgande.j2mod.modbus.io.ModbusTCPTransaction
com.ghgande.j2mod.modbus.io.com.ghgande.j2mod.modbus.io.ModbusTCPTransport
com.ghgande.j2mod.modbus.io.com.ghgande.j2mod.modbus.io.ModbusTransaction
com.ghgande.j2mod.modbus.io.com.ghgande.j2mod.modbus.io.ModbusUDPTransaction
com.ghgande.j2mod.modbus.io.com.ghgande.j2mod.modbus.io.ModbusUDPTransport
com.ghgande.j2mod.modbus.io.com.ghgande.j2mod.modbus.io.NonWordDataHandler
com.ghgande.j2mod.modbus.msg
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ExceptionResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.IllegalAddressExceptionResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.IllegalFunctionExceptionResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.IllegalFunctionRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.IllegalValueExceptionResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.MaskWriteRegisterRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.MaskWriteRegisterResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ModbusMessage
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ModbusMessageImpl
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ModbusRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ModbusResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadCoilsRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadCoilsResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadCommEventCounterRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadCommEventCounterResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadCommEventLogRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadCommEventLogResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadExceptionStatusRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadExceptionStatusResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadFIFOQueueRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadFIFOQueueResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadFileRecordRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadFileRecordResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadInputDiscretesRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadInputDiscretesResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadInputRegistersRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadInputRegistersResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadMEIRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadMEIResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadMultipleRegistersRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadMultipleRegistersResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadSerialDiagnosticsRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadSerialDiagnosticsResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadWriteMultipleRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReadWriteMultipleResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReportSlaveIDRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.ReportSlaveIDResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.WriteCoilRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.WriteCoilResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.WriteFileRecordRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.WriteFileRecordResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.WriteMultipleCoilsRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.WriteMultipleCoilsResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.WriteMultipleRegistersRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.WriteMultipleRegistersResponse
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.WriteSingleRegisterRequest
com.ghgande.j2mod.modbus.msg.com.ghgande.j2mod.modbus.msg.WriteSingleRegisterResponse
com.ghgande.j2mod.modbus.net
com.ghgande.j2mod.modbus.net.com.ghgande.j2mod.modbus.net.AbstractModbusListener
com.ghgande.j2mod.modbus.net.com.ghgande.j2mod.modbus.net.AbstractSerialConnection
com.ghgande.j2mod.modbus.net.com.ghgande.j2mod.modbus.net.AbstractUDPTerminal
com.ghgande.j2mod.modbus.net.com.ghgande.j2mod.modbus.net.ModbusSerialListener
com.ghgande.j2mod.modbus.net.com.ghgande.j2mod.modbus.net.ModbusTCPListener
com.ghgande.j2mod.modbus.net.com.ghgande.j2mod.modbus.net.ModbusUDPListener
com.ghgande.j2mod.modbus.net.com.ghgande.j2mod.modbus.net.SerialConnection
com.ghgande.j2mod.modbus.net.com.ghgande.j2mod.modbus.net.TCPConnectionHandler
com.ghgande.j2mod.modbus.net.com.ghgande.j2mod.modbus.net.TCPMasterConnection
com.ghgande.j2mod.modbus.net.com.ghgande.j2mod.modbus.net.TCPSlaveConnection
com.ghgande.j2mod.modbus.net.com.ghgande.j2mod.modbus.net.UDPMasterConnection
com.ghgande.j2mod.modbus.net.com.ghgande.j2mod.modbus.net.UDPMasterTerminal
com.ghgande.j2mod.modbus.net.com.ghgande.j2mod.modbus.net.UDPSlaveTerminal
com.ghgande.j2mod.modbus.procimg
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.AbstractRegister
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.DefaultProcessImageFactory
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.DigitalIn
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.DigitalOut
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.FIFO
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.File
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.IllegalAddressException
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.InputRegister
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.ObservableDigitalOut
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.ObservableRegister
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.ProcessImage
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.ProcessImageFactory
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.ProcessImageImplementation
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.Record
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.Register
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.SimpleDigitalIn
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.SimpleDigitalOut
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.SimpleInputRegister
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.SimpleProcessImage
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.SimpleRegister
com.ghgande.j2mod.modbus.procimg.com.ghgande.j2mod.modbus.procimg.SynchronizedAbstractRegister
com.ghgande.j2mod.modbus.slave
com.ghgande.j2mod.modbus.slave.com.ghgande.j2mod.modbus.slave.ModbusSlave
com.ghgande.j2mod.modbus.slave.com.ghgande.j2mod.modbus.slave.ModbusSlaveFactory
com.ghgande.j2mod.modbus.slave.com.ghgande.j2mod.modbus.slave.ModbusSlaveType
com.ghgande.j2mod.modbus.util
com.ghgande.j2mod.modbus.util.com.ghgande.j2mod.modbus.util.BitVector
com.ghgande.j2mod.modbus.util.com.ghgande.j2mod.modbus.util.ModPoll
com.ghgande.j2mod.modbus.util.com.ghgande.j2mod.modbus.util.ModbusUtil
com.ghgande.j2mod.modbus.util.com.ghgande.j2mod.modbus.util.Observable
com.ghgande.j2mod.modbus.util.com.ghgande.j2mod.modbus.util.Observer
com.ghgande.j2mod.modbus.util.com.ghgande.j2mod.modbus.util.SerialParameters
com.ghgande.j2mod.modbus.util.com.ghgande.j2mod.modbus.util.ThreadPool




© 2015 - 2024 Weber Informatics LLC | Privacy Policy