Many field devices still communicate through RS232 or RS485: water-supply controllers, factory lighting controllers, charging piles, meters, and PLCs are common examples. Once an RS485 to Ethernet converteror RS232 to Ethernet converter brings these devices onto a network, data can be read and maintenance can be performed from an office or control center, reducing unnecessary site visits.
The key issue is usually not whether a device can be connected, but how it is accessed. Security research into serious flaws in serial-to-Ethernet products has highlighted a practical risk: when a device management interface or transparent transmission port is exposed directly to the public Internet, control equipment that was once isolated on the serial side gains another entry point that can be scanned and probed. Remote maintenance remains useful, but the access path needs to be designed differently.
A safer topology is not:
Public IP → serial device server → PLC/meter
It is:
Field serial device → serial to ethernet converter → industrial router/firewall → corporate VPN or control-center server
The serial device server should use a private IP address. Avoid creating public port-forwarding rules for it, and do not publish its web configuration page to the Internet. Maintenance personnel can first enter the authorized network through a corporate VPN and then reach the field device. Where a control center has a fixed server, the field-side device can initiate the connection to that server instead.
This reduces the exposed attack surface. Support for TCP Server mode does not mean its listening port needs to be open to external networks. For data collection across sites or network segments, an outbound TCP Client connection is often easier to control at the firewall: the field side is allowed to reach only a specified server address and port, while connections from other sources are rejected.
A VPN keeps the access entry point within the corporate network, while the serial data path can have an additional layer of protection. The USR-TCP232-410s, for example, connects one RS232 device and one RS485 device at the same time. It supports TCP, UDP, MQTT, and HTTP, and provides SSL/TLS encryption and mutual certificate authentication in TCP Client, HTTP Client, and MQTT modes.
A practical deployment can follow these steps:
In water-service systems, existing serial control equipment is often connected to a network so that a platform can continuously view operating status. In PUSR's application description for the USR-TCP232-410s, the device is used to bring serial equipment online and monitor it through TCP Server mode. When this mode is used only inside a plant network or VPN, it can fit existing host software that is difficult to modify. When data must cross the public Internet to reach a platform, an outbound device connection, encrypted transmission, and an allowlist offer a more controlled approach.
The same principle applies to electrical fire-alarm reporting and factory or mine lighting monitoring. Alarm data needs to reach a remote server promptly, but a field control port does not need to be open to the Internet. Separating the data-reporting channel from the engineering-maintenance entry point also makes later troubleshooting and access control clearer.
For a field cabinet that contains both RS232 and RS485 equipment, the USR-TCP232-410s can reduce the number of converters required. It supports Modbus RTU/TCP conversion, simultaneous operation of both serial ports, and a baud-rate range of 600 to 230.4 Kbps. When Modbus devices need to connect to SCADA, a private server, or an IoT platform, protocol conversion can take place at the serial device server, followed by an encrypted TCP Client, MQTT, or HTTP Client path selected according to the platform.
During selection and acceptance, it is not enough to ask whether SSL is supported. Confirm which operating modes support encryption, whether mutual certificate authentication is available, whether the device can initiate outbound-only connections, whether the management page can remain internal, and whether the router can apply least-privilege rules by destination address and port.
The goal of remote access is to let authorized maintenance personnel enter the field network when needed, rather than leaving field devices waiting for connections from the Internet. When anRS485 to Ethernet converterorRS232 to Ethernet converteroperates within controlled networks, controlled protocols, and controlled authentication, remote maintenance has a clear and workable security boundary.