steveohara / j2mod

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

BIN encoding in serial connection #69

Closed ghost closed 6 years ago

ghost commented 6 years ago

Is the BIN encoding supported for the serial connections? From this I concluded, j2mod doesn't support. But jamod docs say that it does (see section Implementation, first Note).

steveohara commented 6 years ago

No this was a casualty of the huge refactoring that brought about v2.

My main objective is to make sure the library is standards compliant, robust and performant. The BIN protocol was created by the original author of jamod and is not known outside that realm, so it won't be coming into j2mod I'm afraid.

ghost commented 6 years ago

Thanks for the quick response.