mknx / smarthome

http://mknx.github.io/smarthome/
GNU General Public License v3.0
126 stars 68 forks source link

changed dmx-plugin enttec driver to match python-3 serial requirements. #179

Open smaugs opened 9 years ago

smaugs commented 9 years ago

I've fixed and rewritten the enttec-part of the DMX module - I initially submitted the patch for the enttec part - but for some reason it was not working anymore. It cleared out that there are some problems in connection with the python3 serial-port handling. I've rewritten the part - now it uses byte-arrays instead of strings for using the serial.write function.

For me its working now perfectly.