stephane / libmodbus

A Modbus library for Linux, Mac OS, FreeBSD and Windows
http://libmodbus.org
GNU Lesser General Public License v2.1
3.44k stars 1.75k forks source link

modbus_get_float() question #149

Closed amauryfp closed 10 years ago

amauryfp commented 10 years ago

Hi Stephane!

Sorry for inconvenience, but I'm trying to use the modbus_get_float() without success. Do you have an example of this function use to help me? Thanks very much and congratulation for the libmodbus work! It's an awesome development tool!

stephane commented 10 years ago

Please don't create issue for question! Ask on libmodbus mailing list, read documentation (man modbus_get_float and modbus_get_float_dcba with v3.1.1) and examples. https://github.com/stephane/libmodbus/tree/master/doc https://github.com/stephane/libmodbus/blob/master/tests/unit-test-client.c#L323