steveohara / j2mod

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

Facilitate the use of multiple process images in the ModbusCoupler. #8

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.

steveohara commented 8 years ago

Hi Marten,

Admire the enthusiasm but your line ending issue is resulting in very large numbers of changed files coming through, this one included. I can sort this on the merge but it makes it very difficult to assess the impact of your changes when so many files have been inadvertently affected.

Thanks, Steve

martentamerius commented 8 years ago

Hello Steve, I'll try to resubmit this pull request and the other one after redoing the changes and then double checking the line endings before submitting... Marten