ippodamia

Results 2 comments of ippodamia

I tested the slave shutdown code from the [SimpleSlaveTCP.java](https://github.com/kochedykov/jlibmodbus/blob/master/examples/com/intelligt/modbus/examples/SimpleSlaveTCP.java) example (line 99-117). My Slave is connected with a Master. I noticed that the code blocks in the wait method and...

Hello browncrane. I am using a ModbusSlaveTCP slave. After the `slave.shutdown();` method has been called the slave is not null and `slave.isListening()` returns false. I can see that my Master...