modbus
modbus copied to clipboard
Fault-tolerant implementation of modbus protocol in Go (golang)
Hello, is there any example of how to convert from an interface{} to a writable slice of bytes respecting modbus type and endianness. I was able to find the opposite...
Hello, I am using this wonderful library in a Raspberry Pi to read data from several Modbus RTU sensors. My problem is that whatever parity I set, the output to...
maybe one question,,, https://github.com/simonvetter/modbus/issues/27
This PR adds a new func for creating `TCPClientHandler` using an existing `net.Conn`. Some vendors like to obfuscate a regular connection inside some "encryption", or need some custom connection setup....
I've been trying to play with the read frequency of a Modbus sensor with the use of these library functions, and I've found myself with a limitation of 64Hz. If...
https://github.com/goburrow/modbus/issues/88
Hi, running version 606c02f and RTU 60 seconds sampling rate (modbus polls) == serialIdleTimeout, after changing hardware (to faster one) the following panic occured. ``` panic: runtime error: invalid memory...
Can you add a feature to clear the "receive buffer" before sending commands to the device, or provide a function for this method.
As the title! I wanted a flexible, customizable way to handle callbacks!