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
Hi, is there a simple way to send and receive float values stored inside holding registers?
The software on my computer expects float values on the arduino slave. Right now, I am using reinterpret cast and bitmasks to convert the float values to uint16 before sending it over modbus.
The text was updated successfully, but these errors were encountered:
Hi, is there a simple way to send and receive float values stored inside holding registers?
The software on my computer expects float values on the arduino slave. Right now, I am using reinterpret cast and bitmasks to convert the float values to uint16 before sending it over modbus.
The text was updated successfully, but these errors were encountered: