modbus
modbus copied to clipboard
Fault-tolerant implementation of modbus protocol in Go (golang)
In my test, once the server forces a disconnection, the local `conn` will still be set and all client operations will fail. `mb.connect()` doesn't get triggered in this case. I...
Thank you for this library. I was told when you communicate modbus over tcp, it is possible to send multiple messages using the same connection and write the holding registers...
## Export some api - Export 'Close' api to client - Export 'GetTransporter' to client
add Connect() and Close() to the Transporter interface, so that it is possible to connect if the ClientHandler variable is an interface
其中没有实现,串口的状态的修改。
Add support of Device Identifiction (Function 43)
Hi, I'm getting `too many open files` error when reading from RTUClient handler. It happens when program is running for quite a long time. Example code below, please note that...
I have a gateway with multiple "slave" (we should rename that "unit") devices attache. Need to be able to specify slave addr per call, rather than changing the per connection...
`functionFail := aduRequest[1] & 0x80` I think the corrcet answer `functionFail := aduRequest[1] | 0x80`