# Modbus RTU Library for Processing

**URL:** https://discourse.processing.org/t/modbus-rtu-library-for-processing/25704
**Category:** Electronics (Arduino, etc.)
**Created:** [November 25, 2020, 4:43pm UTC](https://discourse.processing.org/t/modbus-rtu-library-for-processing/25704 "2020-11-25T16:43:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Samsanit](https://avatars.discourse-cdn.com/v4/letter/s/d78d45/32.png) [@Samsanit](https://discourse.processing.org/u/Samsanit)
#### Post date: [November 25, 2020, 4:43pm UTC](https://discourse.processing.org/t/modbus-rtu-library-for-processing/25704/1 "2020-11-25T16:43:42Z")

</div>

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). Any help would be super appreciated! If you need any additional info please let me know, I’m new to modbus protocol, so I might have accidentally left out some piece of critical information.

Thanks!

---

<div class="post-metadata">

### Author: ![noel](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/noel/32/213_2.png) [@noel](https://discourse.processing.org/u/noel)
#### Post date: [November 25, 2020, 6:25pm UTC](https://discourse.processing.org/t/modbus-rtu-library-for-processing/25704/2 "2020-11-25T18:25:07Z")

</div>

[Here is a Processing library](https://code.google.com/archive/p/processing-modbus/), with a link still downloadable [here](https://drive.google.com/folderview?id=0B0B286tJkafVSENVcU1RQVBfSzg&usp=drive_web).  
I’ve never worked with it though.

---

<div class="post-metadata">

### Author: ![Samsanit](https://avatars.discourse-cdn.com/v4/letter/s/d78d45/32.png) [@Samsanit](https://discourse.processing.org/u/Samsanit)
#### Post date: [November 26, 2020, 1:19am UTC](https://discourse.processing.org/t/modbus-rtu-library-for-processing/25704/3 "2020-11-26T01:19:40Z")

</div>

This looks perfect! Thank you so much!
