steveohara / j2mod

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

Corrections to Serial ASCII and BitVector #2

Closed transparentink closed 8 years ago

transparentink commented 8 years ago

Fixed the serial ASCII transport classes and the BitVector toString method.

steveohara commented 8 years ago

I've merged your changes into development and published a snapshot https://oss.sonatype.org/content/repositories/snapshots/com/ghgande/j2mod/2.0-SNAPSHOT/ Can you check to make sure that it is functioning correctly and let me know.

Thanks Steve