1 modbus_set_float_abcd(3)
2 ========================
7 modbus_set_float_abcd - set a float value in 2 registers using ABCD byte order
12 *void modbus_set_float_abcd(float 'f', uint16_t *'dest');*
17 The *modbus_set_float_abcd()* function shall set a float to 4 bytes in usual
18 Modbus format. The _dest_ array must be pointer on two 16 bits values to be able
19 to store the full result of the conversion.
24 There is no return values.
29 linkmb:modbus_get_float_abcd[3]
30 linkmb:modbus_set_float_badc[3]
31 linkmb:modbus_set_float_cdab[3]
32 linkmb:modbus_set_float_dcba[3]
37 The libmodbus documentation was written by Stéphane Raimbault
38 <stephane.raimbault@gmail.com>