Created a proper transport for RTU over TCP. Using J2mod's ModbusTCPTransport with setHeadless() does not result in successful transactions because the CRC is omitted in writeMessage();
Other changes:
-Disable doclint. Java 8 users get an exception when generating javadoc due to Java 8's stricter rules.
-Very basic exception handling changes. Actually, I removed most of my changes to avoid adding confusion here, but will make exception handling PRs later.
Created a proper transport for RTU over TCP. Using J2mod's ModbusTCPTransport with setHeadless() does not result in successful transactions because the CRC is omitted in writeMessage();
Other changes:
-Disable doclint. Java 8 users get an exception when generating javadoc due to Java 8's stricter rules. -Very basic exception handling changes. Actually, I removed most of my changes to avoid adding confusion here, but will make exception handling PRs later.