Search code examples
javamodbus

Need modbus Java library


I need simple modbus Java library with source code. I found on google but there is .jar file and doesn't have strong using manual. Can anybody suggest me modbus library with using manual or source code ?


Solution

  • Try this one:

    http://sourceforge.net/projects/jamod/files/jamod/1.2/

    By the way, you can use JDGUI to see the sources of any jar file.