AdvancedClimateSystems / uModbus

Python implementation of the Modbus protocol.
Mozilla Public License 2.0
211 stars 82 forks source link

'examples/simple_client.py' raises 'TypeError' #33

Closed OrangeTux closed 8 years ago

OrangeTux commented 8 years ago

tcp.write_mutliple_coils is called with keyword argument address, but is should be called with keyword argument starting_address.