You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
in the modbus.rs file is pub enum FunctionCode, where the default Modbus function codes are defined.
I've noticed, that the codes were taken over from decimal format and are defined as hex. This seems to be wrong.
For example:
Hi,
in the modbus.rs file is pub enum FunctionCode, where the default Modbus function codes are defined.
I've noticed, that the codes were taken over from decimal format and are defined as hex. This seems to be wrong.
For example:
should be
The text was updated successfully, but these errors were encountered: