Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 793 Bytes

API_changes.rst

File metadata and controls

30 lines (24 loc) · 793 Bytes

PyModbus - API changes.

Version 3.2.0

  • StartAsync<type>Server, removed defer_start argument, return is None. instead of using defer_start instantiate the Modbus<type>Server directly.

Version 3.1.0

  • Added --host to client_* examples, to allow easier use.
  • unit= in client calls are no longer converted to slave=, but raises a runtime exception.
  • Added missing client calls (all standard request are not available as methods).
  • client.mask_write_register() changed parameters.
  • server classes no longer accept reuse_port= (the socket do not accept it)

Version 3.0.1 / 3.0.2

No changes.

Version 3.0.0

Base