steveohara / j2mod

Enhanced Modbus library implemented in the Java programming language
Apache License 2.0
265 stars 111 forks source link

Are there any plans to update jSerialComm to the latest version (2.3.0)? #90

Closed ghost closed 5 years ago

ghost commented 5 years ago

Also, is it a convenient way for this project to update the jSerialComm version every time j2mod has been released?

steveohara commented 5 years ago

There is now! I always want to keep closely aligned with JSerialComm so I will update and test j2mod with 2.3.0 next week when I'm back in the UK

steveohara commented 5 years ago

I've updated to V2.3.0 - there is a possibility that there is an issue with this version of the comms library because I had to alter the blocking strategy on reads to make it work. If you could try this snapshot version out I would appreciate some feedback https://oss.sonatype.org/content/repositories/snapshots/com/ghgande/j2mod/2.5.3-SNAPSHOT/j2mod-2.5.3-20181216.230213-3-sources.jar

ghost commented 5 years ago

I tested succesfully Read Coil, Read Holding Registers, Write Coil, Write Single Register and Write Multiple Registers functions on TCP slave.

steveohara commented 5 years ago

Many thanks

ghost commented 5 years ago

Hi @steveohara, When are you going to release 2.53 version?

steveohara commented 5 years ago

Just been released - if you wait an hour or so, it will appear on Maven Central