Closed Moleesh closed 4 years ago
interface SerialPortMessageListenerWithExceptions extends SerialPortDataListenerWithExceptions, SerialPortMessageListener {
}
This the current solution i am using.
No problem! I went ahead and checked in this new class (SerialPortMessageListenerWithExceptions) which is exactly the same as SerialPortMessageListener except with a new public abstract void catchException(Exception e)
function to override. Please test with the following library version: https://www.dropbox.com/s/crtm383zsriqgfe/jSerialComm-2.5.4.jar?dl=0
Thank you so much
Can you update the maven repo ?
Released in the current library version v2.6.0
can u extrend SerialPortMessageListener with SerialPortDataListenerWithExceptions ?