Closed zam89 closed 10 years ago
It is not working because you are using the original modbus-tk, you need to use the modbus-tk from glastopf: https://github.com/glastopf/modbus-tk
Check if this fixed your issue: 8586269cd13a3ef5bc2671d58d164c8ac700a88b The version from modbus was missing that feature. Alternatively you can install modbus-tk from here: https://github.com/glastopf/modbus-tk
@johnnykv You are almost correct ;)
DEVICE_INFO was introduced here: #97 and here https://github.com/glastopf/modbus-tk/commit/b56f6e484b473172fbac2a753509a3cb8a86abe9
Ah. I see. I've installed the modbus_tk via pip install. That's why I got this problem.
I remove using this command: sudo pip uninstall modbus_tk Then I install modbus_tk from here = https://github.com/glastopf/modbus-tk, then everything is working now.
Thanks! :) :+1:
Hi everyone,
I've install conpot on Ubuntu Server 12.04 64-bit. I follow the guide from https://github.com/glastopf/conpot/blob/master/docs/source/installation/ubuntu.rst
The installation seems has no error. But when I try to run the conpot, it shows this kind of error:
conpot@conpot-box:~$ sudo conpot
Can someone guide me if I heading to right path? Or I missing something?
Thanks. :+1: