digitalpetri / modbus

High-performance, non-blocking, zero-buffer-copying Modbus for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for modbus serial ?

jvelo opened this issue · comments

Any interest in supporting modbus serial ?

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

Thanks

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

Wow, that's great :)

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

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...

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.

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.

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

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.

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

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?

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

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

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.