• 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

    1-wire USB

    Hardware
    3
    4
    3.5k
    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
      jrh006
      last edited by

      Hi how do I make the DS1990A 1-wire USB interface unit work with mango ?
      When I try to add 1-wire to the system only com1 shows, not any USB ports

      regards, jesper

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

        Java's support for USB is sketchy at best. I don't recall off hand if there is a Windows solution to this problem, but for *nix you can buy special serial/USB cables (about $25 in Canada). Then you issue a command such as the following:

        mknod /dev/ttyUSB0 c 188 0
        

        The two '0' (zeroes) can be replaced with whatever node you want to use. Note that the nature of USB though makes it sometimes unpredictable which node number will be used. This is usually just a problem on system restarts though.

        Once this is done, you should see something like "/dev/ttyUSB0" show up in your port lists in Mango.

        Best regards,
        Matthew

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

          Which one wire device are you planning on using?

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