ModbusOne
用于Go的Modbus库,具有统一的客户端和服务器API。 一种实现将它们全部统治的实现。
例// handlerGenerator returns ProtocolHandlers that interact with our application.
// In this example, we are only using Holding Registers.
func handlerGenerator ( name string ) modbusone. ProtocolHandler {
return & modbusone. SimpleHandle
1