Serial to Multiple IP Addresses

I have an RV50.

I have IP <> Serial communications working but this data seems that it can only go out to a single pre-assigned IP address.

I would like to be able to connect to the RV50 from different locations with Software that is using the RV50’s serial port. Is this possible?

How can I have the RV50 send data from an attached serial device to more than one IP address?

Hi FishFilet,
From what I understand, you said:
“I would like to be able to connect to the RV50 from different locations with Software that is using the RV50’s serial port. Is this possible?”
Yes, you can connect from different locations, as long as the RV50 is using a routable ip(provided by the carrier).

“How can I have the RV50 send data from an attached serial device to more than one IP address?”
Yes, it’s possible to configure the RV50 send data to more than one ip address using the UDP Multiple Unicast.

UDP Multiple Unicast
With UDP Multiple Unicast, data from the serial port is packed into UDP packets
and sent to multiple IP addresses. To configure UDP Multiple Unicast:

  1. Log in to ACEmanager as “user” and go to Serial > Port Configuration > Port
    Configuration.
  2. In the Startup Mode Default field, select UDP Multiple Unicast.
  3. In the Destination Port field, enter the remote port to be used.
  4. Click Apply.
  5. Go to Serial > Modbus Address List and enter the index numbers and IP
    addresses of the devices you want the data sent to. (See below for detailed configuration)
  6. Click Apply.
  7. Reboot the device.

Modbus Address List
To add a Modbus Address:

  1. Log in to ACEmanager as “user” and go to Serial > MODBUS Address List.
  2. Click Add More.
  3. Enter the Index number, an equal sign, and the IP address. For example:
    10=123.123.123.123 (decimal)
    0xA=123.123.123.123 (hex) Prefix 0x to hex numbers.
    Including the port number after the IP address is optional. If you include the
    port number, separate the port number and IP address by a colon.
    For example:
    10=123.123.123.123:11223
    0xA=123.123.123.123:11223
  4. Click Apply.
  5. Reboot.
    To delete an address from the list, click the X beside it.

I think the above does what you want, although, I haven’t tested it.
The configuration settings is chapter 11 Serial Configuration in the instruction guide.

Hope that answers your issue.
Thanks,
J.