शंतनू (Shantanoo)
शंतनू (Shantanoo)
Quick fix could be adding `timeout` to sqlite connection. https://stackoverflow.com/questions/2598801/python-sqlite-database-locked-despite-large-timeouts#3659261
Just thinking out loud, would setting `handler.rtuPackager.SlaveId` / `handler.SlaveId` just before the operation help? https://github.com/grid-x/modbus/blob/master/rtuclient.go has `SetSlave` function.
Pull Request #33
Need to take action based on opcode. E.g. only write multiple registers should be supported and single register should return error. Might be better to different handler functions for single...
Actually I am trying to read the modbus request on TCP server/slave and get the data from RTU client/master. In that case, server don't know what type of request comes...
According to readme. > The driver was refactored to allow multiple pools and fully qualified > dataset names. The master branch has removed all legacy naming options > and now...