I’m considering purchasing a RUT206 because I need to connect a device via RS485 and send hexadecimal codes to change its settings, which is my goal.
I’ll start by saying that my knowledge in this field is limited (if not worse), so my question is this:
Is it possible to send these hexadecimal commands to this device using the RUT206?
If so, could someone explain to me step-by-step how to configure it and send these codes?
Yes, what you are looking to achieve should be possible with the RUT206. The standard method for this is to use the router’s “Serial Over IP” feature. This essentially turns the router into a transparent bridge, allowing you to send data from your computer over the network directly to the device connected to the RS485 port.
Here is the general process:
Configure “Serial Over IP”: First, you will need to configure the router. You can find the necessary settings in the WebUI by navigating to Services > Serial Utilities > Over IP . Here, you will set the serial communication parameters (baud rate, etc.) to match your RS485 device and set up a TCP port for the router to listen on.
Send Commands from Your PC: After the router is configured, you will use a TCP client application on your computer to connect to the router’s IP address and the specific port you assigned. From this application, you can then send any string to the serial device.
Please let me know if this helps you. If your goal is to have the router send commands without a computer connected, that is also possible using another method. Just let me know, and I can explain that process as well.
Yes, you’ve been very helpful.
Now I’ll need to purchase this product and run the tests you described.
Is the TCP client application I’ll be using called Hercules?
Could you please explain how to send these commands even without a PC?
Thank you very much.