goburrow / modbus

Fault-tolerant implementation of modbus protocol in Go (golang)
BSD 3-Clause "New" or "Revised" License
936 stars 366 forks source link

Added enc client (encapsulated RTU over TCP) #86

Open mvkvl opened 2 years ago

mvkvl commented 2 years ago

Added support for ENC mode (encapsulated RTU over TCP). See -m enc argument of modpoll or diagslave tools.