A common mismatch on factory floors and in equipment rooms: the PC has computing power to spare, but the field devices "speak serial." PLC, variable frequency drives, power meters, and temperature sensors—a fair share of them still offer nothing but RS-232 or RS-485. Ordinary commercial PC and many compact builds ship with only USB and Ethernet, and the gap shows up the moment installation begins.
The experience of an independent hardware designer illustrates the point. He spent a year building a CNC-machined aluminum compact computer, from learning CAD and working with overseas machine shops to handling tolerances, quality control, logistics, and packaging instructions. The entire project was about solving details, not performance. Teams building equipment face something similar: what consumes project time is rarely compute selection—it is interface planning, wiring, and on-site commissioning. Serial connectivity sits at the front of that list.
Take the USR-EG628: RK3562J quad-core Cortex-A53 at up to 2.0GHz, running Linux Ubuntu, with 2× RS485, 1× RS232, 1× CAN, 2× Ethernet, and 2× USB. It supports 4G/5G, WiFi, and Ethernet with network backup, ships with Node-RED pre-installed, and supports Docker. For most serial data acquisition scenarios, one device covers computing, networking, and device access at once.
For wiring, three rules cover most of it:
A single RS485 bus is specified for 32 nodes, but real installations need headroom. Energy storage, solar, and metering scenarios often involve dozens of meters; planning roughly a dozen per bus keeps polling cycles under control.
In these cases, a multi-serial model is the straightforward answer:
USB-to-RS485 convertersare the first idea that comes to mind, and the source of the most field problems: most lack isolation, pick up interference once cables get long, and leave a cluster of dongles behind the chassis that makes troubleshooting painful. Fine for temporary debugging, not recommended for long-term deployment.
External serial device serversconvert serial devices to Ethernet before they reach the PC—stable, but the cabinet gains a power supply, extra cabling, and additional failure points. For a permanent production line, switching directly to an edge industrial computer with built-in serial ports often costs less overall.
Using the Node-RED pre-installed on the EG628:
The entire acquisition chain runs without writing code. When custom algorithms are needed, the system opens SSH and supports C/C++, Python, and Docker. The EG628 also supports PLC programming, so it can act as an edge controller rather than just a data gateway.
When serial communication fails, the cause is almost always one of the following:
Wide operating temperature range, power input range, isolation protection, and certifications (the EG628 carries CE, FCC, RoHS, RCM, 3C, among others). These parameters determine whether the device survives on the shop floor long-term—far more important than clock speed.
Connecting RS-232/RS-485 devices is not a hard problem; it is a checklist: compute, interfaces, software, wiring—confirmed in order. An edge industrial computer with the right interfaces arrives on site, gets wired, configured, and verified. "Plug in and it works" is not luck; it is the result of finishing that checklist during selection.