steveohara / j2mod

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

Facilitate multiple processimages in ModbusCoupler. #11

Closed martentamerius closed 8 years ago

martentamerius commented 8 years ago

This change facilitates the use of multiple process images in the ModbusCoupler. This allows for communicating concurrently with multiple devices at the same time. The process images are differentiated by their respective unitIDs.

This time with the correct line-endings...

steveohara commented 8 years ago

Merged changes into development branch Snapshot can be downloaded here https://oss.sonatype.org/content/repositories/snapshots/com/ghgande/j2mod/2.0-SNAPSHOT/j2mod-2.0-20160421.100714-2.jar

steveohara commented 8 years ago

Marten,

Thanks for the code changes, couple of things to help me;

Thanks, Steve