cr / hx870

Python tools for the Standard Horizon HX870
GNU General Public License v3.0
21 stars 5 forks source link

The code needs testing on an HX890 handset #12

Open cr opened 5 years ago

cr commented 5 years ago

Please ping me if you can help with testing.

CacheMinimal commented 5 years ago

Tested commit ed0c6b2 on Ubuntu 18.04 LTS x64 using my HX-890E and everything appears to work well as long as Python 3.6 is used. Problems locating the USB device when compiled with 2.7.

Happy to help test any further cases you have. Just let me know?

cr commented 5 years ago

The code is not intended to run on Python 2.7 at all and I am frankly quite surprised that it s seems to do anything at all. Python 3.6 is the explicit minimum requirement, and perhaps I should add a version check. Thank you so much for testing!