# Modbus reading

**URL:** https://discuss.saleae.com/t/modbus-reading/3610
**Category:** Logic 2 Software
**Created:** [January 14, 2026, 11:31am UTC](https://discuss.saleae.com/t/modbus-reading/3610 "2026-01-14T11:31:04Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![giampieroferrotti](https://avatars.discourse-cdn.com/v4/letter/g/3e96dc/32.png) [@giampieroferrotti](https://discuss.saleae.com/u/giampieroferrotti)
#### Post date: [January 14, 2026, 11:31am UTC](https://discuss.saleae.com/t/modbus-reading/3610/1 "2026-01-14T11:31:04Z")

</div>

I needs read code modbus but I didn’t understand how to do it, whereas in async serial I managed to read the values sent and received by the Modbus server and client.

---

<div class="post-metadata">

### Author: ![timreyes](https://yyz2.discourse-cdn.com/flex030/user_avatar/discuss.saleae.com/timreyes/32/108_2.png) [@timreyes](https://discuss.saleae.com/u/timreyes)
#### Post date: [January 17, 2026, 12:17am UTC](https://discuss.saleae.com/t/modbus-reading/3610/2 "2026-01-17T00:17:10Z")

</div>

@giampieroferrotti I’m glad to hear you were able to decode data using the Async Serial analyzer as a workaround!

First, can you help confirm if both Master and Slave communications are sharing a single data line? If so, this mode of operation is currently not supported by our built-in Modbus analyzer. We’re tracking this request here at the moment:

> <https://github.com/saleae/modbus-analyzer/issues/2>
>
> Specifically, we should have a combined mode, called "Modbus/RTU - Master & Slav…e", which auto-detects the messages on a single data line as either Master or Slave. Modbus can have both Master & Slave messages on a single line.
> 
> The simplest solution is to try both decodings modes (master and slave) for each decoded frame (single blue decoded box) – the correct one for is the one with a valid Checksum.

Otherwise, if you are attempting to decode any of the following Modbus modes in the image below, feel free to share your .sal capture file with me and we can take a closer look!

 ![Screenshot 2026-01-16 171619](https://canada1.discourse-cdn.com/flex030/uploads/saleae/original/2X/d/def9fa7c3bf08dc9d01bd03fefb813c54353c0e7.png)
