I'm creating an iOS app that needs to talk to devices via Modbus. I'm using https://github.com/iUtvikler/ObjectiveLibModbus that has worked well until I needed to handle floats. This CocoaPod is a wrapper for libmodbus (http://libmodbus.org/).
It seems likely that writing and reading floats would be important to do. Has anyone solved this problem? Can anyone point me to the right direction to figure this out?
I have not programmed in C before.
Or does anyone have another library of code to use that can handle reading and writing floats?
Thank you!