• Recent
    • Tags
    • Popular
    • Register
    • Login

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    Modbus for Processing

    Wishlist
    2
    5
    4.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      Juan
      last edited by

      Hi,

      Is it possible to use your Modbus4Java library in the Processing language since its based on Java?

      Processing is a graphic API for Java.

      Is there some information on a pdf that gives you a crash course in using the modbus library?

      1 Reply Last reply Reply Quote 0
      • M
        mlohbihler
        last edited by

        Processing was written in Java, but the scripts that you write are not Java themselves. I'm not sure if Processing has hooks back into Java such that you can implement functionality through APIs. In theory it's possible.

        Best regards,
        Matthew

        1 Reply Last reply Reply Quote 0
        • J
          Juan
          last edited by

          Hi,

          Thanks for responding.

          Have you heard of jamod? Its another modbus library for Java. I posted a question in Processing asking if I can use it in Processing API. Two users came back saying that they have successfully implemented the TCP option in jamod library. There is example code in Sourceforge that they directly just cut an pasted in the Processing API. I'm still waiting for an answer concerning the use of the modbus RTU option in Processing. The jamod requires the RXTX library also and since this is already included in Processing I dont know if it will work.

          Do you know of more information on how to use the serotin modbus library?
          So I can start testing. The jamod lib seems a bit more complicated then M4J lib.

          1 Reply Last reply Reply Quote 0
          • M
            mlohbihler
            last edited by

            Yes, we know of Jamod. It is a working implementation, but we decided to write our own for a number of reasons. We believe, as you have noted, that the Modbus4J library is now more advanced.

            The Modbus4J library has a number of test classes that others have successfully used to set up their own integration.

            Best regards,
            Matthew

            1 Reply Last reply Reply Quote 0
            • First post
              Last post