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