digitalpetri / modbus

High-performance, non-blocking, zero-buffer-copying Modbus for Java
Apache License 2.0
608 stars 213 forks source link

Support for modbus serial ? #9

Open jvelo opened 7 years ago

jvelo commented 7 years ago

Any interest in supporting modbus serial ?

I could give it a try - at least for the RTU flavor.

Thanks

kevinherron commented 7 years ago

I've been planning it for a while. Hoping to implement it this week, actually...

jvelo commented 7 years ago

Wow, that's great :)

If that can be of any help, I'm available for feedback / testing in the field

kevinherron commented 7 years ago

Hey, still planning on doing this, and yes I'd like your feedback and testing when it's done :)

I'll update this when something is ready. This week hasn't been as "free" as I thought it would be...

awindillman commented 7 years ago

RTU would be a nice addition. Would recommend/request purejavacomm (https://github.com/nyholku/purejavacomm) for the serial implementation. Alternatives (RX/TX or Sun's old one) are not "pure" java and are, at best, outdated.

kevinherron commented 7 years ago

Yep, still working on it, slowly. Doing it as a version 2.0.0 because it involves major package and module shuffling. I'm planning on using PureJavaComm for the serial implementation.

shgupta22 commented 7 years ago

Hey @kevinherron, have you released the support for ModBus Serial? I'm not able too find the RTU support in this repository.

kevinherron commented 7 years ago

No progress since last comment, but I'll need it for work in the coming months so I suspect that'll force it to get finished.

madisonleavo commented 6 years ago

@kevinherron How goes serial implementation? do you want to commit to branch if any of us can help?

ghost commented 6 years ago

Hey @kevinherron, I'm too interested on this... ModbusSerial RTU would be gr8! Maybe we can all help you so it can be released sooner. How it goes?

shgupta22 commented 6 years ago

Hey @casmeiron, we @hashmapinc has developed the Modbus_RTU you can take a look at the forked repo : https://github.com/hashmapinc/modbus

ghost commented 6 years ago

Thanks very much I will take a look into that!

Best Regards.

Sent from my iPhone.

On 30 Mar 2018, at 01:57, Shubham Gupta notifications@github.com wrote:

Hey @casmeiron, we @hashmapinc has developed the Modbus_RTU you can take a look at the forked repo :

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

jaysonjh commented 4 years ago

Hey @kevinherron, have you released the support for ModBus Serial? I'm not able find the RTU support in this repository?

kevinherron commented 4 years ago

No, sorry, it never happened. I keep putting it off because the pressure to implement it for use at work went away. I do still plan to do it, but in the meantime you'll have to use some other library if you need RTU/serial support.