kusti8 / hue-plus

A Windows and Linux driver in Python for the NZXT Hue+
GNU General Public License v3.0
229 stars 18 forks source link

Where did you find the protocol? #27

Closed mcourteaux closed 6 years ago

mcourteaux commented 6 years ago

Any documentation on the serial interface protocol? Where did you find it? I sincerely hope you didn't reverse engineer the windows driver. I'm working on some changes in my fork, to make it work for me, and make it faster as well (get rid of the arbitrary time.sleeps).

kusti8 commented 6 years ago

It is all reverse engineered. Use a free serial analyzer program and some testing to add some things if you need it.