lsgunth / pyft232

Python bindings to d2xx and libftdi to access FT232 chips with the same interface as pyserial
GNU Lesser General Public License v2.1
11 stars 11 forks source link

libftdi.py: Improve error handling #23

Closed qwertychouskie closed 6 months ago

qwertychouskie commented 6 months ago

Closes https://github.com/lsgunth/pyft232/issues/21

If you get the chance, publishing a new release to PyPI after this is merged would be a huge help, as the now-merged #22 is necessary for the macOS release of our software, and this PR also improves things a bit.

qwertychouskie commented 6 months ago

Alright, changes made and tested, it should be good to go for merging.