mbpoll icon indicating copy to clipboard operation
mbpoll copied to clipboard

No support for the 05/bit operation?

Open tonyho opened this issue 5 years ago • 0 comments

Currently, it seems the mbpoll only support following types: -t 0 Discrete output (coil) data type (binary 0 or 1) -t 1 Discrete input data type (binary 0 or 1) -t 3 16-bit input register data type -t 3:int16 16-bit input register data type with signed int display -t 3:hex 16-bit input register data type with hex display -t 3:string 16-bit input register data type with string (char) display -t 3:int 32-bit integer data type in input register table -t 3:float 32-bit float data type in input register table -t 4 16-bit output (holding) register data type (default) -t 4:int16 16-bit output (holding) register data type with signed int display -t 4:hex 16-bit output (holding) register data type with hex display -t 4:string 16-bit output (holding) register data type with string (char) display -t 4:int 32-bit integer data type in output (holding) register table -t 4:float 32-bit float data type in output (holding) register table

Can we add the function of bit operation?

tonyho avatar Feb 19 '21 07:02 tonyho