steveohara / j2mod

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

Added getConnection() method for ModbusSerialMaster #48

Closed engnadeau closed 7 years ago

engnadeau commented 7 years ago

Having public access to AbstractSerialConnection connection would give helpful information, such as: isOpen(), getDescriptivePortName(), etc.