• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. libu7alex
    3. Topics

    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
    L
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Groups 0

    Topics

    • L

      RTU RS232 communication problem

      Watching Ignoring Scheduled Pinned Locked Moved Modbus4J general discussion
      2
      0 Votes
      2 Posts
      3k Views
      phildunlapP
      Hi libu7alex, ReadSerialTest throws a null pointer because TestSerialPortWrapper returns nulls for its input and output streams. That looks like a bug in the test, and shouldn't affect the larger issue you seem to be asking about, so, I believe you're writing code to use Modbus4J? We offer limited free support for this. You are providing the SerialPortWrapper to the Modbus master you're creating an instance of, correct? If so you should set a breakpoint in your serial port wrapper and see what happens in the serial library you're wrapping for the 232 setup you're testing when it tries to get the input or output stream from your wrapper.
    • L

      How to cast BatchResults getValue(n) property to int in ModBus TCP/IP

      Watching Ignoring Scheduled Pinned Locked Moved Modbus4J general discussion
      3
      0 Votes
      3 Posts
      3k Views
      L
      Thank you so much it works.