mbs38 / spicierModbus2mqtt

Modbus master which publishes via MQTT
Other
59 stars 28 forks source link

Added Int32 conversion from 2 int16 #3

Closed RichardBH closed 5 years ago

RichardBH commented 5 years ago

Allows use of "input_register_32BE" in the CSV, to indicate that 2 16 bit registers should be joined to send one 32bit integer. (Big Endian only at this stage. MSW first.)