Easy Modbus · plain-English Modbus reference

Is there a Modbus scanner app for Android?

Updated 18 September 2026

Short answer

Yes — Easy Modbus is an Android app that finds Modbus TCP equipment on the network you are joined to, reads its registers, helps you work out what they mean, and writes to them with guard rails. The one thing to understand first is that Modbus has no discovery: no device ever announces itself, so “scanning” means sweeping the local network for anything answering on port 502. A phone does that just as well as a laptop, as long as it is on the same network as the equipment.

Why a phone is often the right tool

The equipment is in a plant room, a riser, or on a roof. The register you need to check is a two-minute job. Carrying a laptop, finding a network port, and getting an IP on the right subnet is not a two-minute job. A phone already on the building Wi-Fi, or tethered to a small travel router plugged into the panel, gets you there faster — and it is the difference between documenting a device on the spot and promising to come back.

What “scanning” actually does

Because Modbus has no who-is-out-there broadcast, Easy Modbus sweeps the addresses on your subnet and connects to each in turn on port 502, listing whatever accepts. From there you open a device and read blocks of registers. If the sweep finds nothing, the cause is almost always the network rather than the app — see why can't I find my Modbus devices? for the six things to check.

What an Android app can and cannot reach

SituationWorks from the phone?
Modbus TCP equipment on the same Wi-Fi / subnetYes — the normal case
Serial RS-485 (RTU) behind a network gatewayYes — switch the device to Modbus RTU over TCP
Equipment on a different subnet or VLAN with no routeNo — nothing can reach it until there is a route. See the checklist
A bare RS-485 cable with no gateway, straight into the phoneNo — Easy Modbus speaks over the network, not a USB-to-serial adapter

That last row is the honest limit worth knowing up front: Easy Modbus reaches serial RTU equipment through a gateway (very common in the field), not by plugging an RS-485 dongle into the phone. If everything you touch is bare two-wire RS-485 with no network anywhere, a laptop with a USB adapter is still the tool.

The catch that looks like a dead device

The most common false alarm on a phone is the same as on a laptop: the equipment is really serial RTU behind a transparent gateway, so it stays silent when you speak proper Modbus TCP to it. The fix is one setting — Modbus RTU over TCP — and Easy Modbus can test both framings and tell you which one answered. See TCP, RTU or RS-485 — which do I have?

Beyond reading: what the app remembers

Reading a raw register is the easy half. The half that takes time is working out that slot 7 is a leaving-water temperature in tenths of a degree, and that a 32-bit float two slots along is word-swapped. Easy Modbus does that arithmetic for you and, crucially, saves the answer as a named, scaled register map you can export as a CSV — so an undocumented device on your phone becomes a documented one for everyone after you. Walk through it in how to use Easy Modbus.