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

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

    klemorali

    @klemorali

    0
    Reputation
    236
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    klemorali Unfollow Follow

    Latest posts made by klemorali

    • RE: Trouble with Comm Ports in ASCII Module

      A little more info.

      I have had some success getting a USB to Serial Adapter to function properly. By that I mean I plugged it in, restarted mango, and it showed up in the list.

      The device in question is a Model USOPTL4 from B & B Electronics.

      So far I have attempted to use the Moxa realcom TTY driver in the following environments.

      KVM/QEMU instance on Ubuntu 12.04 64bit HOST Ubuntu 12.04 32bit GUEST - This install required modification of Moxa Source Code npreal2.c[line ~759 "terminos_locked"]
      KVM/QEMU instance on Ubuntu 12.04 64bit HOST Ubuntu 12.04 64bit GUEST
      Ubuntu 12.04 32bit installed on HP laptop.
      Ubuntu 12.04 32bit installed on Dell Dimensions 400 Desktop
      Virtualbox instance on Windows 7 64bit HOST Ubuntu 12.04 32bit GUEST
      Amazon Cloud using EBS Volume - Ubuntu 12.04 32bit from Ubuntu servers lists
      Amazon Cloud using EBS Volume - Ubuntu 12.04 64bit from Ubuntu servers lists

      I have had similar results on all of the installs. The exception being that I have not connected USB adapters to all of the virtualized installs. Some of the installs show /dev/ttyS0 in the list and some do not.

      posted in User help
      K
      klemorali
    • Trouble with Comm Ports in ASCII Module

      I have a working Mango Install running on 32 bit Ubuntu 12.04 (server) headless.

      I have properly installed librxtx-java and copied the appropriate files to enable serial ports.

      I am using Moxa Nport 5130A & 5150A Serial Device Servers.

      I have installed the appropriate drivers and am able to [ cat /dev/ttyr00 ] and received data from my device.

      When attempting to add a data source in Mango the list of Serial ports only contains "/dev/ttyS0" No other serial port on the system shows up on the list.

      I have done the following in an attempt to get this working:
      verified that /dev/ttr00 is owned by the dialout group
      verified that /dev/ttyr00 is read/writable to this group. I have also opened it completely "0777"

      Is anyone familiar with this module and what stars must be aligned to get serial ports listed in the dropdown?
      If available I'd happily review the source code and work my way through it, but I have not found any source for this module?
      Is there any possibility of pointing this module to a TCP/IP server instead of a serial port. I'm aware that this is possible under modbus, but my hardware does not support modbus?

      posted in User help
      K
      klemorali
    • RE: Trouble with Comm Ports in ASCII Module

      I have a working Mango Install running on 32 bit Ubuntu 12.04 (server) headless.

      I have properly installed librxtx-java and copied the appropriate files to enable serial ports.

      I am using Moxa Nport 5130A & 5150A Serial Device Servers.

      I have installed the appropriate drivers and am able to [ cat /dev/ttyr00 ] and received data from my device.

      When attempting to add a data source in Mango the list of Serial ports only contains "/dev/ttyS0" No other serial port on the system shows up on the list.

      I have done the following in an attempt to get this working:
      verified that /dev/ttr00 is owned by the dialout group
      verified that /dev/ttyr00 is read/writable to this group. I have also opened it completely "0777"

      Is anyone familiar with this module and what stars must be aligned to get serial ports listed in the dropdown?
      If available I'd happily review the source code and work my way through it, but I have not found any source for this module?
      Is there any possibility of pointing this module to a TCP/IP server instead of a serial port. I'm aware that this is possible under modbus, but my hardware does not support modbus?

      posted in User help
      K
      klemorali