• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Compana

    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
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    Compana

    @Compana

    0
    Reputation
    410
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Compana Unfollow Follow

    Latest posts made by Compana

    • RE: Serial port destroy hangs the application

      Hi, I'm developing a sensor application pretty similar to what Miguel runs. I stuck with RxTx closing. It works fine but I just can't close it. And what's interesting, it doesn't hang - it just keeps running.

      And there is a thing which confuses me the most - I can't find IOLocked!

      import java.io.;
      import gnu.io.
      ;
      import java.util.*;

      public class SerialPortHandler {
      private SerialPort serialPort;
      ...

      my serialPort just doesn't have this parameter.

      And another trouble which I would be so happy to resolve - it takes soooo long to initialize the port - maybe 40 seconds or so.

      Miguel, how long does your port initialize? Did you have that problem at all?

      posted in Modbus4J general discussion
      C
      Compana