Closed raisercostin closed 8 months ago
The code in ModbusMasterFactory
was only ever intended to be used by the xxxxTest
examples, hence most settings are hard-coded (data bits, stop bits, parity, flow control).
It's understandable you might think otherwise though, given that there are a bunch of classes that end in Test
that would give the impression that they are in some way Unit Tests. They are not, they are a hangover from the original forked version of j2mod where these were used as command line examples.
I think in a future release, I will make this more obvious by charging their names to end in Example
instead.
This is more of a question.
Expected Behavior
I was expecting that com/ghgande/j2mod/modbus/net/ModbusMasterFactory.java to be in src/main/java and be released.
Actual Behavior
Steps to Reproduce the Problem