Hi guys,
Excel sheet in whitepaper section clearly says 2700 can be set as a negative number however when I call client.write_register(2700, -5000) I get the following exception
File "/usr/local/lib/python3.6/site-packages/pymodbus/register_write_message.py", line 42, in encode
packet += struct.pack('>H', self.value)
struct.error: argument out of range
Line executes as expected with a positive number. Is this a pymodbus issue? Any thougths on how to get around it?
Mike