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
Modbus does not enforce types, so you need to know the type of data. Usually, for unsigned integers of 2 bytes, modbus implementers use uint16be. You can do this:
Modbus does not enforce types, so you need to know the type of data. Usually, for unsigned integers of 2 bytes, modbus implementers use uint16be. You can do this:
I'm getting this response
<Buffer 00 28>
, how can i convert to dec?Thanks
The text was updated successfully, but these errors were encountered: