modbus icon indicating copy to clipboard operation
modbus copied to clipboard

Fault-tolerant implementation of modbus protocol in Go (golang)

Results 59 modbus issues
Sort by recently updated
recently updated
newest added

When I use got timeout very frequent but didn't have any issue with modbuspoll Please correct me if I'm doing any mistake, FOR MODBUSPOLL: /data/modpoll/modpoll/linux_arm-eabihf/modpoll -b 115200 -p none -m...

modbus: exception '1' (illegal function), function '131' Always inform there is a error. I only used very simple modbus/Tcp example like that. What's wrong with that? I also used modbus...

Add RTU/ASCII Over TCP support.

Implement the Modbus Ascii communication over UDP connection

If you leave this driver running long enough, you get this: ``` 2020-08-21T12:36:40Z I! [inputs.modbusgw] Modbus Error: modbus: response transaction id '51219' does not match request '51220' 2020-08-21T12:36:40Z I! [inputs.modbusgw]...

Hey, maybe a bit stupid question, but do you think it's possible to use this package to read data out of my sunnyboy inverter? According to the website it supports...

如题: 如果我想动态获得计算机串口号 如何获得本机的串口列表

标准modbus协议是地址在前功能码在后 这个怎么是相反呢

Hi, I am new to modbus. When i keep slave id 1 and readCoil on modbus device , everything works perfect but changing the slave id to other then 1...

I wanted to learn more about the MODBUS TCP protocol and found this library and started reading the sources to get a better understanding. I came across this in the...