# Library Modbus rtu

**URL:** https://discourse.processing.org/t/library-modbus-rtu/41401
**Category:** Community
**Created:** [March 22, 2023, 12:24pm UTC](https://discourse.processing.org/t/library-modbus-rtu/41401 "2023-03-22T12:24:20Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Sylvain80](https://avatars.discourse-cdn.com/v4/letter/s/bc79bd/32.png) [@Sylvain80](https://discourse.processing.org/u/Sylvain80)
#### Post date: [March 22, 2023, 12:24pm UTC](https://discourse.processing.org/t/library-modbus-rtu/41401/1 "2023-03-22T12:24:20Z")

</div>

Hello,  
is there a library to manage the Modbus RTU with Processing?.  
I found this link but the download is no longer possible.

> [@Modbus RTU Library for Processing](https://discourse.processing.org/t/modbus-rtu-library-for-processing/25704):
>
> Hi All, Is there a library out there that can be used for sending serial modbus communications that hooks to processing? I have a pump which uses Modbus RTU in order to control the pump, as well as receive information as to the status of the pump (pressure, flow rate, remaining volume, ect.). I haven’t been able to find any sort of library for this, and am starting to think I may need to swap to another language that contains a library (they make a bunch for C and python from what I’ve seen). …

Do you have another solution?  
Thanks in advance  
Sylvain

---

<div class="post-metadata">

### Author: ![th75](https://avatars.discourse-cdn.com/v4/letter/t/ebca7d/32.png) [@th75](https://discourse.processing.org/u/th75)
#### Post date: [March 25, 2023, 11:13pm UTC](https://discourse.processing.org/t/library-modbus-rtu/41401/2 "2023-03-25T23:13:06Z")

</div>

Hi,

this is quite old: [https://code.google.com/archive/p/processing-modbus/downloads](https://code.google.com/archive/p/processing-modbus/downloads)

but the code looks quite simple, i ll give a try
