Home › Alternatives › Modbus Poll (Witte Software)
Modbus Poll Alternative: WIMNET Modbus Scanner
A free Windows Modbus master — poll, scan slave IDs, decode byte order.
You have a meter, a drive or a PLC on the bench, an RS-485 pair or an IP address, and a register map you only half trust. WIMNET Modbus Scanner is a free Windows Modbus master built for exactly that moment: poll over TCP or RTU, find the slave ID, sweep the address range, decode the byte order, and watch the raw bytes go past with their timing.
It is written by the engineering team at Wiman — an industrial IoT hardware manufacturer in Chennai — because those are the things we do on our own bench every day.
What you get by building it here
Our published specifications
Every figure below is our own, taken from the product datasheet. We do not publish competitor specifications here — check theirs against their current datasheet and compare directly.
| Item | Wiman | Notes |
|---|---|---|
| Tool | WIMNET Modbus Scanner | Free utility published by the Wiman engineering team on our Resources page |
| Role | Modbus master (client) | It polls devices; it is not a slave/server simulator |
| Transports | Modbus TCP and Modbus RTU | Ethernet/IP devices and RS-485 serial buses |
| Platform | Windows | Desktop application |
| Poll | Modbus master over TCP & RTU | Read live values from a device |
| Device Scan | Discover slave IDs on the bus | For when the slave address is unknown or the documentation is wrong |
| Register Scan | Sweep address ranges for live data | Rebuild a usable map when you were not given one |
| Byte-Swap Decode | ABCD / BADC / CDAB / DCBA side by side | All four interpretations at once, in one view |
| Traffic view | Raw RX / TX packet hex with timing | See the bytes and the gaps between them |
| Browser walkthrough | Animated walkthrough at /tools/wimnet-scanner-demo.html | A guided tour of the interface that plays in the browser, so you can see how the tool works before installing. It does not connect to a device — actual polling needs the Windows build. |
| Download | Windows build from the Resources page | The download link is rebuilt daily, so take a fresh one from the site rather than bookmarking the file |
| Price | Free | No purchase order, no forex, no approval cycle |
| Companion free tool | Modbus Hex Converter — Int, UInt and Float in ABCD / BADC / CDAB / DCBA, CRC-16 verify, encode back to register bytes | Browser tool, no install |
| Also on the tools page | Modbus Simulator — multi-slave Modbus TCP / RTU | Listed as Coming Soon; not released yet, so do not plan around it |
| Support | Direct from our engineering team in Chennai (IST) | The same people who design our gateways, converters and IO modules |
When Modbus Poll (Witte Software) is the better choice
Be honest about this before you download anything: Modbus Poll from Witte Software is a serious piece of protocol tooling. Its copyright runs from 2002 and the vendor describes it as a proven product trusted by customers for over twenty years — for protocol tooling that longevity is real engineering value, because the awkward edge cases were found by other people years ago.
It is sold as a perpetual licence with free unlimited support and maintenance upgrades, and a single-user licence may be used on several computers by that one person, so a laptop, a bench PC and a site machine are covered by one purchase. Over a career that is excellent value, and it compares very favourably with subscription tooling.
You can also try it before buying: the vendor publishes a time-limited evaluation download, and the current evaluation terms are set out on their own site. On capability it covers a great deal that our scanner does not touch at all. It supports eight protocol variants, including the awkward-but-common encapsulated forms — RTU over TCP/IP, ASCII over TCP/IP and the UDP variants — and function codes 01 to 43, so an unusual encapsulation or an uncommon function code is very likely already handled.
It offers 28 display formats including word-order swapping, so if you were weighing us up on byte-order handling alone, that is not a gap on their side. It has OLE Automation for Excel via VBA macros and ships an example spreadsheet, which is a genuinely powerful workflow if your commissioning sheets and acceptance tests live in spreadsheets.
It has a multiple-document interface for polling and watching several slaves and data areas at once, which matters on a multi-drop bus; a Test Center for hand-composing raw test strings; Address Scan; serial traffic monitoring; text-file logging and direct Excel export; real-time charting; conditional colour selection; and an RTS toggle for RS-485 converters.
Those are the features of a tool built by people who debug buses for a living. And because it comes from a small vendor answering its own support email, the person who replies to you is quite likely the person who wrote the code — that is a real advantage a larger organisation cannot always offer. WIMNET Modbus Scanner does none of the Excel or OLE automation, no charting, no multi-window work, none of the encapsulated or UDP transports, and it does not simulate a slave.
If any of that is your daily workflow, buy theirs and use it for the next ten years. Three other honest cases. Simply Modbus sells a site licence covering unlimited users at one location, which is the sensible route for a plant or a training lab equipping many seats rather than one engineer. If you are on Linux, want auditable source, or need the test scripted into CI, then QModMaster — free, open source, with Windows and Linux builds and a bus monitor — or the free command-line modpoll utility are the right tools and ours is not, because ours is a Windows application.
And a general-purpose protocol tool is deliberately device-agnostic: that is a strength, not a gap, when your bench has a dozen vendors on it. Collectively these tools are how a whole generation of engineers learned Modbus, and that is worth saying plainly rather than arguing around. One note on pricing: we have deliberately quoted no prices for anyone on this page, including our competitors.
Prices change, and a stale figure presented as current is simply a false statement. Check each vendor's own order page for current pricing and licence terms.
Questions we get asked
Is WIMNET Modbus Scanner actually free?
Yes. It is one of the free utilities our engineering team publishes on the Resources page, alongside the Modbus Hex Converter, the 4-20 mA Loop Explorer and the IoT SIM Data Calculator. There is an animated walkthrough you can open in a browser to see the interface before installing anything — it is a guided tour, not a working master, so any actual polling needs the Windows build.
Why does the download link change every day?
The download button builds a dated link, so yesterday's link stops working. That is deliberate — it stops stale copies of the URL circulating, so people come back to the Resources page for a current link rather than passing a file around. Take a fresh link from the Resources page each time rather than bookmarking the .exe URL.
Does it work with other manufacturers' devices, or only Wiman hardware?
Any Modbus device. It is a standard Modbus master over TCP and RTU with nothing keyed to our own products — energy meters, VFDs, PLCs, transmitters, flow computers, other vendors' gateways. If it speaks Modbus, the scanner polls it.
I do not know the slave ID, and the register map I was given does not match reality.
That is what Device Scan and Register Scan exist for. Device Scan walks the bus looking for slave IDs that answer; Register Scan sweeps an address range and shows what actually comes back live, so you can rebuild a working map from the device itself. If nothing answers at all, suspect the bus before the map — start with the RS-485 wiring guide, then the Modbus RTU primer.
My 32-bit float reads a nonsense number like 3.4e-38.
Almost always register/byte order rather than a broken device. Byte-Swap Decode shows ABCD, BADC, CDAB and DCBA at the same time, so you simply pick the column that reads 415.2. If you are working from hex someone captured in a log rather than a live device, the browser Modbus Hex Converter does the same four decodes and verifies CRC-16.
Does it run on Linux or macOS?
No — it is a Windows application, and we will not pretend otherwise. If your workstation is Linux, or the test has to run headless inside a script or CI job, QModMaster (free, open source, Windows and Linux builds, with a bus monitor) or the free command-line modpoll utility are the usual choices and they are good ones.
Can it act as a Modbus slave or server for testing the other direction?
Not today. WIMNET Modbus Scanner is a master only. A separate multi-slave Modbus TCP/RTU simulator is listed as Coming Soon on our tools page, and until it ships you will need a dedicated slave simulator — Modbus Slave from Witte Software is a long-established option, and is a separate product from Modbus Poll.
Are you affiliated with Witte Software or any of the other tools named here?
No. Wiman has no affiliation, partnership, endorsement, distribution or certification relationship with Witte Software or with any other vendor named on this page, and nothing here is authorised, reviewed or approved by them. Modbus Poll and Modbus Slave are trademarks of Witte Software; QModMaster, Simply Modbus and modpoll belong to their respective owners; Modbus is a registered trademark of Schneider Electric. We use these names only to identify products engineers compare against, which is the sole reason they appear here. Anything you want to know about their features, prices or licence terms should come from their own sites — we have deliberately quoted no prices, because prices change and a stale one would be misleading.
We are an OEM. Can we get this with our own branding, or a gateway with changed firmware?
Talk to us. We design and build gateways, protocol converters and RS-485 IO modules in Chennai, so white-labelled tooling, firmware customisation and low-volume OEM builds are ordinary work here rather than special projects. On the hardware side that also means quoting in INR against a GST invoice, with stock and service handled domestically.
Where to go next
- Download WIMNET Modbus Scanner (free, Windows)
- Watch the animated scanner walkthrough in your browser
- Modbus Hex Converter — decode ABCD / BADC / CDAB / DCBA and check CRC-16
- How Modbus RTU Works
- Modbus RTU vs Modbus TCP
- RS-485 Wiring Guide
- RS-232 vs RS-422 vs RS-485
- All free engineering tools and guides
- MAX Series industrial IoT gateways
- All gateway platforms
- Compare gateway models
- Ask our engineers about the scanner or an OEM build
- Enquire about the WT460M gateway
Modbus Poll is a trademark of Witte Software. All trademarks are the property of their respective owners. Wiman is not affiliated with, endorsed by or sponsored by Modbus Poll (Witte Software). Comparisons describe our own products only; verify any third-party product against its current published datasheet before purchase.