You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use a Waveshare RS485 to Ethernet adapter, but fail to connect to the device (i/o timeout). Using this lib it seems I'm actually communicating like this:
Now I've seen goburrow/modbus#42 and was wondering if that's how that works. Do these adapters typically convert modbus TCP to modbus RTU or do I need to "speak" RTU over TCP for that to work?
In other words: is the ref'ed PR relevant for this repo?
The text was updated successfully, but these errors were encountered:
i would guess that they are using modbus tcp and the device adds the checksum by itself. But even if not it should not be a big problem to transfer the checksum. Is there no online documentation for the device?
I'm trying to use a Waveshare RS485 to Ethernet adapter, but fail to connect to the device (i/o timeout). Using this lib it seems I'm actually communicating like this:
Now I've seen goburrow/modbus#42 and was wondering if that's how that works. Do these adapters typically convert modbus TCP to modbus RTU or do I need to "speak" RTU over TCP for that to work?
In other words: is the ref'ed PR relevant for this repo?
The text was updated successfully, but these errors were encountered: