In building automation circles, a recurring question comes up: a laptop running CCT or PCT, a BACnet MS/TP device on the bench, and the wish to bridge the two through an RS485 to Ethernet converter (Serial to Ethernet Converter) so the device can be reached over IP. The link does half of that job out of the box. The other half — a protocol layer that sits in the middle — is where things start to fall apart. Below is a walk through what each option actually does, and where the line is drawn between a plain serial gateway and a full BACnet Router.
The confusion usually starts by collapsing three separate protocols into a single idea. Each layer has a different job:
An RS485-to-Ethernet converter can bridge the physical sides of those wires. What it moves is bytes, not BACnet packets. Whether a BACnet tool on the IP side sees anything depends on the role the converter ends up playing on each side of the bus.
Usage A — CCT debugs an MS/TP device directly, with no BACnet/IP backbone in the picture.
In this setup, CCT acts as a TCP Client against a transparent serial gateway, and bytes are passed through to the MS/TP device unchanged. Two details matter on the wire:
For this kind of use,a plain transparent serial gateway is enough.
Usage B — the MS/TP device joins the building's existing BACnet/IP backbone.
In this setup, CCT sitting on the IP network sends Who-Is, reads Present-Value, and maintains an object list. The expectation is that any device hanging off an MS/TP sub-net is auto-discovered and stays pollable across segments. To make that work, the gateway has to:
That is not something byte-level passthrough can do. It needs a BACnet Router, or at minimum an industrial gateway with BACnet Routing capability.
The PUSR lineup is positioned on the RS485 ↔ Ethernet transparent-serial and Modbus-gateway side. It does not, on its own, carry BACnet Router functionality. Worth flagging that boundary clearly before any shortlist goes out.
If the project is in Usage A — a single-point debug session on site — the classic USR-TCP232-410s lines up directly:
When the on-site debug job is done and the next step is pushing data to the cloud, the USR-N720 takes over. It carries two RS485 ports plus one Ethernet port, converts Modbus/DL/T 645 to MQTT plus JSON, supports SSL and SD-card caching, and mounts on either DIN rail or wall. That footprint covers a Modbus/DL data-to-cloud use case — still not a BACnet Router.
If the project drifts into Usage B — MS/TP ↔ BACnet/IP routing, Who-Is forwarding across segments, multi-master scheduling — that path is outside what these two boxes cover. A separate industrial gateway that actually advertises BACnet Routing capability would need to be the first pick. Only after that is the RS485 interface form-factor of the BACnet Router itself worth discussing.
An RS485 to Ethernet converter moves bytes. Making an MS/TP device discoverable by CCT and pollable by a building's BACnet/IP network is a BACnet Router's job, not a byte-gateway's. On the procurement side, those two belong on different lines.