AdvancedClimateSystems / uModbus

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

Unresolved references in simple_rtu_data_store #71

Closed jdt1 closed 5 years ago

jdt1 commented 5 years ago

I ran across some issues while trying to use simple_rtu_data_store.py

line 9 log_to_stream is not defined and line 15 conf is not defined

Also it seems rtu.get_server does not exist anymore but instead get_server should be imported from umodbus.server.serial.

Hope this is useful.

OrangeTux commented 5 years ago

Thanks for your comment!

simple_rtu_data_store.py is outdated and had to be removed.But for some reason it never was deleted. It has been replaced by simple_rtu_server.py.

Thanks again, I will remove the script.